pkgsrc/textproc/py-precis-i18n/Makefile
wiz ec1de219c6 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+.
2020-09-12 06:33:47 +00:00

18 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/09/12 06:33:47 wiz Exp $
DISTNAME= precis_i18n-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/precis-i18n/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/byllyfish/precis_i18n
COMMENT= PRECIS-i18n: Internationalized Usernames and Passwords
LICENSE= mit
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 36
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"