diff --git a/sdk_container/src/third_party/portage-stable/dev-python/python-dateutil/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/python-dateutil/Manifest deleted file mode 100644 index 6020882546..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/python-dateutil/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-dateutil-2.6.1.tar.gz 241428 SHA256 891c38b2a02f5bb1be3e4793866c8df49c7d19baabf9c1bad62547e0b4866aca SHA512 f16dd29fc975629f594dd2683a525e2a86acb020bf8962558d19040b14ac6f19d4ab07a910d6bb55c9db3cc02b5472774a3a05ccc86cf624ca5e5144463646db WHIRLPOOL 963b2d15373e0d83bfb611c1bd6ac86463f5c88b4a20f42ca13e32ebf9d442994ecc3b22be09e57ed2983b20072d229623ee15aa3e4d9ba884d898723cbe0c72 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/python-dateutil/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/python-dateutil/metadata.xml deleted file mode 100644 index 4bee24c257..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/python-dateutil/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - python@gentoo.org - Python - - - The dateutil module provides powerful extensions to the standard - datetime module, available in Python 2.3+. - - - python-dateutil - dateutil/dateutil - dateutil - - diff --git a/sdk_container/src/third_party/portage-stable/dev-python/python-dateutil/python-dateutil-2.6.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/python-dateutil/python-dateutil-2.6.1.ebuild deleted file mode 100644 index 06286f94fb..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/python-dateutil/python-dateutil-2.6.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Extensions to the standard Python datetime module" -HOMEPAGE=" - https://dateutil.readthedocs.org/ - https://pypi.python.org/pypi/python-dateutil - https://github.com/dateutil/dateutil/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -RDEPEND=" - >=dev-python/six-1.5[${PYTHON_USEDEP}] - sys-libs/timezone-data" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_prepare_all() { - # don't install zoneinfo tarball - sed -i '/package_data=/d' setup.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - esetup.py test -}