pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-precis-i18n py-precis-i18n: mark as not fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ac7c237ea01
branches:  trunk
changeset: 438915:7ac7c237ea01
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 12 06:33:47 2020 +0000

description:
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+.

diffstat:

 textproc/py-precis-i18n/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 3b096c8d33cd -r 7ac7c237ea01 textproc/py-precis-i18n/Makefile
--- a/textproc/py-precis-i18n/Makefile  Sat Sep 12 05:58:40 2020 +0000
+++ b/textproc/py-precis-i18n/Makefile  Sat Sep 12 06:33:47 2020 +0000
@@ -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 @@
 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