pythonPackages.iso8601_0_1_4: add package version 0.1.4 for gcutil

This commit is contained in:
Evgeny Egorochkin 2014-05-28 14:11:37 +03:00
parent d6f793b453
commit 350c96cce9

View file

@ -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";