python.pkgs.amqp_1: remove expr

- two versions available
- this is the older version
- unused
This commit is contained in:
Frederik Rietdijk 2017-12-31 11:58:46 +01:00
parent 5fed925b2f
commit d16a1ad464

View file

@ -484,25 +484,6 @@ in {
};
};
amqp_1 = buildPythonPackage rec {
name = "amqp-${version}";
version = "1.4.9";
disabled = pythonOlder "2.6";
src = pkgs.fetchurl {
url = "mirror://pypi/a/amqp/${name}.tar.gz";
sha256 = "06n6q0kxhjnbfz3vn8x9yz09lwmn1xi9d6wxp31h5jbks0b4vsid";
};
buildInputs = with self; [ mock coverage nose-cover3 unittest2 ];
meta = {
homepage = https://github.com/celery/py-amqp;
description = "Python client for the Advanced Message Queuing Procotol (AMQP). This is a fork of amqplib which is maintained by the Celery project";
license = licenses.lgpl21;
};
};
amqp = buildPythonPackage rec {
name = "amqp-${version}";
version = "2.1.4";