summaryrefslogtreecommitdiff
path: root/devel/py-PyGithub
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 22:47:51 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 22:47:51 +0800
commit84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 (patch)
treec88dd9c12f884760d1cb3a3acb7d6ff1d7e365ad /devel/py-PyGithub
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 'devel/py-PyGithub')
-rw-r--r--devel/py-PyGithub/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-PyGithub/Makefile b/devel/py-PyGithub/Makefile
index bfd0c2427678..ce7ebaeffbf4 100644
--- a/devel/py-PyGithub/Makefile
+++ b/devel/py-PyGithub/Makefile
@@ -1,5 +1,6 @@
PORTNAME= PyGithub
DISTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= devel www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.14.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyjwt>=2.4.0:www/py-pyjwt@${PY_FLAVOR} \