diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-06 14:05:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-06 14:08:08 +0200 |
commit | 61ec640c4abd22fa7e015fcd40c15382393d0003 (patch) | |
tree | 5cff91fcd9d983e92be5dbe748852e00e7cce847 /dev-python/etuples | |
parent | dev-python/bitarray: Remove old (diff) | |
download | gentoo-61ec640c4abd22fa7e015fcd40c15382393d0003.tar.gz gentoo-61ec640c4abd22fa7e015fcd40c15382393d0003.tar.bz2 gentoo-61ec640c4abd22fa7e015fcd40c15382393d0003.zip |
dev-python/etuples: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/etuples')
-rw-r--r-- | dev-python/etuples/Manifest | 1 | ||||
-rw-r--r-- | dev-python/etuples/etuples-0.3.8.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/etuples/Manifest b/dev-python/etuples/Manifest index 4b03898ddc32..8cb7c0064e08 100644 --- a/dev-python/etuples/Manifest +++ b/dev-python/etuples/Manifest @@ -1,2 +1 @@ -DIST etuples-0.3.8.gh.tar.gz 45301 BLAKE2B 56fdae84b180b9ab5a81533d4028d8271e443146a4ed456252ca15400a2afb9987c741c5e5155b9ed48eb12bcc6038e081913c49e00b4eaf67a69c52b2a981c5 SHA512 0971baa9c3038ce1bf9974b750f9e642ecaad92c59b12bc69a2beb6cf4b042302580d96d0feae80a280634f56371f681fc1efcf48741a7cd65b35d9a77b66930 DIST etuples-0.3.9.gh.tar.gz 45310 BLAKE2B e639fd4a1a4d9a1b34b32ab2884bfe933a079d721bb8b16b225d62f63e61e5cd1f1aa0f4113769744dd2ab80e537d73efdc3bcce3d1781089746997c11f3d820 SHA512 d66fac192fe14153b3496e6baa5ee3a0ff2813c26bbf0c3293049a0a50a26f32e14b031877f36e336035bf74853e981b6f75410e1f84b4ebcc84b55331d313e0 diff --git a/dev-python/etuples/etuples-0.3.8.ebuild b/dev-python/etuples/etuples-0.3.8.ebuild deleted file mode 100644 index 2d049f4b2801..000000000000 --- a/dev-python/etuples/etuples-0.3.8.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2022-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 - -DESCRIPTION="Python S-expression emulation using tuple-like objects" -HOMEPAGE=" - https://pypi.org/project/etuples/ - https://github.com/pythological/etuples/ -" -SRC_URI=" - https://github.com/pythological/etuples/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" - -RDEPEND=" - dev-python/cons[${PYTHON_USEDEP}] - dev-python/multipledispatch[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |