diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:43:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:53:28 +0200 |
commit | 286c60ef5fe7df81fbd3d95458611a128625d4f2 (patch) | |
tree | fcaba9b48bb0f1622a8fcd5844946937d9090482 /dev-python/munch | |
parent | dev-python/msgpack: Remove redundant versions (diff) | |
download | gentoo-286c60ef5fe7df81fbd3d95458611a128625d4f2.tar.gz gentoo-286c60ef5fe7df81fbd3d95458611a128625d4f2.tar.bz2 gentoo-286c60ef5fe7df81fbd3d95458611a128625d4f2.zip |
dev-python/munch: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/munch')
-rw-r--r-- | dev-python/munch/Manifest | 1 | ||||
-rw-r--r-- | dev-python/munch/munch-2.3.2.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/munch/Manifest b/dev-python/munch/Manifest index 6676b3e1c298..6ef9db8a6a4c 100644 --- a/dev-python/munch/Manifest +++ b/dev-python/munch/Manifest @@ -1,2 +1 @@ -DIST munch-2.3.2.tar.gz 7598 BLAKE2B 0ff607c4821b675bb0710e185c82135ba031e2ad0e18aae07f8736e102ee73c53a6977155f250ff20e26e87671f8a20ed7bac625bb96625017be047704f63bc6 SHA512 7cbcd79b9506940f88a2090649e5ab6678164b468ed04feebeab8f85c9af861a1a8012aaafc869755c3c7957feefb231bc15426c382c014e82e9b806a879b8e7 DIST munch-2.5.0.tar.gz 17015 BLAKE2B 17af271ae082a6e5f91781ba48a440f11cbe85ecb81d47ee2bc51910307080e3ba6c95e99e7475534400b2915a86d8f853bc65d419c3d3b7138bf021e66de25c SHA512 7eca31111f40782a19b49535322bc56d723022d52b0842c4beff512f32fa415a6c75851eb84950358cb6a11693095cafe56364028e48385b11135de414edca21 diff --git a/dev-python/munch/munch-2.3.2.ebuild b/dev-python/munch/munch-2.3.2.ebuild deleted file mode 100644 index f3b03120e566..000000000000 --- a/dev-python/munch/munch-2.3.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="A dot-accessible dictionary (a la JavaScript objects)" -HOMEPAGE="https://github.com/Infinidat/munch" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="amd64 ~arm64 x86" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" |