diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:18:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:31:12 +0200 |
commit | de79103b5f511a739321b954979e85999b21d0f8 (patch) | |
tree | 8214575e77a9c2c6cc6c4a311f79f90a9312acaf /dev-python/flatdict | |
parent | dev-python/fitsio: Remove old (diff) | |
download | gentoo-de79103b5f511a739321b954979e85999b21d0f8.tar.gz gentoo-de79103b5f511a739321b954979e85999b21d0f8.tar.bz2 gentoo-de79103b5f511a739321b954979e85999b21d0f8.zip |
dev-python/flatdict: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flatdict')
-rw-r--r-- | dev-python/flatdict/Manifest | 1 | ||||
-rw-r--r-- | dev-python/flatdict/flatdict-4.0.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/flatdict/Manifest b/dev-python/flatdict/Manifest index a3be2445fc3f..7e4877181a17 100644 --- a/dev-python/flatdict/Manifest +++ b/dev-python/flatdict/Manifest @@ -1,2 +1 @@ -DIST flatdict-4.0.0.gh.tar.gz 11790 BLAKE2B be8234cc7e4378a2ab54e1676e947a664bde8c62c881ff9ba074e36f21d07bc726311f39acc2c1531ca689b68e398467222b616b2334cd44edc9972345ffde68 SHA512 e1203fb772594ee4b19fb137dbef0c1319ffacda28ffc53532707a03e5c1446d5449114588ef832fa46162a3d710579ed7405943ced65e08fd16bd956ef17ca4 DIST flatdict-4.0.1.gh.tar.gz 11923 BLAKE2B 102ebc6220d75219b91ed7494485fa7d1447801d8276fd5e305f838f6b339b72c44151c751a53c32a5ea5b1d4876d9312af229bb8972401a2f86d6488d3f8b4f SHA512 925ad8a53a4848875ff5c0df2c006ea09ff3795861cd0b8d7c26d22511d46d4ad28dee28b3e9e8f896b45c8a1b2c51cc24bce099c38c0b4d2f49174baab4de23 diff --git a/dev-python/flatdict/flatdict-4.0.0.ebuild b/dev-python/flatdict/flatdict-4.0.0.ebuild deleted file mode 100644 index 5a3a5555d40a..000000000000 --- a/dev-python/flatdict/flatdict-4.0.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 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 module for interacting with nested dicts" -HOMEPAGE=" - https://github.com/gmr/flatdict/ - https://pypi.org/project/flatdict/ -" -SRC_URI=" - https://github.com/gmr/flatdict/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests unittest |