pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-tomli py-tomli: not for python 2.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee7f6b9c2eb1
branches:  trunk
changeset: 770663:ee7f6b9c2eb1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 06 15:23:59 2021 +0000

description:
py-tomli: not for python 2.x

diffstat:

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

diffs (17 lines):

diff -r b101e2dfda4e -r ee7f6b9c2eb1 textproc/py-tomli/Makefile
--- a/textproc/py-tomli/Makefile        Mon Dec 06 15:23:06 2021 +0000
+++ b/textproc/py-tomli/Makefile        Mon Dec 06 15:23:59 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/11/25 21:24:09 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/06 15:23:59 wiz Exp $
 
 DISTNAME=      tomli-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,5 +23,7 @@
 post-extract:
        ${CP} ${FILESDIR}/setup.py ${WRKSRC}
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index