pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py27-idna



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May  5 10:15:57 UTC 2023

Added Files:
        pkgsrc/www/py27-idna: DESCR Makefile PLIST distinfo

Log Message:
www/py27-idna: import py27-idna-2.10nb1

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.

This package is for supporting Python 2.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py27-idna/DESCR \
    pkgsrc/www/py27-idna/Makefile pkgsrc/www/py27-idna/PLIST \
    pkgsrc/www/py27-idna/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py27-idna/DESCR
diff -u /dev/null pkgsrc/www/py27-idna/DESCR:1.1
--- /dev/null   Fri May  5 10:15:57 2023
+++ pkgsrc/www/py27-idna/DESCR  Fri May  5 10:15:57 2023
@@ -0,0 +1,10 @@
+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.
+
+This package is for supporting Python 2.
Index: pkgsrc/www/py27-idna/Makefile
diff -u /dev/null pkgsrc/www/py27-idna/Makefile:1.1
--- /dev/null   Fri May  5 10:15:57 2023
+++ pkgsrc/www/py27-idna/Makefile       Fri May  5 10:15:57 2023
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2023/05/05 10:15:57 wiz Exp $
+
+DISTNAME=      idna-2.10
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/idna/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/kjd/idna
+COMMENT=       Python module for Internationalized Domain Names in Applications (IDNA)
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py27-idna/PLIST
diff -u /dev/null pkgsrc/www/py27-idna/PLIST:1.1
--- /dev/null   Fri May  5 10:15:57 2023
+++ pkgsrc/www/py27-idna/PLIST  Fri May  5 10:15:57 2023
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/05 10:15:57 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
+${PYSITELIB}/idna/intranges.py
+${PYSITELIB}/idna/intranges.pyc
+${PYSITELIB}/idna/intranges.pyo
+${PYSITELIB}/idna/package_data.py
+${PYSITELIB}/idna/package_data.pyc
+${PYSITELIB}/idna/package_data.pyo
+${PYSITELIB}/idna/uts46data.py
+${PYSITELIB}/idna/uts46data.pyc
+${PYSITELIB}/idna/uts46data.pyo
Index: pkgsrc/www/py27-idna/distinfo
diff -u /dev/null pkgsrc/www/py27-idna/distinfo:1.1
--- /dev/null   Fri May  5 10:15:57 2023
+++ pkgsrc/www/py27-idna/distinfo       Fri May  5 10:15:57 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/05 10:15:57 wiz Exp $
+
+BLAKE2s (idna-2.10.tar.gz) = 6448640983008bc2bcfc776a8b104e946d8f372f6f060fb4ea11d62bef2f66e2
+SHA512 (idna-2.10.tar.gz) = 83b412de2f79a4bc86fb4bdac7252521b9d84f0be54f4fb1bde1ee13a210bbfa4b1a98247affbc7921046fb117a591316c12694c1be72865767646554c5207ac
+Size (idna-2.10.tar.gz) = 175616 bytes



Home | Main Index | Thread Index | Old Index