pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www py-idna_ssl: added version 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb6e12625dc0
branches:  trunk
changeset: 375201:bb6e12625dc0
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 05 16:38:56 2018 +0000

description:
py-idna_ssl: added version 1.0.0

Patch ssl.match_hostname for Unicode(idna) domains support.

diffstat:

 www/Makefile             |   3 ++-
 www/py-idna_ssl/DESCR    |   1 +
 www/py-idna_ssl/Makefile |  18 ++++++++++++++++++
 www/py-idna_ssl/PLIST    |  10 ++++++++++
 www/py-idna_ssl/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r 15273b49911f -r bb6e12625dc0 www/Makefile
--- a/www/Makefile      Mon Feb 05 16:28:49 2018 +0000
+++ b/www/Makefile      Mon Feb 05 16:38:56 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1306 2018/02/04 15:04:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.1307 2018/02/05 16:38:56 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -696,6 +696,7 @@
 SUBDIR+=       py-hyperframe
 SUBDIR+=       py-hyperlink
 SUBDIR+=       py-idna
+SUBDIR+=       py-idna_ssl
 SUBDIR+=       py-jonpy
 SUBDIR+=       py-landslide
 SUBDIR+=       py-livereload
diff -r 15273b49911f -r bb6e12625dc0 www/py-idna_ssl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-idna_ssl/DESCR     Mon Feb 05 16:38:56 2018 +0000
@@ -0,0 +1,1 @@
+Patch ssl.match_hostname for Unicode(idna) domains support.
diff -r 15273b49911f -r bb6e12625dc0 www/py-idna_ssl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-idna_ssl/Makefile  Mon Feb 05 16:38:56 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/02/05 16:38:56 adam Exp $
+
+DISTNAME=      idna_ssl-1.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/idna_ssl/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/aio-libs/idna_ssl
+COMMENT=       Patch ssl.match_hostname for Unicode(idna) domains support
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-idna>=2.0:../../www/py-idna
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 15273b49911f -r bb6e12625dc0 www/py-idna_ssl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-idna_ssl/PLIST     Mon Feb 05 16:38:56 2018 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/05 16:38:56 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/idna_ssl.py
+${PYSITELIB}/idna_ssl.pyc
+${PYSITELIB}/idna_ssl.pyo
diff -r 15273b49911f -r bb6e12625dc0 www/py-idna_ssl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-idna_ssl/distinfo  Mon Feb 05 16:38:56 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/05 16:38:56 adam Exp $
+
+SHA1 (idna_ssl-1.0.0.tar.gz) = e1badfad6800dad768f8f71f9c9d135c42371c70
+RMD160 (idna_ssl-1.0.0.tar.gz) = 9dd2fcd4fbf70139964696c0e51c420e500d1cd4
+SHA512 (idna_ssl-1.0.0.tar.gz) = d1f7479cc3edff164bb26deb05af757906ba91241bc668f1b087560087a89f741a0b36e166bfb8142128ceed6008621ab36a2556ed2304ea6374c19982bc663a
+Size (idna_ssl-1.0.0.tar.gz) = 3375 bytes



Home | Main Index | Thread Index | Old Index