pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pyaml



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 31 21:59:32 UTC 2022

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

Log Message:
py-pyaml: not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-pyaml/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-pyaml/Makefile
diff -u pkgsrc/textproc/py-pyaml/Makefile:1.6 pkgsrc/textproc/py-pyaml/Makefile:1.7
--- pkgsrc/textproc/py-pyaml/Makefile:1.6       Mon Oct 31 21:49:13 2022
+++ pkgsrc/textproc/py-pyaml/Makefile   Mon Oct 31 21:59:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/10/31 21:49:13 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/10/31 21:59:32 adam Exp $
 
 DISTNAME=      pyaml-21.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-Unidecode-[0-9]
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-Unidecode
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index