diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-13 22:47:51 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-13 22:47:51 +0800 |
commit | 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 (patch) | |
tree | c88dd9c12f884760d1cb3a3acb7d6ff1d7e365ad /misc/py-apache-beam | |
parent | */*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippy (diff) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
Diffstat (limited to 'misc/py-apache-beam')
-rw-r--r-- | misc/py-apache-beam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-apache-beam/Makefile b/misc/py-apache-beam/Makefile index 2e64d9476b51..29b2f241f5b8 100644 --- a/misc/py-apache-beam/Makefile +++ b/misc/py-apache-beam/Makefile @@ -1,6 +1,6 @@ PORTNAME= apache-beam DISTVERSION= 2.43.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= APACHE20 PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=2.2.0:devel/py-cloudpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}crcmod>=1.7:devel/py-crcmod@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dill>=0.3.1.1:devel/py-dill@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastavro>=0.23.6:textproc/py-fastavro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fasteners>=0.3:devel/py-fasteners@${PY_FLAVOR} \ |