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"