commit: 38929052cfa12c1f420cb51bc877a65f3341b4e5 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue Nov 22 06:08:54 2022 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Tue Nov 22 06:08:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38929052
dev-python/sphinxcontrib-jquery: new package, add 3.0.0 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/sphinxcontrib-jquery/Manifest | 1 + dev-python/sphinxcontrib-jquery/metadata.xml | 12 ++++++++ .../sphinxcontrib-jquery-3.0.0.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-python/sphinxcontrib-jquery/Manifest b/dev-python/sphinxcontrib-jquery/Manifest new file mode 100644 index 000000000..128c4662f --- /dev/null +++ b/dev-python/sphinxcontrib-jquery/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-jquery-3.0.0.gh.tar.gz 121750 BLAKE2B 5b160fa1434b111683824442a0ecb0da230dba7f29161495859845282e1b6471faa256be6fffc2d34c6fc97e4e188bb1247284613bf65bf322fcb77463b6cf83 SHA512 a681f42734f2925b597f8d90c7b90a3f6df9549d1c97195799670542c5eabdc4d4d4aecfef29f56bd74ffad18ab179cc47f27b8395c11388259473690601901a diff --git a/dev-python/sphinxcontrib-jquery/metadata.xml b/dev-python/sphinxcontrib-jquery/metadata.xml new file mode 100644 index 000000000..fed772b31 --- /dev/null +++ b/dev-python/sphinxcontrib-jquery/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Anna</name> + </maintainer> + <upstream> + <remote-id type="pypi">sphinxcontrib.jquery</remote-id> + <remote-id type="github">sphinx-contrib/jquery</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild b/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild new file mode 100644 index 000000000..e4f4cfc38 --- /dev/null +++ b/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-3.0.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=flit +inherit distutils-r1 + +MY_PN=${PN#sphinxcontrib-} +DESCRIPTION="Extension to include jQuery on newer Sphinx releases" +HOMEPAGE=" + https://pypi.org/project/sphinxcontrib-jquery/ + https://github.com/sphinx-contrib/jquery +" +SRC_URI="https://github.com/sphinx-contrib/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="0BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/sphinx-testing[${PYTHON_USEDEP}] + ) +" + +DOCS=( AUTHORS {CHANGES,README}.rst ) + +distutils_enable_tests pytest
