aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 00:39:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 00:39:51 +0000
commit9c35e243541b5996a1343eea40a573fe1bb9ae0d (patch)
tree015c252d32ac4eff3c41a8406068a941d5cb30b1
parentd6622d11e46d1bb4a6abf2eb4fde22243d1d7e13 (diff)
downloadports-9c35e243541b5996a1343eea40a573fe1bb9ae0d.tar.gz
ports-9c35e243541b5996a1343eea40a573fe1bb9ae0d.zip
devel/py-pycparser: Update to 2.22
- Convert to USE_PYTHON=pep517 Changes: https://github.com/eliben/pycparser/releases
-rw-r--r--devel/py-pycparser/Makefile7
-rw-r--r--devel/py-pycparser/distinfo6
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/py-pycparser/Makefile b/devel/py-pycparser/Makefile
index 5b487adfd8e6..5aec728cda4a 100644
--- a/devel/py-pycparser/Makefile
+++ b/devel/py-pycparser/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pycparser
-PORTVERSION= 2.21
+PORTVERSION= 2.22
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,11 @@ WWW= https://github.com/eliben/pycparser
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist concurrent distutils unittest
+USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes
diff --git a/devel/py-pycparser/distinfo b/devel/py-pycparser/distinfo
index cb3a034b2356..02c7817bc57d 100644
--- a/devel/py-pycparser/distinfo
+++ b/devel/py-pycparser/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637072982
-SHA256 (pycparser-2.21.tar.gz) = e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
-SIZE (pycparser-2.21.tar.gz) = 170877
+TIMESTAMP = 1712084504
+SHA256 (pycparser-2.22.tar.gz) = 491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6
+SIZE (pycparser-2.22.tar.gz) = 172736