aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sphinxcontrib-devhelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-sphinxcontrib-devhelp/Makefile')
-rw-r--r--textproc/py-sphinxcontrib-devhelp/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/py-sphinxcontrib-devhelp/Makefile b/textproc/py-sphinxcontrib-devhelp/Makefile
index 56a0e105a24b..340ed50b30f4 100644
--- a/textproc/py-sphinxcontrib-devhelp/Makefile
+++ b/textproc/py-sphinxcontrib-devhelp/Makefile
@@ -1,8 +1,9 @@
PORTNAME= sphinxcontrib-devhelp
-PORTVERSION= 1.0.2
+PORTVERSION= 2.0.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:C/-/_/}-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= wen@FreeBSD.org
@@ -10,10 +11,13 @@ COMMENT= Sphinx extension which outputs Devhelp document
WWW= https://www.sphinx-doc.org/
LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENCE.rst
USES= python
-USE_PYTHON= autoplist distutils concurrent
+USE_PYTHON= autoplist concurrent pep517
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2.0<4:devel/py-flit-core@${PY_FLAVOR}
+
NO_ARCH= yes
.include <bsd.port.mk>