Merge pull request #115050 from Mic92/coinmarketcap
python3.pkgs.coinmarketcap: remove
This commit is contained in:
commit
1209713c06
|
@ -1,19 +0,0 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, requests-cache }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "coinmarketcap";
|
||||
version = "5.0.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1cfee31bf330a17cedf188e4e99588e6a4c6c969c93da71f55a9f4ec6a6c216f";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ requests-cache ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A python wrapper around the https://coinmarketcap.com API.";
|
||||
homepage = "https://github.com/barnumbirr/coinmarketcap";
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
|
@ -1411,8 +1411,6 @@ in {
|
|||
|
||||
coilmq = callPackage ../development/python-modules/coilmq { };
|
||||
|
||||
coinmarketcap = callPackage ../development/python-modules/coinmarketcap { };
|
||||
|
||||
ColanderAlchemy = callPackage ../development/python-modules/colanderalchemy { };
|
||||
|
||||
colander = callPackage ../development/python-modules/colander { };
|
||||
|
|
Loading…
Reference in New Issue