diff options
author | 2023-07-06 14:06:08 +0200 | |
---|---|---|
committer | 2023-07-06 14:08:10 +0200 | |
commit | 58595c74de3592554c1f86ab5b176e99bf376dbc (patch) | |
tree | c2350608124c63427c1b11a5b5f6f9fd1989f963 /dev-python/iniparse | |
parent | dev-python/etuples: Remove old (diff) | |
download | gentoo-58595c74de3592554c1f86ab5b176e99bf376dbc.tar.gz gentoo-58595c74de3592554c1f86ab5b176e99bf376dbc.tar.bz2 gentoo-58595c74de3592554c1f86ab5b176e99bf376dbc.zip |
dev-python/iniparse: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/iniparse')
-rw-r--r-- | dev-python/iniparse/Manifest | 1 | ||||
-rw-r--r-- | dev-python/iniparse/iniparse-0.5-r1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/iniparse/Manifest b/dev-python/iniparse/Manifest index 893eca714c97..48595da808ef 100644 --- a/dev-python/iniparse/Manifest +++ b/dev-python/iniparse/Manifest @@ -1,2 +1 @@ -DIST iniparse-0.5.tar.gz 32233 BLAKE2B 3da99f9d828318f78ddb8789afe63a7fdec017eaf41df5f420b0f358a9724eb787f312c9964238d9e42ebecce143d37f72858c7935cafbcf0221229b89033026 SHA512 b3f10d1b36497c3c5c71cb0a1ac73d74d8944f4ad3b7acc4a4b0246c2f1a20c184d9af20bbb3cb8ec4f57fddfb5e103b92688847debb4200ef0583353d7f9556 DIST python-iniparse-ab623b0e287a9303bdb0c5213c485110e68dac12.tar.gz 33680 BLAKE2B 66ff134b1df28ae9c3e86110e7f8ad8dc0e24ed48f09db0c7554464e8d919aca49a7e43156c4acb8602af134c2f9d6c046d05cf1764f29285d8586329708a65a SHA512 57c43f7e0d28eab0e41bb819f7c06821d77f9bc5f3d0986f85dd4852b2edd468bb7b2737733e2f00faeac2e1211998d2e99b54ec92959eaf6d7d10897b176eaf diff --git a/dev-python/iniparse/iniparse-0.5-r1.ebuild b/dev-python/iniparse/iniparse-0.5-r1.ebuild deleted file mode 100644 index 36b38706afb0..000000000000 --- a/dev-python/iniparse/iniparse-0.5-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Better INI parser for Python" -HOMEPAGE=" - https://github.com/candlepin/python-iniparse/ - https://pypi.org/project/iniparse/ -" - -LICENSE="MIT PSF-2" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" - -RDEPEND=" - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] -" -BDEPEND=" - ${RDEPEND} -" - -python_test() { - "${EPYTHON}" runtests.py || die -} - -python_install_all() { - rm -rf "${ED}/usr/share/doc/${P}" || die - distutils-r1_python_install_all -} |