pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-docutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  2 16:35:15 UTC 2023

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

Log Message:
py-docutils: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/textproc/py-docutils/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-docutils/Makefile
diff -u pkgsrc/textproc/py-docutils/Makefile:1.57 pkgsrc/textproc/py-docutils/Makefile:1.58
--- pkgsrc/textproc/py-docutils/Makefile:1.57   Tue Jan  4 20:54:54 2022
+++ pkgsrc/textproc/py-docutils/Makefile        Tue May  2 16:35:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2022/01/04 20:54:54 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2023/05/02 16:35:15 wiz Exp $
 
 DISTNAME=      docutils-0.17.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,8 +13,9 @@ LICENSE=      public-domain AND 2-clause-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
 DEPENDS+=      ${PYPKGPREFIX}-roman>=1.4:../../math/py-roman
+DEPENDS+=      ${PYPKGPREFIX}-pygments>=0:../../textproc/py-pygments
 
-PYTHON_VERSIONED_DEPENDENCIES= pygments
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
@@ -37,6 +38,5 @@ do-test:
        cd ${WRKSRC} && ${PYTHONBIN} test/alltests.py
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index