mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python3.pkgs.coinmarketcap: remove
The API was replaced and the library is no longer functional. It's only user 'home-assistant' is dropping support for it in 2021.3.0 depends on https://github.com/NixOS/nixpkgs/pull/115016
This commit is contained in:
parent
893a78f411
commit
0da3137247
@ -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;
|
||||
};
|
||||
}
|
@ -1403,8 +1403,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
Block a user