From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18F20138335 for ; Fri, 21 Dec 2018 07:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0F3FE0A8A; Fri, 21 Dec 2018 07:48:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C05F3E0A8A for ; Fri, 21 Dec 2018 07:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA351335C58 for ; Fri, 21 Dec 2018 07:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AFC7445 for ; Fri, 21 Dec 2018 07:48:15 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1545378473.f69e4a59ad2a2f0932fafe5be1c44241dc0446cd.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/idna-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/idna-ssl/Manifest dev-python/idna-ssl/idna-ssl-1.1.0.ebuild X-VCS-Directories: dev-python/idna-ssl/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: f69e4a59ad2a2f0932fafe5be1c44241dc0446cd X-VCS-Branch: master Date: Fri, 21 Dec 2018 07:48:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2e6823e2-ded9-4cc1-9030-70578147cbfe X-Archives-Hash: d07d47eaa93d4dba48fcd9e61f012cb8 commit: f69e4a59ad2a2f0932fafe5be1c44241dc0446cd Author: Tim Harder gentoo org> AuthorDate: Wed Dec 19 19:37:45 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Dec 21 07:47:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69e4a59 dev-python/idna-ssl: version bump to 1.1.0 Signed-off-by: Tim Harder gentoo.org> dev-python/idna-ssl/Manifest | 1 + dev-python/idna-ssl/idna-ssl-1.1.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/idna-ssl/Manifest b/dev-python/idna-ssl/Manifest index 899bb0070a1..d808df5199c 100644 --- a/dev-python/idna-ssl/Manifest +++ b/dev-python/idna-ssl/Manifest @@ -1,2 +1,3 @@ DIST idna-ssl-1.0.1.tar.gz 3385 BLAKE2B a14a73b7aa79022c3831e3c66cfc31fe6f2f64474039712aabc0aac28c5ad9c98ba360bccfcacd5b37085c48c8db1f4184f7406489306dd7b87c1ac9599e8c28 SHA512 57a6891543c561cd96d35f3d01f702e8c54c592f0174f34322fd0794df8a80ad0117b558f2d0078d22cb8e0114aaa9b72c7217c91a40f02475334d7a94429c2e +DIST idna-ssl-1.1.0.tar.gz 3377 BLAKE2B 4a3baee5c976bdde4092eb3a980e555a72fb74395d3bc673ccd6e986e003b696cabdeb41061ad9b5f8da62074c034e4a07298fa993d5fff185f723ff4cb5f432 SHA512 f9db74cecabbbfddfd1817bbd8434ef2aafeea433c3eefff3f94c7e994da40e3f315fcda527f3a0c3743028f26bbc934f1dd21f94134123c3271975d0527cd35 DIST idna_ssl-1.0.0.tar.gz 3375 BLAKE2B 28ecee9e271619b7a4f3698aacbdbf0e953ed9b52640818007dc86f34145d8ea000260991d44cfa4cd896b74172b0a32962c3053152558b8d621396df2e248de SHA512 d1f7479cc3edff164bb26deb05af757906ba91241bc668f1b087560087a89f741a0b36e166bfb8142128ceed6008621ab36a2556ed2304ea6374c19982bc663a diff --git a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild new file mode 100644 index 00000000000..b64ceaa97fb --- /dev/null +++ b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Patch ssl.match_hostname for Unicode(idna) domains support" +HOMEPAGE="https://github.com/aio-libs/idna-ssl https://pypi.org/project/idna_ssl/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/idna[${PYTHON_USEDEP}]"