pkgsrc/textproc/py-precis-i18n/Makefile
adam f09908b612 py-precis-i18n: updated to 1.0.1
1.0.1
- Fixed a dict/set syntax typo that has no runtime effect.
- Test forward compatibility of derived props test files as Unicode version increases.
- Test Unicode 11.0 (Python 3.7).
- Update copyright year (2019).
2019-09-05 10:43:10 +00:00

17 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/09/05 10:43:10 adam Exp $
DISTNAME= precis_i18n-1.0.1
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
EXTRACT_USING= bsdtar
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"