Merge pull request #229179 from mweinelt/synadmin-0.41.2
matrix-synapse.tools.synadm: 0.40 -> 0.41.2
This commit is contained in:
commit
dda2ea9a65
@ -1,15 +1,16 @@
|
|||||||
{ lib
|
{ lib
|
||||||
|
, nix-update-script
|
||||||
, python3
|
, python3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "synadm";
|
pname = "synadm";
|
||||||
version = "0.40";
|
version = "0.41.2";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = python3.pkgs.fetchPypi {
|
src = python3.pkgs.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-iDG2wsC0820unKlKNDKwgCNC+SAWJm8ltSB4knmLqeQ=";
|
hash = "sha256-wSpgc1umBMLCc2ThfYSuNNnzqWXyEQM0XhTuOAQaiXg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
@ -28,6 +29,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
runHook postCheck
|
runHook postCheck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command line admin tool for Synapse";
|
description = "Command line admin tool for Synapse";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -35,6 +38,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
conveniently issue commands available via its admin API's
|
conveniently issue commands available via its admin API's
|
||||||
(matrix-org/synapse@master/docs/admin_api)
|
(matrix-org/synapse@master/docs/admin_api)
|
||||||
'';
|
'';
|
||||||
|
changelog = "https://github.com/JOJ0/synadm/releases/tag/v${version}";
|
||||||
homepage = "https://github.com/JOJ0/synadm";
|
homepage = "https://github.com/JOJ0/synadm";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ hexa ];
|
||||||
|
Loading…
Reference in New Issue
Block a user