finance/py-pycoingecko: New port: Python wrapper around the CoinGecko API

This commit is contained in:
Yuri Victorovich 2023-02-12 22:07:29 -08:00
parent 88edcb709c
commit f6a4845f37
4 changed files with 33 additions and 0 deletions

View file

@ -120,6 +120,7 @@
SUBDIR += py-pandas-market-calendars
SUBDIR += py-pandas-ta
SUBDIR += py-pycoin
SUBDIR += py-pycoingecko
SUBDIR += py-python-bitcoinlib
SUBDIR += py-python-obelisk
SUBDIR += py-quantecon

View file

@ -0,0 +1,25 @@
PORTNAME= pycoingecko
DISTVERSION= 3.1.0
CATEGORIES= finance python
#MASTER_SITES= PYPI # no tests
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python wrapper around the CoinGecko API
WWW= https://github.com/man-c/pycoingecko
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist pytest
USE_GITHUB= yes
GH_ACCOUNT= man-c
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1676267813
SHA256 (man-c-pycoingecko-3.1.0_GH0.tar.gz) = 577866265a06a8791a7f30163992c81a9b4baa1bd0e1510520bc9da142115e12
SIZE (man-c-pycoingecko-3.1.0_GH0.tar.gz) = 13783

View file

@ -0,0 +1,4 @@
pycoingecko is Pi ython wrapper for the CoinGecko API.
CoinGecko provides information about cryptocurrency prices, excghange rates,
market caps, etc.