dev-python/*: deal with normalization mishap once and for all
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
89630c70b8
commit
c23b29ebe1
@ -3,15 +3,14 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
PYPI_NO_NORMALIZE=y
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
inherit distutils-r1 pypi
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="File Versioning System with hash comparison"
|
DESCRIPTION="File Versioning System with hash comparison"
|
||||||
HOMEPAGE="https://github.com/mirkobrombin/FVS/
|
HOMEPAGE="https://github.com/mirkobrombin/FVS/
|
||||||
https://pypi.org/project/fvs/"
|
https://pypi.org/project/fvs/"
|
||||||
SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}")"
|
|
||||||
S="${WORKDIR}"/${PN^^}-${PV}
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
@ -3,12 +3,13 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
PYPI_NO_NORMALIZE=y
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..11} )
|
PYTHON_COMPAT=( python3_{8..11} )
|
||||||
inherit distutils-r1 pypi
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="A theme based on the theme of https://docs.python.org/3/."
|
DESCRIPTION="A theme based on the theme of https://docs.python.org/3/."
|
||||||
HOMEPAGE="https://github.com/ionelmc/sphinx-py3doc-enhanced-theme"
|
HOMEPAGE="https://github.com/ionelmc/sphinx-py3doc-enhanced-theme"
|
||||||
SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}")"
|
|
||||||
|
|
||||||
LICENSE="BSD-2"
|
LICENSE="BSD-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user