dev-python/sphinxcontrib-jquery: new package, add 3.0.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-11-22 11:08:54 +05:00
parent 4ae37e19ad
commit 38929052cf
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST sphinxcontrib-jquery-3.0.0.gh.tar.gz 121750 BLAKE2B 5b160fa1434b111683824442a0ecb0da230dba7f29161495859845282e1b6471faa256be6fffc2d34c6fc97e4e188bb1247284613bf65bf322fcb77463b6cf83 SHA512 a681f42734f2925b597f8d90c7b90a3f6df9549d1c97195799670542c5eabdc4d4d4aecfef29f56bd74ffad18ab179cc47f27b8395c11388259473690601901a

View File

@@ -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>cyber+gentoo@sysrq.in</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>

View File

@@ -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