mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.carrot: drop
Depended on anyjson, which was removed. Also unmaintained upstream since 2012.
This commit is contained in:
parent
26053aa922
commit
65d3b6d74d
3 changed files with 1 additions and 24 deletions
|
@ -1,22 +0,0 @@
|
||||||
{ lib, buildPythonPackage, fetchPypi
|
|
||||||
, nose, amqplib, anyjson }:
|
|
||||||
|
|
||||||
buildPythonPackage rec {
|
|
||||||
pname = "carrot";
|
|
||||||
version = "0.10.7";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
|
||||||
inherit pname version;
|
|
||||||
sha256 = "0s14rs2fgp1s2qa0avn8gj33lwc3k1hd4y9a2h6mhg487i7kfinb";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ nose ];
|
|
||||||
propagatedBuildInputs = [ amqplib anyjson ];
|
|
||||||
|
|
||||||
doCheck = false; # depends on the network
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = "https://pypi.python.org/pypi/carrot";
|
|
||||||
description = "AMQP Messaging Framework for Python";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -37,6 +37,7 @@ mapAliases ({
|
||||||
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29
|
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29
|
||||||
bt_proximity = bt-proximity; # added 2021-07-02
|
bt_proximity = bt-proximity; # added 2021-07-02
|
||||||
bugseverywhere = throw "bugseverywhere has been removed: Abandoned by upstream."; # added 2019-11-27
|
bugseverywhere = throw "bugseverywhere has been removed: Abandoned by upstream."; # added 2019-11-27
|
||||||
|
carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18
|
||||||
class-registry = phx-class-registry; # added 2021-10-05
|
class-registry = phx-class-registry; # added 2021-10-05
|
||||||
ConfigArgParse = configargparse; # added 2021-03-18
|
ConfigArgParse = configargparse; # added 2021-03-18
|
||||||
cozy = throw "cozy was removed because it was not actually https://pypi.org/project/Cozy/."; # added 2022-01-14
|
cozy = throw "cozy was removed because it was not actually https://pypi.org/project/Cozy/."; # added 2022-01-14
|
||||||
|
|
|
@ -1439,8 +1439,6 @@ in {
|
||||||
|
|
||||||
carbon = callPackage ../development/python-modules/carbon { };
|
carbon = callPackage ../development/python-modules/carbon { };
|
||||||
|
|
||||||
carrot = callPackage ../development/python-modules/carrot { };
|
|
||||||
|
|
||||||
cart = callPackage ../development/python-modules/cart { };
|
cart = callPackage ../development/python-modules/cart { };
|
||||||
|
|
||||||
cartopy = callPackage ../development/python-modules/cartopy { };
|
cartopy = callPackage ../development/python-modules/cartopy { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue