aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-sphinxcontrib-spelling/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-sphinxcontrib-spelling/Makefile')
-rw-r--r--textproc/py-sphinxcontrib-spelling/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/py-sphinxcontrib-spelling/Makefile b/textproc/py-sphinxcontrib-spelling/Makefile
index 945fea5d9098..4ecdb37bf9b6 100644
--- a/textproc/py-sphinxcontrib-spelling/Makefile
+++ b/textproc/py-sphinxcontrib-spelling/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sphinxcontrib-spelling
-DISTVERSION= 8.0.1
+DISTVERSION= 8.0.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,8 @@ WWW= https://github.com/sphinx-contrib/spelling
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>0:textproc/py-enchant@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}