diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-08-28 10:02:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-08-28 10:02:11 +0100 |
commit | 9967860c0cd26c0940ee4b9ab6698e00e5b1260a (patch) | |
tree | 000be053853792419070a7d8f64379ec7ca7bc8b /dev-python/insipid-sphinx-theme | |
parent | efc1a67ef36757bc76eb899ec03802086adda461 (diff) |
gentoo auto-resync : 28:08:2023 - 10:02:11
Diffstat (limited to 'dev-python/insipid-sphinx-theme')
-rw-r--r-- | dev-python/insipid-sphinx-theme/Manifest | 2 | ||||
-rw-r--r-- | dev-python/insipid-sphinx-theme/insipid-sphinx-theme-0.4.2.ebuild | 31 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/insipid-sphinx-theme/Manifest b/dev-python/insipid-sphinx-theme/Manifest index b6b6cede56b4..5f098541be34 100644 --- a/dev-python/insipid-sphinx-theme/Manifest +++ b/dev-python/insipid-sphinx-theme/Manifest @@ -1,3 +1,5 @@ DIST insipid-sphinx-theme-0.4.1.tar.gz 73400 BLAKE2B 1b156787354219ba9b31905748c6d786021ce6e349a120e60416fc1de215d6f8d898bc0e91514043bb2e5c13d4004f22a906e525a4b0d610de4024b07e81af5f SHA512 aa7eb3768f48c481518984028c7911810afca3a6c4c93ec50efcf6f7b41efe9959acdf4b24d54bf8402eee829789b6945a2fa1a7648011d4566e174a7c5ca99e +DIST insipid-sphinx-theme-0.4.2.tar.gz 73415 BLAKE2B 0f17fc5fec19926ec6e134b716ef36617e0be66d771c76237923b3f77508b1fc1fb39b790d5ac72c1cff61e4f7a484b42bd6b0eec954afac1d758284cc073ed3 SHA512 934208afcc88a72b188c64f147ff0bc6508ad1b8aa5ee061620ec53725d2a9781ea503a16fb42db3f2bcd45774d3a9f611de251f71ca0b6162cf0d6653a1a058 EBUILD insipid-sphinx-theme-0.4.1.ebuild 665 BLAKE2B 5cede566bf41330e06eba989a6aaecc216a4dad37cf690764ef3f967df2ae8c84368cb805712a2236c53ff0d22ca288a24106093571d25ec450b5962123af501 SHA512 696fb1badcb98c0b91ff36bd53f860e0bde26a3f69893e322345c62fdd07867018e676e73f23ebce1e44035838640e0da61ddbc8e0f55a4d0a0d854a9127fa9e +EBUILD insipid-sphinx-theme-0.4.2.ebuild 667 BLAKE2B 4fa54f60c6678044efd86380199e72c037aad12e21c4912089b1df1d3ea01f87913d0b75e528219fcfa9e1e5749c6701bbbed69ad4678818b67ecf7e5d1cf7f2 SHA512 b85d0a114b397dc4e0b6da617970ae4bff963db0390cad0dcf72aa7a4f9d2c73630dfc281fa911cf8db90804babaf248fa836b9359e4a978da92d839d8c2ebc1 MISC metadata.xml 681 BLAKE2B 0b61bc74139f8d39cc24c9354832da6b3ff36bdea400ee886ad1509b24bcf6d4b6e0b5952da79bd07aacb8c4c40a9f30f383fcd434a03a9f5709e8ee9a2ed7cb SHA512 84e6dbfcb83698902a173e3c852b20f5790986b2cf7ae598bdb6fd991ff066769edd3f519d4b14fe3037e86b4b178e70e86df5b6f104b21b06014062c345e07d diff --git a/dev-python/insipid-sphinx-theme/insipid-sphinx-theme-0.4.2.ebuild b/dev-python/insipid-sphinx-theme/insipid-sphinx-theme-0.4.2.ebuild new file mode 100644 index 000000000000..543f31f14008 --- /dev/null +++ b/dev-python/insipid-sphinx-theme/insipid-sphinx-theme-0.4.2.ebuild @@ -0,0 +1,31 @@ +# 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" |