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:
Jörg Thalheim 2021-03-04 09:09:23 +01:00
parent 893a78f411
commit 0da3137247
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
2 changed files with 0 additions and 21 deletions

View File

@ -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;
};
}

View File

@ -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 { };