commit:     2843bec071f927b49bf459633b6d5af06b10584d
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Feb  8 13:59:20 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Feb  8 15:59:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2843bec0

dev-python/griffe: new package, add 0.25.4

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/griffe/Manifest             |  1 +
 dev-python/griffe/griffe-0.25.4.ebuild | 26 ++++++++++++++++++++++++++
 dev-python/griffe/metadata.xml         | 15 +++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/griffe/Manifest b/dev-python/griffe/Manifest
new file mode 100644
index 000000000..7e7771485
--- /dev/null
+++ b/dev-python/griffe/Manifest
@@ -0,0 +1 @@
+DIST griffe-0.25.4.gh.tar.gz 146307 BLAKE2B 
160a347d9bcd7494f67d2904377d24e5b46882cf56d88b070c6d495e556ca8acef1acafa06de8e50759af1329674048a88917682ba366c24b3844b44862dafe5
 SHA512 
932235d5317aa001fda1007f110f01aa2fd6bac8f4dbe01e24701b2e2160d6bf43cb63960189f354fde5fc7ad65b55c363fb8cb8c9f4ff0dcff23129d47496b1

diff --git a/dev-python/griffe/griffe-0.25.4.ebuild 
b/dev-python/griffe/griffe-0.25.4.ebuild
new file mode 100644
index 000000000..08b8d875e
--- /dev/null
+++ b/dev-python/griffe/griffe-0.25.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="Signatures for entire Python programs."
+HOMEPAGE="https://github.com/mkdocstrings/griffe 
https://pypi.org/project/griffe/";
+SRC_URI="https://github.com/mkdocstrings/griffe/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+ISUE="test"
+
+RDEPEND=""
+BDEPEND="
+       dev-python/pdm-pep517[${PYTHON_USEDEP}]
+       dev-python/colorama[${PYTHON_USEDEP}]
+"
+DEPEND="${BDEPEND}"
+
+distutils_enable_tests pytest

diff --git a/dev-python/griffe/metadata.xml b/dev-python/griffe/metadata.xml
new file mode 100644
index 000000000..fabb16ac1
--- /dev/null
+++ b/dev-python/griffe/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>g...@eurecom.fr</email>
+               <name>Gasc Henri</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">griffe</remote-id>
+               <remote-id type="github">mkdocstrings/griffe</remote-id>
+       </upstream>
+       <longdescription>
+               Extract the structure, the frame, the skeleton of your project, 
to generate API documentation or find breaking changes in your API.
+       </longdescription>
+</pkgmetadata>

Reply via email to