mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
finance/py-python-binance: update 1.0.19 → 1.0.22
This commit is contained in:
parent
0fef529538
commit
b6240a6c88
@ -1,12 +1,13 @@
|
||||
PORTNAME= python-binance
|
||||
DISTVERSION= 1.0.19
|
||||
DISTVERSION= 1.0.22
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Binance REST API python implementation
|
||||
WWW= https://python-binance.readthedocs.io/en/latest/
|
||||
WWW= https://python-binance.readthedocs.io/en/latest/ \
|
||||
https://github.com/sammchardy/python-binance
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
@ -18,10 +19,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}websockets>0:devel/py-websockets@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests-mock>0:www/py-requests-mock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}aioresponses>0:www/py-aioresponses@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
# tests fail to run: binance.exceptions.BinanceAPIException: APIError(code=0): Service unavailable from a restricted location according to 'b. Eligibility'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1692662814
|
||||
SHA256 (python-binance-1.0.19.tar.gz) = b58cb5313d4fafbcfab3afe6082fff8ba4ebf7261211e7a322c2137637825e82
|
||||
SIZE (python-binance-1.0.19.tar.gz) = 70568
|
||||
TIMESTAMP = 1731265802
|
||||
SHA256 (python-binance-1.0.22.tar.gz) = 33c0dead72363d1e7c7982d5c568f93abbb942d6e76712a1084806b5481df422
|
||||
SIZE (python-binance-1.0.22.tar.gz) = 89434
|
||||
|
Loading…
Reference in New Issue
Block a user