pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-precis-i18n
Module Name: pkgsrc
Committed By: wiz
Date: Sat Sep 12 06:33:47 UTC 2020
Modified Files:
pkgsrc/textproc/py-precis-i18n: Makefile
Log Message:
py-precis-i18n: mark as not for python 2.x
File "/usr/pkg/lib/python2.7/site-packages/precis_i18n/factory.py", line 53
def get_profile(name, *, unicodedata=None):
^
SyntaxError: invalid syntax
The packages using it are already limited to 3.7+.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-precis-i18n/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-precis-i18n/Makefile
diff -u pkgsrc/textproc/py-precis-i18n/Makefile:1.3 pkgsrc/textproc/py-precis-i18n/Makefile:1.4
--- pkgsrc/textproc/py-precis-i18n/Makefile:1.3 Wed Aug 26 11:49:41 2020
+++ pkgsrc/textproc/py-precis-i18n/Makefile Sat Sep 12 06:33:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/08/26 11:49:41 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/12 06:33:47 wiz Exp $
DISTNAME= precis_i18n-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,8 +10,9 @@ HOMEPAGE= https://github.com/byllyfish/p
COMMENT= PRECIS-i18n: Internationalized Usernames and Passwords
LICENSE= mit
-EXTRACT_USING= bsdtar
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index