diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/py-idna/DESCR | 8 | ||||
-rw-r--r-- | www/py-idna/Makefile | 14 | ||||
-rw-r--r-- | www/py-idna/PLIST | 20 | ||||
-rw-r--r-- | www/py-idna/distinfo | 5 |
4 files changed, 47 insertions, 0 deletions
diff --git a/www/py-idna/DESCR b/www/py-idna/DESCR new file mode 100644 index 00000000000..d33e7ad9f2d --- /dev/null +++ b/www/py-idna/DESCR @@ -0,0 +1,8 @@ +A library to support the Internationalised Domain Names in Applications +(IDNA) protocol as specified in RFC 5891. This version of the +protocol is often referred to as IDNA2008 and can produce different +results from the earlier standard from 2003. + +The library is also intended to act as a suitable drop-in replacement +for the encodings.idna module that comes with the Python standard +library but currently only supports the older 2003 specification. diff --git a/www/py-idna/Makefile b/www/py-idna/Makefile new file mode 100644 index 00000000000..60cb2f5affb --- /dev/null +++ b/www/py-idna/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2015/04/20 07:28:00 wiz Exp $ + +DISTNAME= idna-1.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" diff --git a/www/py-idna/PLIST b/www/py-idna/PLIST new file mode 100644 index 00000000000..e3a7caa5e36 --- /dev/null +++ b/www/py-idna/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1 2015/04/20 07:28:00 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/idna/__init__.py +${PYSITELIB}/idna/__init__.pyc +${PYSITELIB}/idna/__init__.pyo +${PYSITELIB}/idna/codec.py +${PYSITELIB}/idna/codec.pyc +${PYSITELIB}/idna/codec.pyo +${PYSITELIB}/idna/compat.py +${PYSITELIB}/idna/compat.pyc +${PYSITELIB}/idna/compat.pyo +${PYSITELIB}/idna/core.py +${PYSITELIB}/idna/core.pyc +${PYSITELIB}/idna/core.pyo +${PYSITELIB}/idna/idnadata.py +${PYSITELIB}/idna/idnadata.pyc +${PYSITELIB}/idna/idnadata.pyo diff --git a/www/py-idna/distinfo b/www/py-idna/distinfo new file mode 100644 index 00000000000..6f89083a1ab --- /dev/null +++ b/www/py-idna/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/04/20 07:28:00 wiz Exp $ + +SHA1 (idna-1.1.tar.gz) = 5d1e314797f77cca96375d5897ec6d581e7ccbba +RMD160 (idna-1.1.tar.gz) = 596e6f1583746096d5e690074c524b5d413f95a9 +Size (idna-1.1.tar.gz) = 99242 bytes |