diff options
author | Matthias Maier <tamiko@gentoo.org> | 2023-05-26 04:27:13 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2023-05-26 04:27:13 -0500 |
commit | 6ec50c0ec9e1cdc6072d97c59d1ec668714f8efa (patch) | |
tree | ccca903127194cf1cd0fadea06aa1bfe9ae4a3e1 /dev-python/magic-wormhole | |
parent | dev-python/magic-wormhole-transit-relay: QA (diff) | |
download | gentoo-6ec50c0ec9e1cdc6072d97c59d1ec668714f8efa.tar.gz gentoo-6ec50c0ec9e1cdc6072d97c59d1ec668714f8efa.tar.bz2 gentoo-6ec50c0ec9e1cdc6072d97c59d1ec668714f8efa.zip |
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 <tamiko@gentoo.org>
Diffstat (limited to 'dev-python/magic-wormhole')
-rw-r--r-- | dev-python/magic-wormhole/magic-wormhole-0.12.0_p20230525.ebuild | 4 |
1 files 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 6a6c99bff5a9..4afc806872fe 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}] |