summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-02-26 20:45:56 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-02-26 20:58:51 +0200
commit693c298f01c4eb9d7debdfb925ee914df6e848fd (patch)
tree6e22fa1f98f38a88d32a7aa9d938badd702fcd2f
parentnet-misc/netkit-fingerd: update SRC_URI (diff)
downloadgentoo-693c298f01c4eb9d7debdfb925ee914df6e848fd.tar.gz
gentoo-693c298f01c4eb9d7debdfb925ee914df6e848fd.tar.bz2
gentoo-693c298f01c4eb9d7debdfb925ee914df6e848fd.zip
dev-python/sphinx-testing: use pypi.eclass
python3.11 fails hard, upstream repository is archived, and the failure doesn't seem simple. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild
index 31321ae63c56..75441286f25d 100644
--- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild
+++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r2.ebuild
@@ -5,12 +5,12 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
+PYPI_NO_NORMALIZE=1
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Testing utility classes and functions for Sphinx extensions"
HOMEPAGE="https://github.com/sphinx-doc/sphinx-testing"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"