mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.google-apputils: add package
This commit is contained in:
parent
7be252bd4f
commit
4437a90a6f
@ -3319,6 +3319,22 @@ rec {
|
||||
};
|
||||
};
|
||||
|
||||
google_apputils = buildPythonPackage rec {
|
||||
name = "google-apputils-0.4.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://pypi.python.org/packages/source/g/google-apputils/google-apputils-0.4.0.tar.gz;
|
||||
sha256 = "18wlivnqxvx1wsw177lckpl32nmr6cq7f5nhk8r72fvjy8wynq5j";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pytz gflags dateutil_1_5 mox ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Google Application Utilities for Python";
|
||||
homepage = http://code.google.com/p/google-apputils-python;
|
||||
};
|
||||
};
|
||||
|
||||
greenlet = buildPythonPackage rec {
|
||||
name = "greenlet-0.3.1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user