summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-aiohttp-theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-25 18:50:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-25 18:50:52 +0000
commite292b671b113c2cc012beddad93a3df4f9410698 (patch)
tree96b510d2f17600f87d69b1ad0edddee81cb7b791 /dev-python/sphinx-aiohttp-theme
parent71d582d27eeece574ab3d904aa3fbe7742b0e895 (diff)
gentoo auto-resync : 25:03:2023 - 18:50:52
Diffstat (limited to 'dev-python/sphinx-aiohttp-theme')
-rw-r--r--dev-python/sphinx-aiohttp-theme/Manifest2
-rw-r--r--dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild9
2 files changed, 4 insertions, 7 deletions
diff --git a/dev-python/sphinx-aiohttp-theme/Manifest b/dev-python/sphinx-aiohttp-theme/Manifest
index dc7fc1885553..96586c8a02da 100644
--- a/dev-python/sphinx-aiohttp-theme/Manifest
+++ b/dev-python/sphinx-aiohttp-theme/Manifest
@@ -1,3 +1,3 @@
DIST aiohttp-theme-0.1.6.tar.gz 10921 BLAKE2B f1a5a0b82c1a99e0afa2fa118e9b2a13d59d742634c8826c0f67f45bd049c96851f1ac694cb6ebfcee1f66b1e03d445b4a3eef676135076af99a1d30541a0a4e SHA512 58b3b595eed97de546484dae562172c7751a3d4d90a6a1ea885e86a44b78d9017834372179d2881e048c4b2916f2b53d11ddb9368a5474462ac9ef7d75925b7f
-EBUILD sphinx-aiohttp-theme-0.1.6-r1.ebuild 573 BLAKE2B 18a4e4a6633c1569de4e359b4bf599ebb2b232a2ee1aa1768dbae5131285f0f0291fd45094b31d1e102d23824979b3bde2f08430309b1e57517462ec2770bd1e SHA512 b84c67ed9d6649be313306d7256b424a1406703591dc5c146c237d0bedcfbe771d812f7252c7e1a81f4ce149a0a229a57ae0ae5ad7797b13cc571389660ff54b
+EBUILD sphinx-aiohttp-theme-0.1.6-r1.ebuild 493 BLAKE2B b7060440b8d1a1c978021acbde58379757934836fa1c79e47a28470608f97f0d5d8863e72d221dd9b94a2b652f905ec8c838946a54dc87de23148559cbb19670 SHA512 2f3172c742b5daa0dfc884aa2675c1585ebf3daaf9af595a55f965298fba186d36eed63e28209ebe7580764a2746993c75f0ae103b1ba9d4699a2cd8c58eaca9
MISC metadata.xml 381 BLAKE2B 288ec644e49f4faf57d9d5dac331a3a69b507c04c7a9e03564ff88ca9c24fd6a8a7e33f4c36c2e40b6db8004cd9b0e0d5ae559880b162e823a42df66eb2d8fed SHA512 b38f855cf814202f4f01c4ab677af6026090740dc2db00b52ceca8d6ceae39d47c49317bd9e251ee1316d1920c236b8286017fbde011963ad464d3c293c3351c
diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild
index c34375e48e9d..99e705a2d54f 100644
--- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild
+++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild
@@ -4,17 +4,14 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="aiohttp-theme"
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-MY_PN="${PN#sphinx-}"
-MY_P="${MY_PN}-${PV}"
+inherit distutils-r1 pypi
DESCRIPTION="Sphinx theme for aiohttp"
HOMEPAGE="https://github.com/aio-libs/aiohttp-theme"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"