1 { lib, python3, fetchPypi, nixosTests }:
5 buildPythonPackage rec {
10 inherit pname version;
11 hash = "sha256-GmbIqO+03LgbUxJ1nTStXrYN3t2MfvzbeYRAipfTW1o=";
14 propagatedBuildInputs = [ django-mailman3 readme-renderer ];
15 nativeCheckInputs = [ beautifulsoup4 vcrpy mock ];
17 # Tries to connect to database.
20 passthru.tests = { inherit (nixosTests) mailman; };
23 homepage = "https://docs.mailman3.org/projects/postorius";
24 description = "Web-based user interface for managing GNU Mailman";
25 license = licenses.gpl3Plus;
26 maintainers = with maintainers; [ qyliss ];