diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-20 07:17:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-20 07:40:44 +0200 |
commit | b7685dbc55b6f7940160f2e87322e34a8bda92b9 (patch) | |
tree | 2423a7892efb06235621f561ea73798f39122fd8 /dev-python/pallets-sphinx-themes | |
parent | dev-python/pytest-xdist: Bump to 3.6.0 (diff) | |
download | gentoo-b7685dbc55b6f7940160f2e87322e34a8bda92b9.tar.gz gentoo-b7685dbc55b6f7940160f2e87322e34a8bda92b9.tar.bz2 gentoo-b7685dbc55b6f7940160f2e87322e34a8bda92b9.zip |
dev-python/pallets-sphinx-themes: Bump to 2.1.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pallets-sphinx-themes')
-rw-r--r-- | dev-python/pallets-sphinx-themes/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.1.2.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/pallets-sphinx-themes/Manifest b/dev-python/pallets-sphinx-themes/Manifest index 4fa85d2c6764..ce00d8e6bb0f 100644 --- a/dev-python/pallets-sphinx-themes/Manifest +++ b/dev-python/pallets-sphinx-themes/Manifest @@ -1 +1,2 @@ DIST Pallets-Sphinx-Themes-2.1.1.tar.gz 21776 BLAKE2B e43137bc6e545f0fc4977a4c724f739fdcfc234f0100b31f27c00f6abbc8cc7f7cc93b8beb9df0e576e6f4a65f52494685ecebf2db5362dc6ad7c9ad23552e11 SHA512 959e63970a3787ae58dc8418813ae490f3979cad4945d897594bcdca3bf15abde6d17364916a3a4d7f9803720d2b5dfee5adaad1d918f520b9954ccc5da136ec +DIST pallets_sphinx_themes-2.1.2.tar.gz 20043 BLAKE2B 7c3789beeefe6f0c558c869048aa2b1c8c9778d91b91476c373678c06e04527e025e9ed03dda217b198cdc00a29f37421a13c26a049d6b567f8a12d4f0ce6b27 SHA512 12f103c09d8e6138709100b741ba57a91a016c7f4b22ab8fa8ec95fb4348a8ab0881fee060b5ea48c4ecb404af95d0f01af0dabbe7fbb4e41bfe6f68abb8457f diff --git a/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.1.2.ebuild b/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.1.2.ebuild new file mode 100644 index 000000000000..f727d044d1af --- /dev/null +++ b/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.1.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYPI_PN=Pallets-Sphinx-Themes +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Sphinx themes for Pallets and related projects" +HOMEPAGE=" + https://github.com/pallets/pallets-sphinx-themes/ + https://pypi.org/project/Pallets-Sphinx-Themes/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + >=dev-python/sphinx-3[${PYTHON_USEDEP}] +" |