pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-pyaml py-pyaml: not for Python 2.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/122a07e0e06a
branches: trunk
changeset: 387544:122a07e0e06a
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 31 21:59:32 2022 +0000
description:
py-pyaml: not for Python 2.7
diffstat:
textproc/py-pyaml/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4310a4e4a446 -r 122a07e0e06a textproc/py-pyaml/Makefile
--- a/textproc/py-pyaml/Makefile Mon Oct 31 21:59:10 2022 +0000
+++ b/textproc/py-pyaml/Makefile Mon Oct 31 21:59:32 2022 +0000
@@ -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 @@
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