pythonPackages.signedjson: refactor move to python-modules

This commit is contained in:
Chris Ostrouchov
2018-10-29 12:55:38 -04:00
parent 62caeb1e31
commit 5db9302335
2 changed files with 27 additions and 14 deletions

View File

@@ -4385,20 +4385,7 @@ in {
service-identity = callPackage ../development/python-modules/service_identity { };
signedjson = buildPythonPackage rec {
name = "signedjson-${version}";
version = "1.0.0";
src = pkgs.fetchgit {
url = "https://github.com/matrix-org/python-signedjson.git";
rev = "refs/tags/v${version}";
sha256 = "0b8xxhc3npd4567kqapfp4gs7m0h057xam3an7424az262ind82n";
};
propagatedBuildInputs = with self; [
canonicaljson unpaddedbase64 pynacl
];
};
signedjson = callPackage ../development/python-modules/signedjson { };
unpaddedbase64 = buildPythonPackage rec {
name = "unpaddedbase64-${version}";