aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:10:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:10:51 +0000
commitaad6768537136e846a694c0e9bd3d57f4e7964d6 (patch)
treeb8761c6cc95adcc1966aeb230a91b2ec54c643cb
parent78eba2d1b6b96dacfe695f3d41469d9e0786ee50 (diff)
downloadports-aad6768537136e846a694c0e9bd3d57f4e7964d6.tar.gz
ports-aad6768537136e846a694c0e9bd3d57f4e7964d6.zip
textproc/py-sphinx-intl: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--textproc/py-sphinx-intl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile
index d7272482cf8a..4d85219a9e3e 100644
--- a/textproc/py-sphinx-intl/Makefile
+++ b/textproc/py-sphinx-intl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sphinx-intl
PORTVERSION= 2.1.0
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,12 +11,14 @@ WWW= https://github.com/sphinx-doc/sphinx-intl
LICENSE= BSD2CLAUSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes