diff --git a/sdk_container/src/third_party/portage-stable/dev-python/packaging/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/packaging/Manifest new file mode 100644 index 0000000000..731bb0e9f3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/packaging/Manifest @@ -0,0 +1 @@ +DIST packaging-21.0.gh.tar.gz 79977 BLAKE2B 4ddfa5069f463abeab09ed92650a174d58622927d24b22eed184506d36d9144520e90cd5ea6570e7c06af3c768eda608decc4befb402942e6d6cd1ba5cb10b42 SHA512 612744ad8d0b834709af5d4e2415679271e4cdc304a2e9297ec741e37e62241a041b678568130cd733828a1bf2e5885d62de706934f4018195566107989a6f6b diff --git a/sdk_container/src/third_party/portage-stable/dev-python/packaging/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/packaging/metadata.xml new file mode 100644 index 0000000000..229a32e5d9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/packaging/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + packaging + pypa/packaging + + diff --git a/sdk_container/src/third_party/portage-stable/dev-python/packaging/packaging-21.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/packaging/packaging-21.0.ebuild new file mode 100644 index 0000000000..86b426ef56 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/packaging/packaging-21.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 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 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Core utilities for Python packages" +HOMEPAGE=" + https://github.com/pypa/packaging/ + https://pypi.org/project/packaging/" +SRC_URI=" + https://github.com/pypa/packaging/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +SLOT="0" +LICENSE="|| ( Apache-2.0 BSD-2 )" +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" + +RDEPEND=" +