diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-08-04 18:56:27 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-08-04 20:10:25 +0000 |
| commit | afb597fc41378169d44d0f39aced809a75fab36b (patch) | |
| tree | ff8d167b7b7aefb06dbdbf6fb225a1c8ce043131 | |
| parent | d03b5467d1e4a0003f7ec22a60d6c41f944a2542 (diff) | |
finance/py-pythclient: update 0.1.24 → 0.2.2
| -rw-r--r-- | finance/py-pythclient/Makefile | 9 | ||||
| -rw-r--r-- | finance/py-pythclient/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/finance/py-pythclient/Makefile b/finance/py-pythclient/Makefile index 5305bf290770..a3d863de6a53 100644 --- a/finance/py-pythclient/Makefile +++ b/finance/py-pythclient/Makefile @@ -1,5 +1,5 @@ PORTNAME= pythclient -DISTVERSION= 0.1.24 +DISTVERSION= 0.2.2 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -31,10 +31,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-socket>0:devel/py-pytest-socket@${PY_FLAVOR} USES= python -USE_PYTHON= pep517 autoplist pytest # 2 tests fail, see https://github.com/pyth-network/pyth-client-py/issues/49 - -TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +USE_PYTHON= pep517 autoplist NO_ARCH= yes +# tests disabled: upstream test suite in 0.2.2 references missing fixtures +# (e.g. solana_client) and many tests require live Solana/Pyth network access + .include <bsd.port.mk> diff --git a/finance/py-pythclient/distinfo b/finance/py-pythclient/distinfo index 3384433b0120..c8fb9527488b 100644 --- a/finance/py-pythclient/distinfo +++ b/finance/py-pythclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710048779 -SHA256 (pythclient-0.1.24.tar.gz) = c037665e82a68be84148165e1f0d5916b933e751cc87bd07749fa825cd5dbc19 -SIZE (pythclient-0.1.24.tar.gz) = 68971 +TIMESTAMP = 1785730663 +SHA256 (pythclient-0.2.2.tar.gz) = 11992c56870f07be347b55a290dd774c5ee35f592bfab065256b4aed2adff99c +SIZE (pythclient-0.2.2.tar.gz) = 65434 |
