pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-idna Import py34-idna-1.1 as www/py-idna.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74546614a5ba
branches:  trunk
changeset: 650277:74546614a5ba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 20 07:28:00 2015 +0000

description:
Import py34-idna-1.1 as www/py-idna.

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.

diffstat:

 www/py-idna/DESCR    |   8 ++++++++
 www/py-idna/Makefile |  14 ++++++++++++++
 www/py-idna/PLIST    |  20 ++++++++++++++++++++
 www/py-idna/distinfo |   5 +++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 11ed6b684f98 -r 74546614a5ba www/py-idna/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-idna/DESCR Mon Apr 20 07:28:00 2015 +0000
@@ -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 -r 11ed6b684f98 -r 74546614a5ba www/py-idna/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-idna/Makefile      Mon Apr 20 07:28:00 2015 +0000
@@ -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@localhost
+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 -r 11ed6b684f98 -r 74546614a5ba www/py-idna/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-idna/PLIST Mon Apr 20 07:28:00 2015 +0000
@@ -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 -r 11ed6b684f98 -r 74546614a5ba www/py-idna/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-idna/distinfo      Mon Apr 20 07:28:00 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index