aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2024-08-02 01:28:45 -0400
committerHorea Christian <chr@chymera.eu>2024-08-02 01:28:45 -0400
commit65717ea565e25ac11cf0152f278eaed0531c7c17 (patch)
tree0fc3839adb1dc303dfaa2810d968d386f9cce77c
parentdev-python/annexremote: drop 1.5.0, 1.6.0 (diff)
downloadsci-65717ea565e25ac11cf0152f278eaed0531c7c17.tar.gz
sci-65717ea565e25ac11cf0152f278eaed0531c7c17.tar.bz2
sci-65717ea565e25ac11cf0152f278eaed0531c7c17.zip
dev-python/annexremote: reordered variables
Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--dev-python/annexremote/annexremote-1.6.5.ebuild3
1 files changed, 1 insertions, 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