pkgsrc/www/py-idna/Makefile
adam 2ae978f3e4 py-idna: updated to 2.10
2.10:
- Update to Unicode 13.0.0.
- Throws a more specific exception if "xn--" is provided as a label.
- This is expected to be the last version that supports Python 2.
2020-07-27 14:58:12 +00:00

16 lines
450 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/07/27 14:58:12 adam Exp $
DISTNAME= idna-2.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/idna/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/kjd/idna
COMMENT= Python module for Internationalized Domain Names in Applications (IDNA)
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"