Skip to content

Commit

Permalink
devel/py-txi2p-tahoe: Update to 0.3.7
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/str4d/txi2p/commits/master
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 0d77b58 commit 1146256
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions 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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 1146256

Please sign in to comment.