cassandra-driver: init at 2.6.0c2
This commit is contained in:
parent
03dbba9757
commit
90b4054aa0
@ -1689,6 +1689,29 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
cassandraDriver = buildPythonPackage rec {
|
||||
name = "cassandra-driver-2.6.0c2";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/c/cassandra-driver/${name}.tar.gz";
|
||||
sha256 = "00cc2rkvkxaxn7sf2qzy29s6h394fla73rbdh9krxbswp5nvp27r";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
futures
|
||||
nose
|
||||
six
|
||||
sure
|
||||
pytz
|
||||
pyyaml
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = http://datastax.github.io/python-driver/;
|
||||
description = "A Python client driver for Apache Cassandra";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
celery = buildPythonPackage rec {
|
||||
name = "celery-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user