commit: 65717ea565e25ac11cf0152f278eaed0531c7c17 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Fri Aug 2 05:28:45 2024 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Fri Aug 2 05:28:45 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=65717ea5
dev-python/annexremote: reordered variables Signed-off-by: Horea Christian <chr <AT> chymera.eu> dev-python/annexremote/annexremote-1.6.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/annexremote/annexremote-1.6.5.ebuild b/dev-python/annexremote/annexremote-1.6.5.ebuild index 8397d547c..39e5f7b09 100644 --- a/dev-python/annexremote/annexremote-1.6.5.ebuild +++ b/dev-python/annexremote/annexremote-1.6.5.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="Helper module to easily develop git-annex remotes" HOMEPAGE="https://github.com/Lykos153/AnnexRemote" SRC_URI="https://github.com/Lykos153/AnnexRemote/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/AnnexRemote-${PV}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -22,6 +23,4 @@ python_install_all() { use examples && dodoc -r examples } -S="${WORKDIR}/AnnexRemote-${PV}" - distutils_enable_tests pytest
