mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
finance/py-python-coinmarketcap: New port: CoinMarketCap Python API Wrapper
This commit is contained in:
parent
22f4628894
commit
247718dd69
@ -123,6 +123,7 @@
|
||||
SUBDIR += py-pycoingecko
|
||||
SUBDIR += py-python-binance
|
||||
SUBDIR += py-python-bitcoinlib
|
||||
SUBDIR += py-python-coinmarketcap
|
||||
SUBDIR += py-python-obelisk
|
||||
SUBDIR += py-pytrends
|
||||
SUBDIR += py-quantecon
|
||||
|
21
finance/py-python-coinmarketcap/Makefile
Normal file
21
finance/py-python-coinmarketcap/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
PORTNAME= python-coinmarketcap
|
||||
DISTVERSION= 0.5
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= CoinMarketCap Python API Wrapper
|
||||
WWW= https://github.com/rsz44/python-coinmarketcap
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:www/py-requests@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
finance/py-python-coinmarketcap/distinfo
Normal file
3
finance/py-python-coinmarketcap/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1704137869
|
||||
SHA256 (python-coinmarketcap-0.5.tar.gz) = ffc93759b23a8bad366d1f4f3decb593fdd7451bd90b80db708a6e9108aa220b
|
||||
SIZE (python-coinmarketcap-0.5.tar.gz) = 13345
|
2
finance/py-python-coinmarketcap/pkg-descr
Normal file
2
finance/py-python-coinmarketcap/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
python-coinmarketcap is a non-official (but working) Python package to wrap the
|
||||
CoinMarketCap API. With this you can monitor and watch the crypto market.
|
Loading…
Reference in New Issue
Block a user