summaryrefslogtreecommitdiff
path: root/dev-python/flatdict
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-24 14:55:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-24 14:55:44 +0100
commitb83b16e0f6c963583f6323fe1bb12ecbd11d6f81 (patch)
treed67748047921162af2742c3e1255e3f1421f769b /dev-python/flatdict
parent76617568771869151cb2a3f71939719c15dd47a2 (diff)
gentoo auto-resync : 24:07:2023 - 14:55:44
Diffstat (limited to 'dev-python/flatdict')
-rw-r--r--dev-python/flatdict/Manifest2
-rw-r--r--dev-python/flatdict/flatdict-4.0.0.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/flatdict/Manifest b/dev-python/flatdict/Manifest
index 2338d8911d86..a2983e5cb7e2 100644
--- a/dev-python/flatdict/Manifest
+++ b/dev-python/flatdict/Manifest
@@ -1,5 +1,3 @@
-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
-EBUILD flatdict-4.0.0.ebuild 503 BLAKE2B d0d7937acc3f718ff76946676beeed8fdecba5f22dc43492249e36b3bdbc64151e33177bca187aed4de61dca15b2a5fa7b9d37bec436d9bba5ab6095be360e11 SHA512 439808beb82181f934b74d030c551050b4af832f1f9a804a669d7005410b7d47819bfa244dc25f9104a1b7843f18db91bc8898d3e790090fd1de39e521b8c90c
EBUILD flatdict-4.0.1.ebuild 504 BLAKE2B 3be87ae3500d7183ebaa5dee1dd6d5a6756351ec5f9155f32cc9b0f697a3b60410f7eb85b2641c1089d270bc2769e020a1ee71f5330fea29dcd4f4e21086a93c SHA512 a5ea16c96ce3040397a043dc82d8e34886a8dccb924b347d1e6c8ab1b348e17d5aac278e445b328935cdcc3133daee5ce6a3a75c344e6d1c33b539ae11ee0cb9
MISC metadata.xml 388 BLAKE2B 53feccfcd5053da7ea732522d64a0a4c3071a7e1e1a9244f58e4ba98dba2acf0ac74aaef255c198d41c9af2cb300e023fac51a51ce116fed75ef44d288cf99a8 SHA512 2ed57cd7c5071b9047c31e4c9a5c6311ec5ae03c398ca29fe7b0ae78069da1e46f2c0fff57a35a9decf5a09041aced5a4145604392d79f268699c0cc8286fcd6
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