aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-07-04 00:54:51 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-07-04 01:55:45 +0200
commitab89d4c85cc3532d9f9b8404739a1b9f8130871e (patch)
tree9a84493841e0900976c8d7f8f76717999640a77d /dev-python/dotmap
parentdev-python/sphinxcontrib-restbuilder: initial import (diff)
downloadguru-ab89d4c85cc3532d9f9b8404739a1b9f8130871e.tar.gz
guru-ab89d4c85cc3532d9f9b8404739a1b9f8130871e.tar.bz2
guru-ab89d4c85cc3532d9f9b8404739a1b9f8130871e.zip
dev-python/dotmap: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/dotmap')
-rw-r--r--dev-python/dotmap/Manifest1
-rw-r--r--dev-python/dotmap/dotmap-1.3.8.ebuild19
-rw-r--r--dev-python/dotmap/metadata.xml13
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest
new file mode 100644
index 000000000..25ed3fd2c
--- /dev/null
+++ b/dev-python/dotmap/Manifest
@@ -0,0 +1 @@
+DIST dotmap-1.3.8.tar.gz 9973 BLAKE2B cbf90f7c32b6e64217c9d6ccb13a3d89cf4d5a15704abda76c0ee9914b30882c1bf6993a4b74b7dbb269604f1149102f24da27de4136b7adfefd277861826d2e SHA512 c164b8c6d61d9d0bc66c665df8fe8d376dabc0f994824bd44cade504839a053b9a95973be1d8611f961faeac109d8dfeca93e27b28a12b35c557d22e669772a7
diff --git a/dev-python/dotmap/dotmap-1.3.8.ebuild b/dev-python/dotmap/dotmap-1.3.8.ebuild
new file mode 100644
index 000000000..85c753fe5
--- /dev/null
+++ b/dev-python/dotmap/dotmap-1.3.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 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"
+SRC_URI="https://github.com/drgrib/dotmap/archive/refs/tags/${PV}.tar.gz -> ${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 000000000..6e6b958dd
--- /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>