From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- dev-python/idna/Manifest | 3 ++- dev-python/idna/idna-3.3-r1.ebuild | 23 +++++++++++++++++++++++ dev-python/idna/idna-3.3.ebuild | 4 ++-- 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 dev-python/idna/idna-3.3-r1.ebuild (limited to 'dev-python/idna') diff --git a/dev-python/idna/Manifest b/dev-python/idna/Manifest index 0e3c6121512d..97c9e8ea2dd9 100644 --- a/dev-python/idna/Manifest +++ b/dev-python/idna/Manifest @@ -1,3 +1,4 @@ DIST idna-3.3.tar.gz 286689 BLAKE2B b804759b23157ff3d81fcd37f04baf83d7e522e98e8d842e3f228a242bbd9b1f9302ca28b8989a4221512bbbe92839cd593641830a0c6b2e12061b3501b1bd45 SHA512 70b7cc8718e7d7899c75cfe476f044eae5a2fa03801fc9c12e3a092627ca943ffc4a578f9b8a55e181a11564835e125cfaaa577c02a6461dbb97366e620e53ad -EBUILD idna-3.3.ebuild 689 BLAKE2B 6aa9f59e0d2eaaffa307b1a234783b315afd9a31e42c3a3a541158af34962a20ecce02740a54fd1a20d99eb89b326fc74e361a57fe09150b7ce7be0dad36477b SHA512 7fe5bb875738d1bf72b6f285090fadd03b7b068dc8ca7347860af47ceabb6ba34465fd299345f92350ced154302f3b57d7f1d6f324687bdf3cc1fa83599dc44f +EBUILD idna-3.3-r1.ebuild 741 BLAKE2B 1f4cd34a7748fa4570dd25df06894e48d6bf9d9a1b69e087f1d2118b4e36ddbaef22763912ef9ea77ee70dc81efa0f317ac7238bbe205dab22a3b51647d66428 SHA512 fff9af15e57313e2e6a91a5dc82b21f391600e3dff785000f41569fbae91fcb2e304c29fc27a396166c79065e4f93a3e339d1095a3f8bebbea975b63174248cc +EBUILD idna-3.3.ebuild 696 BLAKE2B 4469ed573228f102e2b855ef484bd4e36601d820c384065faaaa7390029a64054239950a8c9ba09435d0dd6a1e9f4bfad9402aca760407cafd950e4df4f456d6 SHA512 010883dd20285a11957e1f46fd30e4942ed4e59ee80d5ba98710ba9544555b02544a4ecd867b07413ccfd4f11e5fbff208ad280d8c7127e781f8e14e9cbeb778 MISC metadata.xml 393 BLAKE2B b3d4476896bbd50dbf61021bb6ffd653b72ca62b58c034aeba5119189fce3ee331cd44aa95ef8e680a4ef5f82206cf8b0ca1b902d73b56931b509c10c2a18685 SHA512 bf8a9a9b4e0a7cb67b6d541291e5de201a8ba9e32addcc6be0b60fd2035485775a7862f0def6bca3ec0e24155170fbeb08f3d24f9c517fbb9bd2223d25904a3a diff --git a/dev-python/idna/idna-3.3-r1.ebuild b/dev-python/idna/idna-3.3-r1.ebuild new file mode 100644 index 000000000000..5899e1effcdc --- /dev/null +++ b/dev-python/idna/idna-3.3-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep +EAPI=7 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Internationalized Domain Names in Applications (IDNA)" +HOMEPAGE=" + https://github.com/kjd/idna/ + https://pypi.org/project/idna/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +distutils_enable_tests unittest diff --git a/dev-python/idna/idna-3.3.ebuild b/dev-python/idna/idna-3.3.ebuild index dde72eea874e..5b904ff89cec 100644 --- a/dev-python/idna/idna-3.3.ebuild +++ b/dev-python/idna/idna-3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # please keep this ebuild at EAPI 7 -- sys-apps/portage dep @@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" distutils_enable_tests setup.py -- cgit v1.2.3