mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/insipid-sphinx-theme: new package, add 0.4.1
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
dev-python/insipid-sphinx-theme/Manifest
Normal file
1
dev-python/insipid-sphinx-theme/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST insipid-sphinx-theme-0.4.1.tar.gz 73400 BLAKE2B 1b156787354219ba9b31905748c6d786021ce6e349a120e60416fc1de215d6f8d898bc0e91514043bb2e5c13d4004f22a906e525a4b0d610de4024b07e81af5f SHA512 aa7eb3768f48c481518984028c7911810afca3a6c4c93ec50efcf6f7b41efe9959acdf4b24d54bf8402eee829789b6945a2fa1a7648011d4566e174a7c5ca99e
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright 2022-2023 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..11} pypy3 )
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Insipid Sphinx theme"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/insipid-sphinx-theme/
|
||||
https://github.com/mgeier/insipid-sphinx-theme
|
||||
"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
>=dev-python/sphinx-5[${PYTHON_USEDEP}]
|
||||
>=dev-python/docutils-0.18[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DOCS=( {CONTRIBUTING,NEWS,README}.rst )
|
||||
|
||||
# needs sphinx_last_updated_by_git
|
||||
#distutils_enable_sphinx "doc"
|
||||
18
dev-python/insipid-sphinx-theme/metadata.xml
Normal file
18
dev-python/insipid-sphinx-theme/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna Vyalkova</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">insipid-sphinx-theme</remote-id>
|
||||
<remote-id type="github">mgeier/insipid-sphinx-theme</remote-id>
|
||||
<doc>https://insipid-sphinx-theme.readthedocs.io/</doc>
|
||||
<bugs-to>https://github.com/mgeier/insipid-sphinx-theme/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user