pythonPackages.arrow: 0.5.0 -> 0.7.0
This commit is contained in:
parent
e9cd37110d
commit
6f65412358
@ -934,18 +934,22 @@ in modules // {
|
|||||||
|
|
||||||
arrow = buildPythonPackage rec {
|
arrow = buildPythonPackage rec {
|
||||||
name = "arrow-${version}";
|
name = "arrow-${version}";
|
||||||
version = "0.5.0";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/a/arrow/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/a/arrow/${name}.tar.gz";
|
||||||
sha256 = "1q3a6arjm6ysl2ff6lgdm504np7b1rbivrzspybjypq1nczcb7qy";
|
sha256 = "0yx10dz3hp825fcq9w15zbp26v622npcjscb91da05zig8036lra";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
checkPhase = ''
|
||||||
|
nosetests
|
||||||
|
'';
|
||||||
|
|
||||||
|
buildInputs = with self; [ nose chai simplejson ];
|
||||||
propagatedBuildInputs = with self; [ dateutil ];
|
propagatedBuildInputs = with self; [ dateutil ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Twitter API library";
|
description = "Python library for date manipulation";
|
||||||
license = "apache";
|
license = "apache";
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user