From b5d19e06bd0b6767d55a5c2c07fd452338f612c3 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 18 Aug 2021 16:00:38 +0200 Subject: [PATCH] dev-python/jmespath: delete jmespath Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras. --- .../dev-python/jmespath/Manifest | 3 --- .../dev-python/jmespath/jmespath-0.9.0.ebuild | 26 ------------------- .../dev-python/jmespath/jmespath-0.9.2.ebuild | 26 ------------------- .../dev-python/jmespath/jmespath-0.9.3.ebuild | 26 ------------------- .../dev-python/jmespath/metadata.xml | 17 ------------ 5 files changed, 98 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/jmespath/Manifest delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.0.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.2.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.3.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/jmespath/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jmespath/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/jmespath/Manifest deleted file mode 100644 index e44b12fec5..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/jmespath/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST jmespath-0.9.0.tar.gz 20855 SHA256 08dfaa06d4397f283a01e57089f3360e3b52b5b9da91a70e1fd91e9f0cdd3d3d SHA512 c3a707bde5e529554638255a6a6dcf49591ec7573e28d84d34b3c1b8f84d13289ab054818f88b72ac8aee0f1af6ae830cb661f027e90efe9fb9edb4dcf5128c9 WHIRLPOOL f2b8e5d65068add24d3e3d7a272fbc67f439baadd0863ca90ce21db9f62913de9d64df43763c2cdb3549aeedc56bf7aac4cfd40756bdf013a8184d5c3d72b8ac -DIST jmespath-0.9.2.tar.gz 22773 SHA256 54c441e2e08b23f12d7fa7d8e6761768c47c969e6aed10eead57505ba760aee9 SHA512 8363c234955d35d292ef27630a98d13c68e9f22d19892c44c68796eaa9c12d0a11921cfdbf9b517b2956b82943ae0b9dafc9a4b756bf0f15c4c6b1e3fe4efe1f WHIRLPOOL 64b9e1c8045b0e42f7cfa1c818f0733a283661f2f8910b1d05f4ef7395c892638f48b6114e989954ee8ab432aa1e2bdccef35c00a54ac9ecdc776be2a1f6832b -DIST jmespath-0.9.3.tar.gz 22967 SHA256 6a81d4c9aa62caf061cb517b4d9ad1dd300374cd4706997aff9cd6aedd61fc64 SHA512 eeab444df7a29c0bc64bd8064c942a5b02772d39d6d262dbef1d43ebaf7e4eb97c34fb1df3a47c6da011a632ec5f9b1ffe62ac51929e8d412368b907ebbb85a7 WHIRLPOOL fdfdc74048a2f233f5f40dc8646ca5c0051bab588f20d89efba05c04483197783495738bc3f7b6125fdfa3d28f49179c027e2d9ad8cc13e0fbbb64ba1911212a diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.0.ebuild deleted file mode 100644 index 574ec82022..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="JSON Matching Expressions" -HOMEPAGE="https://github.com/boto/jmespath https://pypi.python.org/pypi/jmespath" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" -RDEPEND="" - -python_test() { - nosetests || die -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.2.ebuild deleted file mode 100644 index 2280da9210..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) - -inherit distutils-r1 - -DESCRIPTION="JSON Matching Expressions" -HOMEPAGE="https://github.com/boto/jmespath https://pypi.python.org/pypi/jmespath" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" -RDEPEND="" - -python_test() { - nosetests || die -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.3.ebuild deleted file mode 100644 index 1c628c12fd..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/jmespath/jmespath-0.9.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) - -inherit distutils-r1 - -DESCRIPTION="JSON Matching Expressions" -HOMEPAGE="https://github.com/boto/jmespath https://pypi.python.org/pypi/jmespath" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" -RDEPEND="" - -python_test() { - nosetests || die -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jmespath/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/jmespath/metadata.xml deleted file mode 100644 index 1f180a1cf7..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/jmespath/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - aballier@gentoo.org - Alexis Ballier - Python team can take the package if they wish. - - - python@gentoo.org - Python - - - jmespath - boto/jmespath - -