Date: Sat, 17 Mar 2018 10:44:13 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464782 - in head/dns: . py-idna_ssl Message-ID: <201803171044.w2HAiDgx059661@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 17 10:44:12 2018 New Revision: 464782 URL: https://svnweb.freebsd.org/changeset/ports/464782 Log: Add py-idna_ssl 1.0.1 idna-ssl patches ssl.match_hostname for Unicode(idna) domains support. WWW: https://pypi.python.org/pypi/idna_ssl WWW: https://github.com/aio-libs/idna-ssl Added: head/dns/py-idna_ssl/ head/dns/py-idna_ssl/Makefile (contents, props changed) head/dns/py-idna_ssl/distinfo (contents, props changed) head/dns/py-idna_ssl/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sat Mar 17 10:44:07 2018 (r464781) +++ head/dns/Makefile Sat Mar 17 10:44:12 2018 (r464782) @@ -181,6 +181,7 @@ SUBDIR += py-dnspython SUBDIR += py-easyzone SUBDIR += py-idna + SUBDIR += py-idna_ssl SUBDIR += py-idnkit2 SUBDIR += py-ldns SUBDIR += py-namebench Added: head/dns/py-idna_ssl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-idna_ssl/Makefile Sat Mar 17 10:44:12 2018 (r464782) @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= idna_ssl +PORTVERSION= 1.0.1 +CATEGORIES= dns python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= idna-ssl-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Patch ssl.match_hostname for Unicode(idna) domains support + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3:www/py-aiohttp@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python:3.3-3.6 + +.include <bsd.port.mk> Added: head/dns/py-idna_ssl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-idna_ssl/distinfo Sat Mar 17 10:44:12 2018 (r464782) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521280682 +SHA256 (idna-ssl-1.0.1.tar.gz) = 1293f030bc608e9aa9cdee72aa93c1521bbb9c7698068c61c9ada6772162b979 +SIZE (idna-ssl-1.0.1.tar.gz) = 3385 Added: head/dns/py-idna_ssl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-idna_ssl/pkg-descr Sat Mar 17 10:44:12 2018 (r464782) @@ -0,0 +1,4 @@ +idna-ssl patches ssl.match_hostname for Unicode(idna) domains support. + +WWW: https://pypi.python.org/pypi/idna_ssl +WWW: https://github.com/aio-libs/idna-ssl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803171044.w2HAiDgx059661>