forked from mirrors/nixpkgs
aniso8601: init at 1.2.0
This commit is contained in:
parent
71306c71c0
commit
1bcc8d026c
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue