Skip to content

Commit

Permalink
dev-python/annexremote: reordered variables
Browse files Browse the repository at this point in the history
Signed-off-by: Horea Christian <chr@chymera.eu>
  • Loading branch information
TheChymera committed Aug 2, 2024
1 parent 8ff78b4 commit 65717ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-python/annexremote/annexremote-1.6.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -22,6 +23,4 @@ python_install_all() {
use examples && dodoc -r examples
}

S="${WORKDIR}/AnnexRemote-${PV}"

distutils_enable_tests pytest

0 comments on commit 65717ea

Please sign in to comment.