diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 04:09:04 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 04:09:04 +0000 |
commit | 1146256232c99fc7981f051db30cf895a17ddd16 (patch) | |
tree | af31afe70e67f8d57965c0ff29c9b308b77ed26a | |
parent | 0d77b58da88ed448c505375b1d1444c5b0597526 (diff) |
devel/py-txi2p-tahoe: Update to 0.3.7
- Convert to USE_PYTHON=pep517
Changes: https://github.com/str4d/txi2p/commits/master
-rw-r--r-- | devel/py-txi2p-tahoe/Makefile | 8 | ||||
-rw-r--r-- | devel/py-txi2p-tahoe/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/py-txi2p-tahoe/Makefile b/devel/py-txi2p-tahoe/Makefile index 12e10d7729d6..7fd6b8636db3 100644 --- a/devel/py-txi2p-tahoe/Makefile +++ b/devel/py-txi2p-tahoe/Makefile @@ -1,5 +1,5 @@ PORTNAME= txi2p-tahoe -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,14 @@ WWW= https://github.com/str4d/txi2p LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>=1:devel/py-vcversioner@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parsley>=1.2:devel/py-parsley@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=15.4:devel/py-twisted@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes diff --git a/devel/py-txi2p-tahoe/distinfo b/devel/py-txi2p-tahoe/distinfo index f9ba9229f7fa..04afa732b7e8 100644 --- a/devel/py-txi2p-tahoe/distinfo +++ b/devel/py-txi2p-tahoe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654774042 -SHA256 (txi2p-tahoe-0.3.5.tar.gz) = c110a320aff1a8371966bd72cdc98e6cf071a02f5abffd0dea346bf807a57def -SIZE (txi2p-tahoe-0.3.5.tar.gz) = 37422 +TIMESTAMP = 1684104474 +SHA256 (txi2p-tahoe-0.3.7.tar.gz) = f95b3dcda152f80088d7824dc4499ef779675a69dc759c850269d31f4ca13a26 +SIZE (txi2p-tahoe-0.3.7.tar.gz) = 45676 |