diff --git a/sdk_container/src/third_party/portage-stable/dev-python/idna/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/idna/Manifest new file mode 100644 index 0000000000..ca35c4d0d2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/idna/Manifest @@ -0,0 +1 @@ +DIST idna-3.7.tar.gz 189575 BLAKE2B b604f5e69775b6052e3358a31ea0154832264979a992db51130a0f0e7c5ef9163e97e15956cfd599212ba233c789706a4a2ea8051c3baeda5abc3657bdf40902 SHA512 b50e5ae117b67c7076125d6943e3436200676f85d7dd1b5a5414e217e73904ef077f0b1108d9781ab4afe2a66f7c9e1ce8262ce51edeb2d29e4c504147b6c4cc diff --git a/sdk_container/src/third_party/portage-stable/dev-python/idna/idna-3.7.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/idna/idna-3.7.ebuild new file mode 100644 index 0000000000..9188787397 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/idna/idna-3.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# please keep this ebuild at EAPI 8 -- sys-apps/portage dep +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Internationalized Domain Names in Applications (IDNA)" +HOMEPAGE=" + https://github.com/kjd/idna/ + https://pypi.org/project/idna/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +distutils_enable_tests unittest diff --git a/sdk_container/src/third_party/portage-stable/dev-python/idna/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/idna/metadata.xml new file mode 100644 index 0000000000..6059afa4e6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/idna/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + idna + kjd/idna + +