mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user