summaryrefslogtreecommitdiff
path: root/dev-python/dotmap
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
commitd97953e6ff67978da9554e7b4601aedceb21e215 (patch)
tree674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-python/dotmap
parent1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff)
downloadbaldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip
Adding metadata
Diffstat (limited to 'dev-python/dotmap')
-rw-r--r--dev-python/dotmap/Manifest2
-rw-r--r--dev-python/dotmap/dotmap-1.3.26.ebuild22
-rw-r--r--dev-python/dotmap/dotmap-1.3.28.ebuild22
-rw-r--r--dev-python/dotmap/metadata.xml13
4 files changed, 59 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/drgrib/dotmap/issues</bugs-to>
+ <remote-id type="github">drgrib/dotmap</remote-id>
+ <remote-id type="pypi">dotmap</remote-id>
+ </upstream>
+</pkgmetadata>