Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:27:29 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1146256232c9 - main - devel/py-txi2p-tahoe: Update to 0.3.7
Message-ID:  <202305270427.34R4RT4U025875@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1146256232c99fc7981f051db30cf895a17ddd16

commit 1146256232c99fc7981f051db30cf895a17ddd16
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:09:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:09:04 +0000

    devel/py-txi2p-tahoe: Update to 0.3.7
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/str4d/txi2p/commits/master
---
 devel/py-txi2p-tahoe/Makefile | 8 +++++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305270427.34R4RT4U025875>