pkgsrc/www/py-idna/Makefile
adam aab4a93364 py-idna: updated to 2.7
2.7:
Update to Unicode 10.0.0.
No longer accepts dot-prefixed domains (e.g. ".example") as valid. This is to be more conformant with the UTS 46 spec. Users should strip dot prefixes from domains before processing.
2018-06-13 06:39:12 +00:00

16 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.9 2018/06/13 06:39:12 adam Exp $
DISTNAME= idna-2.7
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"