diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-03 11:37:27 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-03 18:39:42 -0400 |
commit | b56b3815db437d9edbac08b9c81127e4efc36316 (patch) | |
tree | e5f6ea3b8ab8643cc2c3a264f35c7a2afcb992b0 /dev-util/gi-docgen | |
parent | dev-python/typogrify: new ebuild (diff) | |
download | gentoo-b56b3815db437d9edbac08b9c81127e4efc36316.tar.gz gentoo-b56b3815db437d9edbac08b9c81127e4efc36316.tar.bz2 gentoo-b56b3815db437d9edbac08b9c81127e4efc36316.zip |
dev-util/gi-docgen: Add new package
Closes: https://bugs.gentoo.org/787482
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/gi-docgen')
-rw-r--r-- | dev-util/gi-docgen/Manifest | 1 | ||||
-rw-r--r-- | dev-util/gi-docgen/gi-docgen-2021.5.ebuild | 29 | ||||
-rw-r--r-- | dev-util/gi-docgen/metadata.xml | 8 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-util/gi-docgen/Manifest b/dev-util/gi-docgen/Manifest new file mode 100644 index 000000000000..1f254544e60f --- /dev/null +++ b/dev-util/gi-docgen/Manifest @@ -0,0 +1 @@ +DIST gi-docgen-2021.5.tar.gz 1251568 BLAKE2B 6dfd34ba97881562e5474874e3d51214b9536356d02c341ac2e7b135c49c5948114e0c78b2d53678ca09006238ec5ead50a1c0a50328ea5392960cd8c434c8e9 SHA512 30b91c2edf4be92eb4164ba64433948d2ae1c2857e54ac07a71aa1393d2ab61b77371c03504b521049f1841093ef3384788eaffab4208ef4e6fda8f254736ec6 diff --git a/dev-util/gi-docgen/gi-docgen-2021.5.ebuild b/dev-util/gi-docgen/gi-docgen-2021.5.ebuild new file mode 100644 index 000000000000..f3453e3540d5 --- /dev/null +++ b/dev-util/gi-docgen/gi-docgen-2021.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 + +DESCRIPTION="A documentation generator for GObject-based libraries" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gi-docgen https://pypi.org/project/gi-docgen/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="|| ( Apache-2.0 GPL-3+ ) CC0-1.0 OFL-1.1 MIT" +SLOT="0" +KEYWORDS="~amd64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + >=dev-python/markdown-3[${PYTHON_USEDEP}] + >=dev-python/markupsafe-1[${PYTHON_USEDEP}] + >=dev-python/pygments-2[${PYTHON_USEDEP}] + >=dev-python/jinja-2[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}] + >=dev-python/typogrify-2[${PYTHON_USEDEP}] + ') +" +DEPEND="${RDEPEND}" diff --git a/dev-util/gi-docgen/metadata.xml b/dev-util/gi-docgen/metadata.xml new file mode 100644 index 000000000000..39980802b1da --- /dev/null +++ b/dev-util/gi-docgen/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> +</maintainer> +</pkgmetadata> |