Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 10:36:48 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: a4f7ae8e10a8 - main - textproc/py-parse: Update to 1.19.1
Message-ID:  <202307091036.369AamZU058839@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=a4f7ae8e10a89c65782aece4dc23c3806427cdb8

commit a4f7ae8e10a89c65782aece4dc23c3806427cdb8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:20:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:20:46 +0000

    textproc/py-parse: Update to 1.19.1
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/r1chardj0n3s/parse/releases
---
 textproc/py-parse/Makefile | 7 +++++--
 textproc/py-parse/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/textproc/py-parse/Makefile b/textproc/py-parse/Makefile
index c1292863f146..b3845311266d 100644
--- a/textproc/py-parse/Makefile
+++ b/textproc/py-parse/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	parse
-PORTVERSION=	1.19.0
+PORTVERSION=	1.19.1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,11 @@ WWW=		https://github.com/r1chardj0n3s/parse
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/textproc/py-parse/distinfo b/textproc/py-parse/distinfo
index 233e78ff508c..d4c9dce3c867 100644
--- a/textproc/py-parse/distinfo
+++ b/textproc/py-parse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611665511
-SHA256 (parse-1.19.0.tar.gz) = 9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb66f020b
-SIZE (parse-1.19.0.tar.gz) = 30884
+TIMESTAMP = 1688166336
+SHA256 (parse-1.19.1.tar.gz) = cc3a47236ff05da377617ddefa867b7ba983819c664e1afe46249e5b469be464
+SIZE (parse-1.19.1.tar.gz) = 19422



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