From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-python/dotmap/Manifest | 2 ++ dev-python/dotmap/dotmap-1.3.26.ebuild | 22 ++++++++++++++++++++++ dev-python/dotmap/dotmap-1.3.28.ebuild | 22 ++++++++++++++++++++++ dev-python/dotmap/metadata.xml | 13 +++++++++++++ 4 files changed, 59 insertions(+) create mode 100644 dev-python/dotmap/Manifest create mode 100644 dev-python/dotmap/dotmap-1.3.26.ebuild create mode 100644 dev-python/dotmap/dotmap-1.3.28.ebuild create mode 100644 dev-python/dotmap/metadata.xml (limited to 'dev-python/dotmap') diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest new file mode 100644 index 000000000000..e144385b3806 --- /dev/null +++ b/dev-python/dotmap/Manifest @@ -0,0 +1,2 @@ +DIST dotmap-1.3.26.tar.gz 12070 BLAKE2B 28023eebf6437530f3f1ee541f138eaffbc632f441bc9698e2329ab8d9894510e04122f797a77416cbe498fde5092f5c0a821615c4e9fbd1959c75cce94f7cfc SHA512 5083fec8f9e909f68f0fa12db8709ca064d0fd134230f6d0fe315c66613983290bf7de35db29d805013b13024babf250e9110308817265d4e70b9dea5b9a132f +DIST dotmap-1.3.28.tar.gz 12097 BLAKE2B c172a3c4b8f4b10e2351d342cf38eed1ea8cac510eb4a66fa7df5660628fcf57056083af519f8360e78dce1d494185d2b09edfc7a4e7e604af658af15335fcc3 SHA512 9d16b1886884464cbe9df5d0af6426c869969767b9fee527cf108551d8f0d5d81f479d429350e31c89b9db2d3cc6d395945321f56688850dca7bfa2bbf273451 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 000000000000..f12b076956d2 --- /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_{7,8,9,10} 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 diff --git a/dev-python/dotmap/dotmap-1.3.28.ebuild b/dev-python/dotmap/dotmap-1.3.28.ebuild new file mode 100644 index 000000000000..f12b076956d2 --- /dev/null +++ b/dev-python/dotmap/dotmap-1.3.28.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_{7,8,9,10} 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 diff --git a/dev-python/dotmap/metadata.xml b/dev-python/dotmap/metadata.xml new file mode 100644 index 000000000000..6e6b958dd264 --- /dev/null +++ b/dev-python/dotmap/metadata.xml @@ -0,0 +1,13 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/drgrib/dotmap/issues + drgrib/dotmap + dotmap + + -- cgit v1.3.1