Merge pull request #115050 from Mic92/coinmarketcap

python3.pkgs.coinmarketcap: remove
This commit is contained in:
Jörg Thalheim 2021-03-07 16:05:04 +00:00 committed by GitHub
commit 1209713c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

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