pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-sphinxcontrib-spelling



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 15 05:28:46 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-spelling: Makefile

Log Message:
py-sphinxcontrib-spelling: needs git for testing


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.1 pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.2
--- pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.1      Mon Jan 22 16:17:25 2024
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile  Mon Apr 15 05:28:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/01/22 16:17:25 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/04/15 05:28:46 adam Exp $
 
 DISTNAME=      sphinxcontrib-spelling-8.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-enchant>=3.1.1:../../textproc/py-enchant
 DEPENDS+=      ${PYPKGPREFIX}-sphinx>=3.0:../../textproc/py-sphinx
+TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
@@ -26,4 +27,5 @@ pre-test:
        ${TOUCH} ${WRKSRC}/tests/__init__.py
 
 .include "../../lang/python/wheel.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index