Mon Apr 15 05:28:46 2024 UTC (62d)
py-sphinxcontrib-spelling: needs git for testing


(adam)
diff -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile

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

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