diff --git a/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/Manifest b/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/Manifest deleted file mode 100644 index fbb1ae14b6..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST distro-1.7.0.tar.gz 58164 BLAKE2B 22bbd2daf9cac589530eac9a58767db6b9e389b77719516f7386a9377b49ba4c9b696165701acc42366b760b9a632c70a2243a58c12a367fef2a0a770a4aea44 SHA512 14516ecab33ee8c57c35a8279eb515fd699031fabac7d8886092ea98696797d55503179870aeb513a85e1a66c7e69f2f60bb6ea9fc935be975cb5135e1917ecc diff --git a/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/README.md b/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/README.md deleted file mode 100644 index 7fcb570b32..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/README.md +++ /dev/null @@ -1,4 +0,0 @@ -This package is a hacked-up way to install a distro module for oem -packages to use. It's meant to be used by dev-lang/python-oem, thus -not using any python-specific eclasses and whatnot, to avoid pulling -python dependency into the production image. diff --git a/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/distro-oem-1.7.0-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/distro-oem-1.7.0-r2.ebuild deleted file mode 100644 index 330acec882..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/distro-oem-1.7.0-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2021-2022 Microsoft Corporation -# Distributed under the terms of GNU General Public License v2 - -EAPI=8 - -MY_PN='distro' -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Reliable machine-readable Linux distribution information for Python" -HOMEPAGE=" - https://distro.readthedocs.io/en/latest/ - https://pypi.org/project/distro/ - https://github.com/python-distro/distro/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="amd64 arm64" - -# Depending on specific version of python-oem allows us to notice when -# we update the major version of python and then to make sure that we -# install the package in correctly versioned site-packages directory. -DEP_PYVER="3.10" - -SLOT="0" -RDEPEND="dev-lang/python-oem:${DEP_PYVER}" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - # nothing to do - : -} - -src_install() { - insinto "/oem/python/$(get_libdir)/python${DEP_PYVER}/site-packages" - local ssd="${S}/src/distro" - doins "${ssd}/distro.py" - doins "${ssd}/__init__.py" - doins "${ssd}/__main__.py" - doins "${ssd}/py.typed" -} diff --git a/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/metadata.xml b/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/metadata.xml deleted file mode 100644 index 097975e3ad..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/dev-python/distro-oem/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - -