pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-docx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 12 07:17:34 UTC 2022

Modified Files:
        pkgsrc/textproc/py-docx: Makefile

Log Message:
py-docx: restrict to python3


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-docx/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-docx/Makefile
diff -u pkgsrc/textproc/py-docx/Makefile:1.8 pkgsrc/textproc/py-docx/Makefile:1.9
--- pkgsrc/textproc/py-docx/Makefile:1.8        Tue Jan  4 20:54:54 2022
+++ pkgsrc/textproc/py-docx/Makefile    Tue Jul 12 07:17:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:54 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/07/12 07:17:34 wiz Exp $
 
 DISTNAME=      python-docx-0.8.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -13,9 +13,11 @@ LICENSE=     mit
 
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=2.3.2:../../textproc/py-lxml
 TEST_DEPENDS+= ${PYPKGPREFIX}-behave-[0-9]*:../../devel/py-behave
+TEST_DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test pyparsing:test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
@@ -23,5 +25,4 @@ do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index