pkgsrc/www/py-idna/Makefile
wiz 89949ab749 Update py-idna to 2.1.
2.1 (2016-03-20)
++++++++++++++++

- Memory consumption optimizations. The library should consume significantly
  less memory through smarter data structures being used to represent
  relevant Unicode properties. Many thanks to Shivaram Lingamneni for this
  patch.
- Patches to make library work better with Python 2.6. The core library
  currently works however the unit testing does not. (Thanks, Robert
  Buchholz)
- Better affix all Unicode codepoint properties to a specific version.
2016-04-08 15:23:33 +00:00

14 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/04/08 15:23:33 wiz Exp $
DISTNAME= idna-2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= https://pypi.python.org/packages/source/i/idna/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/idna
COMMENT= Python module for Internationalized Domain Names in Applications (IDNA)
#LICENSE= bsd, but which
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"