mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
pythonPackages.iso8601_0_1_4: add package version 0.1.4 for gcutil
This commit is contained in:
parent
d6f793b453
commit
350c96cce9
@ -3562,6 +3562,19 @@ rec {
|
||||
propagatedBuildInputs = [ pythonPackages.nose pythonPackages.ipythonLight ];
|
||||
};
|
||||
|
||||
iso8601_0_1_4 = buildPythonPackage {
|
||||
name = "iso8601-0.1.4";
|
||||
src = fetchurl {
|
||||
url = https://pypi.python.org/packages/source/i/iso8601/iso8601-0.1.4.tar.gz;
|
||||
sha256 = "03gnjxpfq0wwimqnsvz32xcngq0hrdqryn3zm8qh95hnnggwqa3s";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = https://bitbucket.org/micktwomey/pyiso8601/;
|
||||
description = "Simple module to parse ISO 8601 dates";
|
||||
maintainers = [ stdenv.lib.maintainers.phreedom ];
|
||||
};
|
||||
};
|
||||
|
||||
jedi = buildPythonPackage (rec {
|
||||
name = "jedi-0.7.0";
|
||||
|
Loading…
Reference in New Issue
Block a user