diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-28 00:03:51 +0200 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-13 18:18:19 -0400 |
commit | 5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8 (patch) | |
tree | 3a7dfb3b514faeeb8decf54028df5ed23df51206 /dev-python/adb-shell | |
parent | dev-libs/*: fix variable order (diff) | |
download | guru-5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8.tar.gz guru-5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8.tar.bz2 guru-5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8.zip |
dev-python/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/adb-shell')
-rw-r--r-- | dev-python/adb-shell/adb-shell-0.4.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/adb-shell/adb-shell-0.4.4.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/adb-shell/adb-shell-0.4.3.ebuild b/dev-python/adb-shell/adb-shell-0.4.3.ebuild index 5b0420c77..fccb97f6e 100644 --- a/dev-python/adb-shell/adb-shell-0.4.3.ebuild +++ b/dev-python/adb-shell/adb-shell-0.4.3.ebuild @@ -12,12 +12,12 @@ DESCRIPTION="A Python implementation of ADB with shell and FileSync functionalit HOMEPAGE="https://pypi.org/project/adb-shell/ https://github.com/JeffLIrion/adb_shell" SRC_URI="https://github.com/JeffLIrion/adb_shell/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/adb_shell-${PV}" + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/adb_shell-${PV}" - RDEPEND=" dev-python/aiofiles[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] diff --git a/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild b/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild index 03d3f5ceb..9334ecc9d 100644 --- a/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild +++ b/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild @@ -12,12 +12,12 @@ DESCRIPTION="A Python implementation of ADB with shell and FileSync functionalit HOMEPAGE="https://pypi.org/project/adb-shell/ https://github.com/JeffLIrion/adb_shell" SRC_URI="https://github.com/JeffLIrion/adb_shell/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/adb_shell-${PV}" + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/adb_shell-${PV}" - RDEPEND=" dev-python/aiofiles[${PYTHON_USEDEP}] dev-python/async-timeout[${PYTHON_USEDEP}] diff --git a/dev-python/adb-shell/adb-shell-0.4.4.ebuild b/dev-python/adb-shell/adb-shell-0.4.4.ebuild index 5b0420c77..fccb97f6e 100644 --- a/dev-python/adb-shell/adb-shell-0.4.4.ebuild +++ b/dev-python/adb-shell/adb-shell-0.4.4.ebuild @@ -12,12 +12,12 @@ DESCRIPTION="A Python implementation of ADB with shell and FileSync functionalit HOMEPAGE="https://pypi.org/project/adb-shell/ https://github.com/JeffLIrion/adb_shell" SRC_URI="https://github.com/JeffLIrion/adb_shell/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/adb_shell-${PV}" + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/adb_shell-${PV}" - RDEPEND=" dev-python/aiofiles[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] |