From c83738e70baeab2df370c1c73b13bb8feb99eb11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 9 Apr 2023 11:34:26 +0100 Subject: gentoo auto-resync : 09:04:2023 - 11:34:26 --- dev-python/flatdict/Manifest | 2 ++ dev-python/flatdict/flatdict-4.0.1.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dev-python/flatdict/flatdict-4.0.1.ebuild (limited to 'dev-python/flatdict') diff --git a/dev-python/flatdict/Manifest b/dev-python/flatdict/Manifest index a1696421d0d2..92b99e54b86c 100644 --- a/dev-python/flatdict/Manifest +++ b/dev-python/flatdict/Manifest @@ -1,3 +1,5 @@ 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 503 BLAKE2B d0d7937acc3f718ff76946676beeed8fdecba5f22dc43492249e36b3bdbc64151e33177bca187aed4de61dca15b2a5fa7b9d37bec436d9bba5ab6095be360e11 SHA512 439808beb82181f934b74d030c551050b4af832f1f9a804a669d7005410b7d47819bfa244dc25f9104a1b7843f18db91bc8898d3e790090fd1de39e521b8c90c MISC metadata.xml 388 BLAKE2B 53feccfcd5053da7ea732522d64a0a4c3071a7e1e1a9244f58e4ba98dba2acf0ac74aaef255c198d41c9af2cb300e023fac51a51ce116fed75ef44d288cf99a8 SHA512 2ed57cd7c5071b9047c31e4c9a5c6311ec5ae03c398ca29fe7b0ae78069da1e46f2c0fff57a35a9decf5a09041aced5a4145604392d79f268699c0cc8286fcd6 diff --git a/dev-python/flatdict/flatdict-4.0.1.ebuild b/dev-python/flatdict/flatdict-4.0.1.ebuild new file mode 100644 index 000000000000..5a3a5555d40a --- /dev/null +++ b/dev-python/flatdict/flatdict-4.0.1.ebuild @@ -0,0 +1,25 @@ +# 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 -- cgit v1.2.3