forked from Lainports/freebsd-ports
finance/py-pycoingecko: New port: Python wrapper around the CoinGecko API
This commit is contained in:
parent
88edcb709c
commit
f6a4845f37
4 changed files with 33 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
25
finance/py-pycoingecko/Makefile
Normal file
25
finance/py-pycoingecko/Makefile
Normal 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>
|
||||
3
finance/py-pycoingecko/distinfo
Normal file
3
finance/py-pycoingecko/distinfo
Normal 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
|
||||
4
finance/py-pycoingecko/pkg-descr
Normal file
4
finance/py-pycoingecko/pkg-descr
Normal 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.
|
||||
Loading…
Add table
Reference in a new issue