pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-tomli
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 6 15:23:59 UTC 2021
Modified Files:
pkgsrc/textproc/py-tomli: Makefile
Log Message:
py-tomli: not for python 2.x
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-tomli/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-tomli/Makefile
diff -u pkgsrc/textproc/py-tomli/Makefile:1.1 pkgsrc/textproc/py-tomli/Makefile:1.2
--- pkgsrc/textproc/py-tomli/Makefile:1.1 Thu Nov 25 21:24:09 2021
+++ pkgsrc/textproc/py-tomli/Makefile Mon Dec 6 15:23:59 2021
@@ -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 @@ SUBST_MESSAGE.version= Setting version.
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