commit:     05468c17eedc77df9cf3e5c6cbc1cc9d7fff8df7
Author:     mschubertv <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Thu Aug 17 08:44:40 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 12:42:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=05468c17

dev-python/dpath: add ebuild

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/dpath/dpath-2.1.6.ebuild | 18 ++++++++++++++++++
 dev-python/dpath/metadata.xml       | 16 ++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/dpath/dpath-2.1.6.ebuild 
b/dev-python/dpath/dpath-2.1.6.ebuild
new file mode 100644
index 000000000..55da56b96
--- /dev/null
+++ b/dev-python/dpath/dpath-2.1.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit pypi distutils-r1
+
+DESCRIPTION="Accessing and searching dictionaries via /slashed/paths"
+HOMEPAGE="https://pypi.org/project/dpath/";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_tests pytest

diff --git a/dev-python/dpath/metadata.xml b/dev-python/dpath/metadata.xml
new file mode 100644
index 000000000..347155fb7
--- /dev/null
+++ b/dev-python/dpath/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Michael Schubert</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Science Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id 
type="github">dpath-maintainers/dpath-python</remote-id>
+               <remote-id type="pypi">dpath</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to