diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-22 05:13:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-22 05:38:43 +0100 |
commit | 5aa4876927d787c5059ad7cb362e0f85e92ff702 (patch) | |
tree | b73e5d3a34ef49842e13c593dec7bd99f9c123cd /dev-python/sphinx-press-theme | |
parent | dev-python/types-gdb: Bump to 12.1.4.20240322 (diff) | |
download | gentoo-5aa4876927d787c5059ad7cb362e0f85e92ff702.tar.gz gentoo-5aa4876927d787c5059ad7cb362e0f85e92ff702.tar.bz2 gentoo-5aa4876927d787c5059ad7cb362e0f85e92ff702.zip |
dev-python/sphinx-press-theme: Bump to 0.9.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-press-theme')
-rw-r--r-- | dev-python/sphinx-press-theme/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/sphinx-press-theme/Manifest b/dev-python/sphinx-press-theme/Manifest index f7ef3f759bcb..6e3da737f51b 100644 --- a/dev-python/sphinx-press-theme/Manifest +++ b/dev-python/sphinx-press-theme/Manifest @@ -1 +1,2 @@ DIST sphinx_press_theme-0.8.0.tar.gz 68878 BLAKE2B d03b361b4447a78575f7c0887bd01fd2e685030babb3062da67c571715e0f82eafb889e872dab9817a2813344172b3f3b94193aa10905bbbe2f45b64a9682cda SHA512 b4393a9200b42f414401ff5419fc51db8dd248c677a8ba234f2ae8cf5190cef2083c3ae25b7f5435223917a7c3e471dace6987e323fc885456af2467cedc8a78 +DIST sphinx_press_theme-0.9.0.tar.gz 84424 BLAKE2B 5c05d7ca4d40d054ee8f38ba3e1cb41d0ebacc0a9efd371c7a0c4c9943adb01e9aff36ce430c237497aad748b70c3c2b1f75062e2c63d1bf1b51b850f8235a6f SHA512 fec913a128e2b03d33baa4c9822932a468bf1a8c42255b8e734cbfbb2403b75d4696cfa3b19b6585240d5c5cce4ac3fc4acbc6cc8f2e2c530fa1a67983ce017f diff --git a/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild new file mode 100644 index 000000000000..c6e6e6acbc2f --- /dev/null +++ b/dev-python/sphinx-press-theme/sphinx-press-theme-0.9.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" |