diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest index a912dcc841..d6b0b6516a 100644 --- a/dev-python/dotmap/Manifest +++ b/dev-python/dotmap/Manifest @@ -1 +1,2 @@ DIST dotmap-1.3.25.tar.gz 12043 BLAKE2B e534f321786a14abb6cd1775b33cb51b332340febdbd44c13d6ccf4b4b679e5b52348e1e21e9e6458b5dc45299a2335bf05551794e3ddd668748c1b28543f393 SHA512 8270b9b042847565e21ede4ec29c00a51a84f9c819f6f0d80b24cc6e8d3524c3c09ca6bf7beeaf05a03b8a51e5d239d52996a55593a19326d8ebbbba349e2853 +DIST dotmap-1.3.26.tar.gz 12070 BLAKE2B 28023eebf6437530f3f1ee541f138eaffbc632f441bc9698e2329ab8d9894510e04122f797a77416cbe498fde5092f5c0a821615c4e9fbd1959c75cce94f7cfc SHA512 5083fec8f9e909f68f0fa12db8709ca064d0fd134230f6d0fe315c66613983290bf7de35db29d805013b13024babf250e9110308817265d4e70b9dea5b9a132f diff --git a/dev-python/dotmap/dotmap-1.3.26.ebuild b/dev-python/dotmap/dotmap-1.3.26.ebuild new file mode 100644 index 0000000000..fb4d14f7a2 --- /dev/null +++ b/dev-python/dotmap/dotmap-1.3.26.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +#don't bump to python 3.10 until https://github.com/drgrib/dotmap/issues/76 is resolved +PYTHON_COMPAT=( python3_{8..9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Dot access dictionary with dynamic hierarchy creation and ordered iteration" +HOMEPAGE=" + https://github.com/drgrib/dotmap + https://pypi.org/project/dotmap/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" + +distutils_enable_tests unittest