From 89630c70b87ca4417760227378f23e1ccb30c394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 31 May 2023 13:21:40 +0200 Subject: [PATCH] dev-python/FVS: fix S MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://gitlab.com/src_prepare/src_prepare-overlay/-/issues/46 Signed-off-by: Maciej Barć --- dev-python/FVS/FVS-0.3.4.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/FVS/FVS-0.3.4.ebuild b/dev-python/FVS/FVS-0.3.4.ebuild index 6cfc07c..bd76882 100644 --- a/dev-python/FVS/FVS-0.3.4.ebuild +++ b/dev-python/FVS/FVS-0.3.4.ebuild @@ -8,11 +8,10 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi DESCRIPTION="File Versioning System with hash comparison" -HOMEPAGE=" - https://github.com/mirkobrombin/FVS - https://pypi.org/project/fvs/ -" +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"