pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-distlib py-distlib: mark as not for Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d80fe432af2
branches:  trunk
changeset: 382984:4d80fe432af2
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 10 07:41:04 2022 +0000

description:
py-distlib: mark as not for Python 2.7

diffstat:

 devel/py-distlib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a19063b933b4 -r 4d80fe432af2 devel/py-distlib/Makefile
--- a/devel/py-distlib/Makefile Wed Aug 10 07:25:47 2022 +0000
+++ b/devel/py-distlib/Makefile Wed Aug 10 07:41:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/08/10 07:25:25 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/10 07:41:04 adam Exp $
 
 DISTNAME=      distlib-0.3.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} tests/test_all.py
 



Home | Main Index | Thread Index | Old Index