mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
mailman: add meta to python deps
This commit is contained in:
parent
22af3829a4
commit
4b1cc7eebf
3 changed files with 16 additions and 1 deletions
|
@ -16,4 +16,11 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Django library for Mailman UIs";
|
||||||
|
homepage = https://gitlab.com/mailman/django-mailman3;
|
||||||
|
license = licenses.gpl3;
|
||||||
|
maintainers = with maintainers; [ globin peti ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,4 +10,12 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six httplib2 ];
|
propagatedBuildInputs = [ six httplib2 ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "http://www.gnu.org/software/mailman/";
|
||||||
|
description = "REST client for driving Mailman 3";
|
||||||
|
license = licenses.lgpl3;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ peti globin ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,6 @@ buildPythonPackage rec {
|
||||||
homepage = https://www.gnu.org/software/mailman/;
|
homepage = https://www.gnu.org/software/mailman/;
|
||||||
description = "Web-based user interface for managing GNU Mailman";
|
description = "Web-based user interface for managing GNU Mailman";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = with stdenv.lib.maintainers; [ peti ];
|
maintainers = with stdenv.lib.maintainers; [ globin peti ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue