diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-21 08:31:04 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-21 08:42:06 +0200 |
commit | a55d6e783654100644c3b23c2a1a13cd20536c26 (patch) | |
tree | cf8d61a0fc20aea410f3e9c84ba6c89cacf9ddf5 /dev-python/sphinx-jinja | |
parent | dev-python/imageio: add 2.13.4 (diff) | |
download | gentoo-a55d6e783654100644c3b23c2a1a13cd20536c26.tar.gz gentoo-a55d6e783654100644c3b23c2a1a13cd20536c26.tar.bz2 gentoo-a55d6e783654100644c3b23c2a1a13cd20536c26.zip |
dev-python/sphinx-jinja: add 1.2.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-jinja')
-rw-r--r-- | dev-python/sphinx-jinja/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinx-jinja/sphinx-jinja-1.2.1.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/sphinx-jinja/Manifest b/dev-python/sphinx-jinja/Manifest index e6c46aad3860..ec693dea6748 100644 --- a/dev-python/sphinx-jinja/Manifest +++ b/dev-python/sphinx-jinja/Manifest @@ -1 +1,2 @@ DIST sphinx-jinja-1.1.0.tar.gz 7306 BLAKE2B 17b8df65f32e0b39eeed406b9bd71974a2b4399154b6d3bf13d9011c0d415b856345ec2fffff8fed39f893b7adb5fa1c012ebf80319ac6af74739e7fe9372229 SHA512 acbe1c2f2044b8e202db60a9964c509a33206c113ca2833dc43bb4849bc91e26b0c84959d8c8f2e5331c33c2e9de73c0348a3841740a5b7d260a43bf4876949f +DIST sphinx-jinja-1.2.1.gh.tar.gz 16963 BLAKE2B 6ec67c6e212fa9e99705c02633416d1397a5ae36dc66984f2839609b9924930b6b5b49ff56b0b712f1326f6651f44d2ba3a15c0061cb6131517f6a463b12552b SHA512 31905aef35b87e5b44bc777a5bd01c5b9fe9350c849b918407710a6b75e26a1f217cd2524874ebb2b97c20c53c4f3fd678b1f166f8100eb81b489f23d114d24b diff --git a/dev-python/sphinx-jinja/sphinx-jinja-1.2.1.ebuild b/dev-python/sphinx-jinja/sphinx-jinja-1.2.1.ebuild new file mode 100644 index 000000000000..c3d3744c15b0 --- /dev/null +++ b/dev-python/sphinx-jinja/sphinx-jinja-1.2.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_SETUPTOOLS=pyproject.toml +inherit distutils-r1 + +DESCRIPTION="A sphinx extension to include jinja based templates into a sphinx doc" +HOMEPAGE="https://github.com/tardyp/sphinx-jinja https://pypi.org/project/sphinx-jinja/" +SRC_URI=" + https://github.com/tardyp/sphinx-jinja/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest |