commit:     fe2376ff6b4bbf3759f189c2f71e5d9817487ac3
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Mar 20 21:50:28 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Mar 21 22:15:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fe2376ff

dev-python/docstring-parser: new package, add 0.16

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

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

diff --git a/dev-python/docstring-parser/docstring-parser-0.16.ebuild 
b/dev-python/docstring-parser/docstring-parser-0.16.ebuild
new file mode 100644
index 000000000..1d82de77c
--- /dev/null
+++ b/dev-python/docstring-parser/docstring-parser-0.16.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Parse Python docstrings in various flavors"
+HOMEPAGE="https://github.com/rr-/docstring_parser";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest

diff --git a/dev-python/docstring-parser/metadata.xml 
b/dev-python/docstring-parser/metadata.xml
new file mode 100644
index 000000000..140ee785a
--- /dev/null
+++ b/dev-python/docstring-parser/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>Horea Christian</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Science Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">docstring-parser</remote-id>
+               <remote-id type="github">rr-/docstring_parser</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to