aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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