From c23b29ebe194c107f43e35e75e456c63c6857719 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 1 Jun 2023 03:41:29 +0300 Subject: [PATCH] dev-python/*: deal with normalization mishap once and for all Signed-off-by: Alfred Wingate --- dev-python/FVS/FVS-0.3.4.ebuild | 5 ++--- .../sphinx-py3doc-enhanced-theme-2.4.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/FVS/FVS-0.3.4.ebuild b/dev-python/FVS/FVS-0.3.4.ebuild index bd76882..6615bd2 100644 --- a/dev-python/FVS/FVS-0.3.4.ebuild +++ b/dev-python/FVS/FVS-0.3.4.ebuild @@ -3,15 +3,14 @@ EAPI=8 +PYPI_NO_NORMALIZE=y DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="File Versioning System with hash comparison" HOMEPAGE="https://github.com/mirkobrombin/FVS/ https://pypi.org/project/fvs/" -SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}")" -S="${WORKDIR}"/${PN^^}-${PV} LICENSE="MIT" SLOT="0" diff --git a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild index c11d668..fea4cd6 100644 --- a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild +++ b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild @@ -3,12 +3,13 @@ EAPI=8 +PYPI_NO_NORMALIZE=y + PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 pypi DESCRIPTION="A theme based on the theme of https://docs.python.org/3/." HOMEPAGE="https://github.com/ionelmc/sphinx-py3doc-enhanced-theme" -SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}")" LICENSE="BSD-2" SLOT="0"