From 74fa481b28b8feb11bd4a74ff6cba4c469a8a879 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Fri, 14 Jul 2023 15:31:46 +0200 Subject: [PATCH] dev-python/sphinx-press-theme: new ebuild adds last missing dependency for media-libs/opencolorio[doc] Bug: https://bugs.gentoo.org/795459 Signed-off-by: Paul Zander Closes: https://github.com/gentoo/gentoo/pull/31878 Signed-off-by: Joonas Niilola --- dev-python/sphinx-press-theme/Manifest | 1 + dev-python/sphinx-press-theme/metadata.xml | 17 ++++++++++++++++ .../sphinx-press-theme-0.8.0.ebuild | 20 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dev-python/sphinx-press-theme/Manifest create mode 100644 dev-python/sphinx-press-theme/metadata.xml create mode 100644 dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild diff --git a/dev-python/sphinx-press-theme/Manifest b/dev-python/sphinx-press-theme/Manifest new file mode 100644 index 0000000000000..f7ef3f759bcb4 --- /dev/null +++ b/dev-python/sphinx-press-theme/Manifest @@ -0,0 +1 @@ +DIST sphinx_press_theme-0.8.0.tar.gz 68878 BLAKE2B d03b361b4447a78575f7c0887bd01fd2e685030babb3062da67c571715e0f82eafb889e872dab9817a2813344172b3f3b94193aa10905bbbe2f45b64a9682cda SHA512 b4393a9200b42f414401ff5419fc51db8dd248c677a8ba234f2ae8cf5190cef2083c3ae25b7f5435223917a7c3e471dace6987e323fc885456af2467cedc8a78 diff --git a/dev-python/sphinx-press-theme/metadata.xml b/dev-python/sphinx-press-theme/metadata.xml new file mode 100644 index 0000000000000..e6c10d435a266 --- /dev/null +++ b/dev-python/sphinx-press-theme/metadata.xml @@ -0,0 +1,17 @@ + + + + + negril.nx+gentoo@gmail.com + Paul Zander + + + proxy-maint@gentoo.org + Proxy Maintainers + + + + schettino72/sphinx_press_theme + sphinx-press-theme + + diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild new file mode 100644 index 0000000000000..e9672290f15ed --- /dev/null +++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.8.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN="sphinx_press_theme" +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A Sphinx-doc theme based on Vuepress" +HOMEPAGE="https://github.com/schettino72/sphinx_press_theme" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"