dev-python/sphinx-py3doc-enhanced-theme: new package, add 2.4.0
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
a23dcc7c0a
commit
3c9bfa3db1
1
dev-python/sphinx-py3doc-enhanced-theme/Manifest
Normal file
1
dev-python/sphinx-py3doc-enhanced-theme/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST sphinx-py3doc-enhanced-theme-2.4.0.tar.gz 42093 BLAKE2B 020deec0d589d8052f2cce6faaeb8764b596a042584a0988dbcd73f0dc11c647db35b1b91fac63413ad211025fb98bbcc76a5bb2caa1cece56b907e021a0c20d SHA512 3ba362bf9179bdd69cd50fe7759cecd1ce89c7c5e7cd5f50d6f92af9835369436fc34b5dcc39295197828481041d30cf59dea3a929d232abd6b62e9e066b60f2
|
17
dev-python/sphinx-py3doc-enhanced-theme/metadata.xml
Normal file
17
dev-python/sphinx-py3doc-enhanced-theme/metadata.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<email>contact@ionelmc.ro</email>
|
||||
<name>Ionel Cristian Mărieș</name>
|
||||
</maintainer>
|
||||
<remote-id type="github">ionelmc/sphinx-py3doc-enhanced-theme</remote-id>
|
||||
<remote-id type="pypi">sphinx_py3doc_enhanced_theme</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
|
@ -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
|
||||
PYTHON_COMPAT=( python3_{10..12} pypy3 )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Enhanced Sphinx theme (based on Python 3 docs)"
|
||||
HOMEPAGE="
|
||||
https://github.com/ionelmc/sphinx-py3doc-enhanced-theme/
|
||||
https://pypi.org/project/sphinx_py3doc_enhanced_theme/
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
Loading…
Reference in a new issue