Mon Apr 15 10:22:51 2024 UTC (42d)
py-sphinxcontrib-spelling: depend on fixed py-enchant

Remove superfluous direct enchant dependency, pulled in by py-enchant.

Bump PKGREVISION.


(wiz)
diff -r1.2 -r1.3 pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile 2024/04/15 05:28:46 1.2
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile 2024/04/15 10:22:50 1.3
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.2 2024/04/15 05:28:46 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2024/04/15 10:22:50 wiz Exp $
2 2
3DISTNAME= sphinxcontrib-spelling-8.0.0 3DISTNAME= sphinxcontrib-spelling-8.0.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 5PKGREVISION= 1
5CATEGORIES= textproc python 6CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-spelling/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-spelling/}
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/sphinx-contrib/spelling 10HOMEPAGE= https://github.com/sphinx-contrib/spelling
10COMMENT= Sphinx spelling extension 11COMMENT= Sphinx spelling extension
11LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
12 13
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm 15TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 16TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
16DEPENDS+= ${PYPKGPREFIX}-enchant>=3.1.1:../../textproc/py-enchant 17DEPENDS+= ${PYPKGPREFIX}-enchant>=3.2.2nb1:../../textproc/py-enchant
17DEPENDS+= ${PYPKGPREFIX}-sphinx>=3.0:../../textproc/py-sphinx 18DEPENDS+= ${PYPKGPREFIX}-sphinx>=3.0:../../textproc/py-sphinx
18TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base 19TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
19TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 20TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
20 21
21USE_LANGUAGES= # none 22USE_LANGUAGES= # none
22 23
23PYTHON_VERSIONS_INCOMPATIBLE= 27 38 24PYTHON_VERSIONS_INCOMPATIBLE= 27 38
24 25
25# FIX: ModuleNotFoundError: No module named 'tests' 26# FIX: ModuleNotFoundError: No module named 'tests'
26pre-test: 27pre-test:
27 ${TOUCH} ${WRKSRC}/tests/__init__.py 28 ${TOUCH} ${WRKSRC}/tests/__init__.py
28 29
29.include "../../lang/python/wheel.mk" 30.include "../../lang/python/wheel.mk"
30.include "../../textproc/enchant2/buildlink3.mk" 
31.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"