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>
This commit is contained in:
Matthias Maier
2023-05-26 04:27:13 -05:00
parent 3bcba35091
commit 6ec50c0ec9

View File

@@ -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}]