From 6ec50c0ec9e1cdc6072d97c59d1ec668714f8efa Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 26 May 2023 04:27:13 -0500 Subject: [PATCH] dev-python/magic-wormhole: QA - as requested in bug #907117, do not use vcs-snapshot - even though this makes for much nicer paths when using commit snapshots... Bug: https://bugs.gentoo.org/907117 Signed-off-by: Matthias Maier --- .../magic-wormhole/magic-wormhole-0.12.0_p20230525.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/magic-wormhole/magic-wormhole-0.12.0_p20230525.ebuild b/dev-python/magic-wormhole/magic-wormhole-0.12.0_p20230525.ebuild index 6a6c99bff5a96..4afc806872fea 100644 --- a/dev-python/magic-wormhole/magic-wormhole-0.12.0_p20230525.ebuild +++ b/dev-python/magic-wormhole/magic-wormhole-0.12.0_p20230525.ebuild @@ -10,7 +10,7 @@ DISTUTILS_USE_PEP517=setuptools # miscellanous improvements COMMIT_SHA1="8af8888d171791943b9fab036f0e0067b87c9b59" -inherit distutils-r1 vcs-snapshot +inherit distutils-r1 DESCRIPTION="Get Things From One Computer To Another, Safely" HOMEPAGE="https://magic-wormhole.readthedocs.io/en/latest/ https://pypi.org/project/magic-wormhole/" @@ -19,7 +19,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT_SHA1}.tar.gz -> ${P}.gh LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${P}.gh" +S="${WORKDIR}/magic-wormhole-${COMMIT_SHA1}" RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}]