dev-python/*: deal with normalization mishap once and for all

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-06-01 03:41:29 +03:00
parent 89630c70b8
commit c23b29ebe1
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"