3
0
Fork 0
forked from mirrors/nixpkgs

aniso8601: init at 1.2.0

This commit is contained in:
Peter Marheine 2017-01-04 08:16:17 +00:00 committed by Michael Raskin
parent 71306c71c0
commit 1bcc8d026c

View file

@ -756,6 +756,24 @@ in {
};
};
aniso8601 = buildPythonPackage rec {
name = "aniso8601-${version}";
version = "1.2.0";
meta = {
description = "Parses ISO 8601 strings.";
homepage = "https://bitbucket.org/nielsenb/aniso8601";
license = licenses.bsd3;
};
propagatedBuildInputs = with self; [ dateutil ];
src = pkgs.fetchurl {
url = "mirror://pypi/a/aniso8601/${name}.tar.gz";
sha256 = "502400f82574afa804cc915d83f15c67533d364dcd594f8a6b9d2053f3404dd4";
};
};
asgiref = buildPythonPackage rec {
name = "asgiref-${version}";
version = "1.0.0";