pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pybtex



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 17 19:43:34 UTC 2023

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

Log Message:
py-pybtex: not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-pybtex/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-pybtex/Makefile
diff -u pkgsrc/textproc/py-pybtex/Makefile:1.9 pkgsrc/textproc/py-pybtex/Makefile:1.10
--- pkgsrc/textproc/py-pybtex/Makefile:1.9      Wed Jan  5 15:41:26 2022
+++ pkgsrc/textproc/py-pybtex/Makefile  Mon Apr 17 19:43:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/01/05 15:41:26 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/04/17 19:43:34 adam Exp $
 
 DISTNAME=      pybtex-0.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,6 +19,8 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-yaml
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pybtex pybtex-${PYVERSSUFFIX} && \



Home | Main Index | Thread Index | Old Index