From owner-svn-ports-all@freebsd.org Sat Mar 17 10:44:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E63EF5B78E; Sat, 17 Mar 2018 10:44:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17AA6740C7; Sat, 17 Mar 2018 10:44:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A41811602; Sat, 17 Mar 2018 10:44:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2HAiDll059665; Sat, 17 Mar 2018 10:44:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2HAiDgx059661; Sat, 17 Mar 2018 10:44:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803171044.w2HAiDgx059661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Mar 2018 10:44:13 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/dns: . py-idna_ssl X-SVN-Commit-Revision: 464782 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2018 10:44:15 -0000 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 +# $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 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