public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/NSKeyedUnArchiver/, dev-python/faust-cchardet/, dev-python/evernote3/, ...
  2024-05-13 22:38 [gentoo-commits] repo/proj/guru:master commit in: dev-python/curio/, dev-python/oauth2/, dev-python/iOSbackup/, dev-python/xattr/, Julien Roy
@ 2024-05-13 22:21 ` Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-05-13 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Apr 27 22:03:51 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f9d2af2

dev-python/*: fix variable order

I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 .../NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild       |  2 +-
 dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild          |  4 ++--
 dev-python/adb-shell/adb-shell-0.4.3.ebuild              |  4 ++--
 dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild           |  4 ++--
 dev-python/adb-shell/adb-shell-0.4.4.ebuild              |  4 ++--
 dev-python/ascim/ascim-0.1.1.ebuild                      |  2 +-
 dev-python/asyncinotify/asyncinotify-4.0.1.ebuild        |  4 ++--
 dev-python/cassowary/cassowary-0.6.ebuild                | 12 ++++++------
 dev-python/clufter/clufter-0.77.2.ebuild                 |  2 +-
 dev-python/curio/curio-1.6.ebuild                        |  6 +++---
 dev-python/dacite/dacite-1.8.1.ebuild                    |  2 +-
 dev-python/devtools/devtools-0.10.0-r1.ebuild            |  5 +++--
 dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild |  2 +-
 dev-python/evernote3/evernote3-1.25.14.ebuild            |  2 +-
 dev-python/exif/exif-1.6.0.ebuild                        |  5 ++---
 dev-python/faust-cchardet/faust-cchardet-2.1.18.ebuild   |  4 ++--
 dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild   |  4 ++--
 dev-python/iOSbackup/iOSbackup-0.9.925.ebuild            |  6 +++---
 dev-python/injector/injector-0.21.0-r1.ebuild            |  2 +-
 .../jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild      | 11 ++++++-----
 dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild |  2 +-
 dev-python/oauth2/oauth2-1.9.ebuild                      |  8 ++++----
 dev-python/persist-queue/persist-queue-0.8.1.ebuild      |  8 ++------
 dev-python/pg8000/pg8000-1.29.4.ebuild                   |  2 +-
 dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild               |  2 +-
 dev-python/pygsl/pygsl-2.3.3.ebuild                      |  4 ++--
 .../rpmautospec-core/rpmautospec-core-0.1.4.ebuild       |  2 +-
 dev-python/scramp/scramp-1.4.4.ebuild                    |  2 +-
 dev-python/sphinx-click/sphinx-click-4.1.0.ebuild        |  2 +-
 dev-python/sphinx-click/sphinx-click-4.2.0.ebuild        |  2 +-
 dev-python/steam/steam-1.4.4.ebuild                      | 10 +++++-----
 .../templated-dictionary/templated-dictionary-1.4.ebuild |  3 ++-
 dev-python/timeslot/timeslot-0.1.2.ebuild                |  5 ++---
 dev-python/tweepy/tweepy-4.14.0.ebuild                   |  6 ++----
 .../types-requests/types-requests-2.31.0.20240311.ebuild |  2 +-
 dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild          | 16 ++++++++++------
 dev-python/wheezy-template/wheezy-template-3.1.0.ebuild  |  2 +-
 dev-python/xattr/xattr-1.0.0.ebuild                      |  2 +-
 dev-python/xattr/xattr-1.1.0.ebuild                      |  2 +-
 39 files changed, 84 insertions(+), 85 deletions(-)

diff --git a/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild b/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild
index 8bd1e970c3..94075658a3 100644
--- a/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild
+++ b/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="Unserializes binary|text|file|memory plist data to Python dict"
 HOMEPAGE="https://github.com/avibrazil/NSKeyedUnArchiver"
-KEYWORDS="~amd64 ~x86"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"

diff --git a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
index fd6d03ccb5..9008219870 100644
--- a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
+++ b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
@@ -13,10 +13,10 @@ HOMEPAGE="https://github.com/ErikBjare/TakeTheTime"
 
 # pypi doesn't contains the tests
 SRC_URI="https://github.com/ErikBjare/TakeTheTime/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-LICENSE="MIT"
 
-KEYWORDS="~amd64"
+LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 distutils_enable_tests unittest
 

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 5b0420c775..fccb97f6ef 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 03d3f5cebb..9334ecc9d2 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 5b0420c775..fccb97f6ef 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}]

diff --git a/dev-python/ascim/ascim-0.1.1.ebuild b/dev-python/ascim/ascim-0.1.1.ebuild
index 491626218e..cd5f68d6fd 100644
--- a/dev-python/ascim/ascim-0.1.1.ebuild
+++ b/dev-python/ascim/ascim-0.1.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/fakefred/ascim"
 SRC_URI="https://github.com/fakefred/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme

diff --git a/dev-python/asyncinotify/asyncinotify-4.0.1.ebuild b/dev-python/asyncinotify/asyncinotify-4.0.1.ebuild
index e636bc6fe3..76c1577d09 100644
--- a/dev-python/asyncinotify/asyncinotify-4.0.1.ebuild
+++ b/dev-python/asyncinotify/asyncinotify-4.0.1.ebuild
@@ -15,12 +15,12 @@ DESCRIPTION="An async python inotify package"
 HOMEPAGE="https://gitlab.com/Taywee/asyncinotify"
 SRC_URI="https://gitlab.com/Taywee/${PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
 
+S="${WORKDIR}/${MY_P}"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-S="${WORKDIR}/${MY_P}"
-
 distutils_enable_sphinx docs "dev-python/tomli"
 
 distutils_enable_tests unittest

diff --git a/dev-python/cassowary/cassowary-0.6.ebuild b/dev-python/cassowary/cassowary-0.6.ebuild
index 3467c79d9a..aedcfde5ed 100644
--- a/dev-python/cassowary/cassowary-0.6.ebuild
+++ b/dev-python/cassowary/cassowary-0.6.ebuild
@@ -8,11 +8,15 @@ PYTHON_COMPAT=(python3_{9..12})
 
 inherit linux-mod-r1 distutils-r1 desktop
 
+DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a VM and FreeRDP)"
+HOMEPAGE="https://github.com/casualsnek/cassowary"
 SRC_URI="https://github.com/casualsnek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64"
 
-DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a VM and FreeRDP)"
-HOMEPAGE="https://github.com/casualsnek/cassowary"
+IUSE="X wayland"
 
 BDEPEND="dev-python/setuptools
 	dev-python/build
@@ -26,10 +30,6 @@ RDEPEND="net-misc/freerdp
 
 DEPEND="${RDEPEND}"
 
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="X wayland"
-
 MODULES_KERNEL_MIN=5.10
 
 python_compile() {

diff --git a/dev-python/clufter/clufter-0.77.2.ebuild b/dev-python/clufter/clufter-0.77.2.ebuild
index 0ca60bcc0d..46577ca43e 100644
--- a/dev-python/clufter/clufter-0.77.2.ebuild
+++ b/dev-python/clufter/clufter-0.77.2.ebuild
@@ -14,8 +14,8 @@ SRC_URI="https://pagure.io/${PN}/archive/v${PV}/${PN}-v${PV}.tar.gz"
 
 S="${WORKDIR}/${PN}-v${PV}"
 
-SLOT="0"
 LICENSE="GPL-2+"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 DOCS=( __root__/README )

diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild
index d231c33d2e..1acb6a9614 100644
--- a/dev-python/curio/curio-1.6.ebuild
+++ b/dev-python/curio/curio-1.6.ebuild
@@ -14,11 +14,11 @@ HOMEPAGE="
 	https://pypi.org/project/curio/
 "
 
-IUSE="examples"
-
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="examples"
 
 DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 

diff --git a/dev-python/dacite/dacite-1.8.1.ebuild b/dev-python/dacite/dacite-1.8.1.ebuild
index 6a7464e3c2..b0615e706a 100644
--- a/dev-python/dacite/dacite-1.8.1.ebuild
+++ b/dev-python/dacite/dacite-1.8.1.ebuild
@@ -12,8 +12,8 @@ DESCRIPTION="This module simplifies creation of data classes (PEP 557) from dict
 HOMEPAGE="https://github.com/konradhalas/dacite"
 SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="

diff --git a/dev-python/devtools/devtools-0.10.0-r1.ebuild b/dev-python/devtools/devtools-0.10.0-r1.ebuild
index bb84ed887b..bd09c64df1 100644
--- a/dev-python/devtools/devtools-0.10.0-r1.ebuild
+++ b/dev-python/devtools/devtools-0.10.0-r1.ebuild
@@ -21,11 +21,12 @@ HOMEPAGE="
 	https://pypi.org/project/devtools/
 	https://github.com/samuelcolvin/python-devtools
 "
-RESTRICT="!test? ( test )"
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-python/asttokens[${PYTHON_USEDEP}]

diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
index 24d974ecda..ba6c656185 100644
--- a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
+++ b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
@@ -14,10 +14,10 @@ HOMEPAGE="https://github.com/Feneric/doxypypy"
 SRC_URI="https://github.com/Feneric/doxypypy/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 
-RESTRICT="!test? ( test )"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/zope-interface[${PYTHON_USEDEP}] )"

diff --git a/dev-python/evernote3/evernote3-1.25.14.ebuild b/dev-python/evernote3/evernote3-1.25.14.ebuild
index 9c0d8d9436..659359ecf8 100644
--- a/dev-python/evernote3/evernote3-1.25.14.ebuild
+++ b/dev-python/evernote3/evernote3-1.25.14.ebuild
@@ -10,10 +10,10 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="Evernote SDK"
 HOMEPAGE="https://github.com/Evernote/evernote-sdk-python3"
-KEYWORDS="~amd64 ~x86"
 
 LICENSE="Apache-2.0"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-python/oauth2[${PYTHON_USEDEP}]
 dev-python/oauthlib[${PYTHON_USEDEP}]

diff --git a/dev-python/exif/exif-1.6.0.ebuild b/dev-python/exif/exif-1.6.0.ebuild
index fcfa1f8a6a..66dd9041f8 100644
--- a/dev-python/exif/exif-1.6.0.ebuild
+++ b/dev-python/exif/exif-1.6.0.ebuild
@@ -7,14 +7,13 @@ DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 DESCRIPTION="Read and modify image EXIF metadata using Python."
-
 HOMEPAGE="https://gitlab.com/TNThieding/exif"
 SRC_URI="https://gitlab.com/TNThieding/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
-LICENSE="MIT"
-SLOT="0"
 
 S="${WORKDIR}/${PN}-v${PV}"
 
+LICENSE="MIT"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="

diff --git a/dev-python/faust-cchardet/faust-cchardet-2.1.18.ebuild b/dev-python/faust-cchardet/faust-cchardet-2.1.18.ebuild
index 4216f7e1a0..bf95107853 100644
--- a/dev-python/faust-cchardet/faust-cchardet-2.1.18.ebuild
+++ b/dev-python/faust-cchardet/faust-cchardet-2.1.18.ebuild
@@ -25,12 +25,12 @@ SRC_URI="
 	$(submodule_uris)
 "
 
+S="${WORKDIR}/cChardet-${PV}"
+
 LICENSE="MPL-1.1"
 SLOT="0"
 KEYWORDS="~amd64"
 
-S="${WORKDIR}/cChardet-${PV}"
-
 BDEPEND="dev-python/cython"
 
 distutils_enable_tests pytest

diff --git a/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild b/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
index 4216f7e1a0..bf95107853 100644
--- a/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
+++ b/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
@@ -25,12 +25,12 @@ SRC_URI="
 	$(submodule_uris)
 "
 
+S="${WORKDIR}/cChardet-${PV}"
+
 LICENSE="MPL-1.1"
 SLOT="0"
 KEYWORDS="~amd64"
 
-S="${WORKDIR}/cChardet-${PV}"
-
 BDEPEND="dev-python/cython"
 
 distutils_enable_tests pytest

diff --git a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild b/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild
index c7a7014777..178f5fc46f 100644
--- a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild
+++ b/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild
@@ -11,13 +11,13 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="Reads and extracts files from a password-encrypted iOS backup"
 HOMEPAGE="https://pypi.org/project/iOSbackup/ https://github.com/avibrazil/iOSbackup"
-KEYWORDS="~amd64 ~x86"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="dev-python/biplist[${PYTHON_USEDEP}]
 dev-python/pycryptodome[${PYTHON_USEDEP}]
 dev-python/NSKeyedUnArchiver[${PYTHON_USEDEP}]"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/dev-python/injector/injector-0.21.0-r1.ebuild b/dev-python/injector/injector-0.21.0-r1.ebuild
index 318389852c..7f9655b427 100644
--- a/dev-python/injector/injector-0.21.0-r1.ebuild
+++ b/dev-python/injector/injector-0.21.0-r1.ebuild
@@ -14,8 +14,8 @@ SRC_URI="
 	https://github.com/python-injector/${PN}/archive/refs/tags/${PV}.tar.gz
 		-> ${P}.gh.tar.gz"
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-linux"
 
 distutils_enable_sphinx docs

diff --git a/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild
index 45f14a5945..d7754b7901 100644
--- a/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild
+++ b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild
@@ -3,10 +3,6 @@
 
 EAPI=8
 
-EPYTEST_DESELECT=(
-	jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_fields_value
-	jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_shortcut_functions
-)
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{10..12} )
@@ -19,8 +15,8 @@ HOMEPAGE="
 	https://github.com/sileht/python-jsonpath-rw-ext
 "
 
-SLOT="0"
 LICENSE="Apache-2.0"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
@@ -36,4 +32,9 @@ BDEPEND="
 	)
 "
 
+EPYTEST_DESELECT=(
+	jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_fields_value
+	jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_shortcut_functions
+)
+
 distutils_enable_tests pytest

diff --git a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild
index f7217451f1..45c584df7b 100644
--- a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild
+++ b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 "
 
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-python/mkdocs[${PYTHON_USEDEP}]"

diff --git a/dev-python/oauth2/oauth2-1.9.ebuild b/dev-python/oauth2/oauth2-1.9.ebuild
index 99a27e2329..602912ffef 100644
--- a/dev-python/oauth2/oauth2-1.9.ebuild
+++ b/dev-python/oauth2/oauth2-1.9.ebuild
@@ -12,19 +12,19 @@ inherit distutils-r1
 DESCRIPTION="A fully tested, abstract interface to creating OAuth clients and servers."
 HOMEPAGE="https://github.com/joestump/python-oauth2"
 SRC_URI="https://github.com/joestump/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-S=${WORKDIR}/python-${P}
-KEYWORDS="~amd64 ~x86"
+S="${WORKDIR}"/python-${P}
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}]
 dev-python/mock[${PYTHON_USEDEP}]
 dev-python/pycodestyle[${PYTHON_USEDEP}]
 dev-python/pytest[${PYTHON_USEDEP}]"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 src_prepare() {
 	rm -rf "${S}/tests"
 	distutils-r1_src_prepare

diff --git a/dev-python/persist-queue/persist-queue-0.8.1.ebuild b/dev-python/persist-queue/persist-queue-0.8.1.ebuild
index bba88025f8..ed10029978 100644
--- a/dev-python/persist-queue/persist-queue-0.8.1.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.1.ebuild
@@ -11,11 +11,10 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="A thread-safe disk based persistent queue in Python"
 HOMEPAGE="https://github.com/peter-wangxu/persist-queue"
-LICENSE="BSD"
-
 
-KEYWORDS="~amd64"
+LICENSE="BSD"
 SLOT="0"
+KEYWORDS="~amd64"
 
 # It tries to connect to a local MySQL server
 RESTRICT="test"
@@ -25,7 +24,4 @@ DEPEND="
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	dev-python/pymysql[${PYTHON_USEDEP}]
 "
-
 RDEPEND="${DEPEND}"
-
-#distutils_enable_tests nose

diff --git a/dev-python/pg8000/pg8000-1.29.4.ebuild b/dev-python/pg8000/pg8000-1.29.4.ebuild
index a862ae0e42..1547c20ec8 100644
--- a/dev-python/pg8000/pg8000-1.29.4.ebuild
+++ b/dev-python/pg8000/pg8000-1.29.4.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 	https://pypi.org/project/pg8000/
 "
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="

diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
index ab06b42387..cc1fae3b4e 100644
--- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
+++ b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 # requires subprocess32
 RESTRICT="test"

diff --git a/dev-python/pygsl/pygsl-2.3.3.ebuild b/dev-python/pygsl/pygsl-2.3.3.ebuild
index 02c874743c..7ab4af3503 100644
--- a/dev-python/pygsl/pygsl-2.3.3.ebuild
+++ b/dev-python/pygsl/pygsl-2.3.3.ebuild
@@ -12,14 +12,14 @@ DESCRIPTION="Python interface for the GNU scientific library (gsl)"
 HOMEPAGE="https://github.com/pygsl/pygsl"
 SRC_URI="https://github.com/pygsl/pygsl/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+IUSE="examples"
 # Tests are also failing upstream
 # https://github.com/pygsl/pygsl/issues/15
 RESTRICT="test"
-IUSE="examples"
 
 DEPEND="
 	sci-libs/gsl

diff --git a/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild b/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild
index de6da7f3e0..5b5bd4cb26 100644
--- a/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild
+++ b/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="
 	https://pypi.org/project/rpmautospec-core/
 "
 
-SLOT="0"
 LICENSE="MIT"
+SLOT="0"
 KEYWORDS="~amd64"
 
 distutils_enable_tests pytest

diff --git a/dev-python/scramp/scramp-1.4.4.ebuild b/dev-python/scramp/scramp-1.4.4.ebuild
index e721bd4a0f..24a94bbb02 100644
--- a/dev-python/scramp/scramp-1.4.4.ebuild
+++ b/dev-python/scramp/scramp-1.4.4.ebuild
@@ -13,8 +13,8 @@ HOMEPAGE="
 	https://github.com/tlocke/scramp
 "
 
-SLOT="0"
 LICENSE="MIT"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="

diff --git a/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild b/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
index 5981ef715c..5bad9a5e5e 100644
--- a/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]

diff --git a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
index 5981ef715c..5bad9a5e5e 100644
--- a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]

diff --git a/dev-python/steam/steam-1.4.4.ebuild b/dev-python/steam/steam-1.4.4.ebuild
index bfa9155433..3c6b1d2ebf 100644
--- a/dev-python/steam/steam-1.4.4.ebuild
+++ b/dev-python/steam/steam-1.4.4.ebuild
@@ -8,9 +8,13 @@ PYTHON_COMPAT=( python3_{9..12} )
 
 inherit distutils-r1
 
-SRC_URI="https://github.com/ValvePython/steam/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 DESCRIPTION="Python package for interacting with Steam"
 HOMEPAGE="https://github.com/ValvePython/steam"
+SRC_URI="https://github.com/ValvePython/steam/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="dev-python/six
 	dev-python/pycryptodome
@@ -20,10 +24,6 @@ DEPEND="dev-python/six
 	dev-python/protobuf-python
 	dev-python/cachetools
 "
-LICENSE="GPL-3"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
 
 src_compile() {
 	distutils-r1_src_compile

diff --git a/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild b/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild
index c2f0cbdc7e..e5039b1aa7 100644
--- a/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild
+++ b/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild
@@ -14,10 +14,11 @@ HOMEPAGE="
 	https://pypi.org/project/templated-dictionary/
 "
 SRC_URI="https://github.com/xsuchy/templated-dictionary/archive/refs/tags/python-${P}-1.tar.gz -> ${P}.gh.tar.gz"
+
 S="${WORKDIR}/${PN}-python-${P}-1"
 
-SLOT="0"
 LICENSE="GPL-2+"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"

diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild b/dev-python/timeslot/timeslot-0.1.2.ebuild
index 12530996eb..b3739bed82 100644
--- a/dev-python/timeslot/timeslot-0.1.2.ebuild
+++ b/dev-python/timeslot/timeslot-0.1.2.ebuild
@@ -10,11 +10,10 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="Time slots/intervals with an arbitrary start and stop"
 HOMEPAGE="https://github.com/ErikBjare/timeslot"
-LICENSE="MIT"
-
 
-KEYWORDS="~amd64"
+LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 # Not available for now
 RESTRICT="test"

diff --git a/dev-python/tweepy/tweepy-4.14.0.ebuild b/dev-python/tweepy/tweepy-4.14.0.ebuild
index 96ec0263e4..9839a91ddd 100644
--- a/dev-python/tweepy/tweepy-4.14.0.ebuild
+++ b/dev-python/tweepy/tweepy-4.14.0.ebuild
@@ -12,9 +12,9 @@ DESCRIPTION="An easy-to-use Python library for accessing the Twitter API."
 HOMEPAGE="https://www.tweepy.org/"
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 # dev-python/nose removed from ::gentoo
 RESTRICT="test"
@@ -24,9 +24,7 @@ RDEPEND="
 	dev-python/requests-oauthlib[${PYTHON_USEDEP}]
 "
 
-DEPEND="
-	${RDEPEND}
-"
+DEPEND="${RDEPEND}"
 	# test? (
 	# 	dev-python/aiohttp[${PYTHON_USEDEP}]
 	# 	dev-python/async-lru[${PYTHON_USEDEP}]

diff --git a/dev-python/types-requests/types-requests-2.31.0.20240311.ebuild b/dev-python/types-requests/types-requests-2.31.0.20240311.ebuild
index d9112c7eec..8ced6300e3 100644
--- a/dev-python/types-requests/types-requests-2.31.0.20240311.ebuild
+++ b/dev-python/types-requests/types-requests-2.31.0.20240311.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 	https://github.com/python/typeshed/tree/master/stubs/requests
 "
 
-SLOT="0"
 LICENSE="Apache-2.0"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND=">=dev-python/urllib3-2"

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
index e7fdfe555c..7c5d6f1d81 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
@@ -11,16 +11,20 @@ inherit distutils-r1
 
 DESCRIPTION="Python interface to the Google WebRTC Voice Activity Detector (VAD)"
 HOMEPAGE="https://github.com/wiseman/py-webrtcvad"
-SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/distfiles/${P}-patches.tar.xz"
+SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	https://gentoo.kropotkin.rocks/distfiles/${P}-patches.tar.xz"
+
+S="${WORKDIR}/py-${P}"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-# Depends on a package removed from ::gento (bug #915162)
+# Depends on a package removed from ::gentoo (bug #915162)
 RESTRICT="test"
 
-S="${WORKDIR}/py-${P}"
-
-PATCHES=( "${WORKDIR}/${PN}-update-webrtc.patch" "${WORKDIR}/${PN}-fix-mem-leak.patch" "${WORKDIR}/${PN}-fix-oob.patch" )
+PATCHES=(
+	"${WORKDIR}/${PN}-update-webrtc.patch"
+	"${WORKDIR}/${PN}-fix-mem-leak.patch"
+	"${WORKDIR}/${PN}-fix-oob.patch"
+)

diff --git a/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild b/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild
index dd9c47a2c7..553840e61c 100644
--- a/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild
+++ b/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild
@@ -17,9 +17,9 @@ HOMEPAGE="https://github.com/akornatskyy/wheezy.template"
 # as usual pypi doesn't contains tests
 SRC_URI="https://github.com/akornatskyy/wheezy.template/archive/refs/tags/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
 S="${WORKDIR}/${MY_P}"
-KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 DEPEND="dev-python/cython[${PYTHON_USEDEP}]"
 

diff --git a/dev-python/xattr/xattr-1.0.0.ebuild b/dev-python/xattr/xattr-1.0.0.ebuild
index cd33536e29..824aee7660 100644
--- a/dev-python/xattr/xattr-1.0.0.ebuild
+++ b/dev-python/xattr/xattr-1.0.0.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 	https://github.com/xattr/xattr
 "
 
-SLOT="0"
 LICENSE="Apache-2.0"
+SLOT="0"
 KEYWORDS="~amd64"
 
 BDEPEND="

diff --git a/dev-python/xattr/xattr-1.1.0.ebuild b/dev-python/xattr/xattr-1.1.0.ebuild
index cd33536e29..824aee7660 100644
--- a/dev-python/xattr/xattr-1.1.0.ebuild
+++ b/dev-python/xattr/xattr-1.1.0.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 	https://github.com/xattr/xattr
 "
 
-SLOT="0"
 LICENSE="Apache-2.0"
+SLOT="0"
 KEYWORDS="~amd64"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/curio/, dev-python/oauth2/, dev-python/iOSbackup/, dev-python/xattr/, ...
@ 2024-05-13 22:38 Julien Roy
  2024-05-13 22:21 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/NSKeyedUnArchiver/, dev-python/faust-cchardet/, dev-python/evernote3/, Julien Roy
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Roy @ 2024-05-13 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Apr 27 22:03:51 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon May 13 22:18:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f9d2af2

dev-python/*: fix variable order

I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 .../NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild       |  2 +-
 dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild          |  4 ++--
 dev-python/adb-shell/adb-shell-0.4.3.ebuild              |  4 ++--
 dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild           |  4 ++--
 dev-python/adb-shell/adb-shell-0.4.4.ebuild              |  4 ++--
 dev-python/ascim/ascim-0.1.1.ebuild                      |  2 +-
 dev-python/asyncinotify/asyncinotify-4.0.1.ebuild        |  4 ++--
 dev-python/cassowary/cassowary-0.6.ebuild                | 12 ++++++------
 dev-python/clufter/clufter-0.77.2.ebuild                 |  2 +-
 dev-python/curio/curio-1.6.ebuild                        |  6 +++---
 dev-python/dacite/dacite-1.8.1.ebuild                    |  2 +-
 dev-python/devtools/devtools-0.10.0-r1.ebuild            |  5 +++--
 dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild |  2 +-
 dev-python/evernote3/evernote3-1.25.14.ebuild            |  2 +-
 dev-python/exif/exif-1.6.0.ebuild                        |  5 ++---
 dev-python/faust-cchardet/faust-cchardet-2.1.18.ebuild   |  4 ++--
 dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild   |  4 ++--
 dev-python/iOSbackup/iOSbackup-0.9.925.ebuild            |  6 +++---
 dev-python/injector/injector-0.21.0-r1.ebuild            |  2 +-
 .../jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild      | 11 ++++++-----
 dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild |  2 +-
 dev-python/oauth2/oauth2-1.9.ebuild                      |  8 ++++----
 dev-python/persist-queue/persist-queue-0.8.1.ebuild      |  8 ++------
 dev-python/pg8000/pg8000-1.29.4.ebuild                   |  2 +-
 dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild               |  2 +-
 dev-python/pygsl/pygsl-2.3.3.ebuild                      |  4 ++--
 .../rpmautospec-core/rpmautospec-core-0.1.4.ebuild       |  2 +-
 dev-python/scramp/scramp-1.4.4.ebuild                    |  2 +-
 dev-python/sphinx-click/sphinx-click-4.1.0.ebuild        |  2 +-
 dev-python/sphinx-click/sphinx-click-4.2.0.ebuild        |  2 +-
 dev-python/steam/steam-1.4.4.ebuild                      | 10 +++++-----
 .../templated-dictionary/templated-dictionary-1.4.ebuild |  3 ++-
 dev-python/timeslot/timeslot-0.1.2.ebuild                |  5 ++---
 dev-python/tweepy/tweepy-4.14.0.ebuild                   |  6 ++----
 .../types-requests/types-requests-2.31.0.20240311.ebuild |  2 +-
 dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild          | 16 ++++++++++------
 dev-python/wheezy-template/wheezy-template-3.1.0.ebuild  |  2 +-
 dev-python/xattr/xattr-1.0.0.ebuild                      |  2 +-
 dev-python/xattr/xattr-1.1.0.ebuild                      |  2 +-
 39 files changed, 84 insertions(+), 85 deletions(-)

diff --git a/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild b/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild
index 8bd1e970c3..94075658a3 100644
--- a/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild
+++ b/dev-python/NSKeyedUnArchiver/NSKeyedUnArchiver-1.5.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="Unserializes binary|text|file|memory plist data to Python dict"
 HOMEPAGE="https://github.com/avibrazil/NSKeyedUnArchiver"
-KEYWORDS="~amd64 ~x86"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"

diff --git a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
index fd6d03ccb5..9008219870 100644
--- a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
+++ b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
@@ -13,10 +13,10 @@ HOMEPAGE="https://github.com/ErikBjare/TakeTheTime"
 
 # pypi doesn't contains the tests
 SRC_URI="https://github.com/ErikBjare/TakeTheTime/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-LICENSE="MIT"
 
-KEYWORDS="~amd64"
+LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 distutils_enable_tests unittest
 

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 5b0420c775..fccb97f6ef 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 03d3f5cebb..9334ecc9d2 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 5b0420c775..fccb97f6ef 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}]

diff --git a/dev-python/ascim/ascim-0.1.1.ebuild b/dev-python/ascim/ascim-0.1.1.ebuild
index 491626218e..cd5f68d6fd 100644
--- a/dev-python/ascim/ascim-0.1.1.ebuild
+++ b/dev-python/ascim/ascim-0.1.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/fakefred/ascim"
 SRC_URI="https://github.com/fakefred/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme

diff --git a/dev-python/asyncinotify/asyncinotify-4.0.1.ebuild b/dev-python/asyncinotify/asyncinotify-4.0.1.ebuild
index e636bc6fe3..76c1577d09 100644
--- a/dev-python/asyncinotify/asyncinotify-4.0.1.ebuild
+++ b/dev-python/asyncinotify/asyncinotify-4.0.1.ebuild
@@ -15,12 +15,12 @@ DESCRIPTION="An async python inotify package"
 HOMEPAGE="https://gitlab.com/Taywee/asyncinotify"
 SRC_URI="https://gitlab.com/Taywee/${PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
 
+S="${WORKDIR}/${MY_P}"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-S="${WORKDIR}/${MY_P}"
-
 distutils_enable_sphinx docs "dev-python/tomli"
 
 distutils_enable_tests unittest

diff --git a/dev-python/cassowary/cassowary-0.6.ebuild b/dev-python/cassowary/cassowary-0.6.ebuild
index 3467c79d9a..aedcfde5ed 100644
--- a/dev-python/cassowary/cassowary-0.6.ebuild
+++ b/dev-python/cassowary/cassowary-0.6.ebuild
@@ -8,11 +8,15 @@ PYTHON_COMPAT=(python3_{9..12})
 
 inherit linux-mod-r1 distutils-r1 desktop
 
+DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a VM and FreeRDP)"
+HOMEPAGE="https://github.com/casualsnek/cassowary"
 SRC_URI="https://github.com/casualsnek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64"
 
-DESCRIPTION="Run Windows Applications on Linux as if they are native (Using a VM and FreeRDP)"
-HOMEPAGE="https://github.com/casualsnek/cassowary"
+IUSE="X wayland"
 
 BDEPEND="dev-python/setuptools
 	dev-python/build
@@ -26,10 +30,6 @@ RDEPEND="net-misc/freerdp
 
 DEPEND="${RDEPEND}"
 
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="X wayland"
-
 MODULES_KERNEL_MIN=5.10
 
 python_compile() {

diff --git a/dev-python/clufter/clufter-0.77.2.ebuild b/dev-python/clufter/clufter-0.77.2.ebuild
index 0ca60bcc0d..46577ca43e 100644
--- a/dev-python/clufter/clufter-0.77.2.ebuild
+++ b/dev-python/clufter/clufter-0.77.2.ebuild
@@ -14,8 +14,8 @@ SRC_URI="https://pagure.io/${PN}/archive/v${PV}/${PN}-v${PV}.tar.gz"
 
 S="${WORKDIR}/${PN}-v${PV}"
 
-SLOT="0"
 LICENSE="GPL-2+"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 DOCS=( __root__/README )

diff --git a/dev-python/curio/curio-1.6.ebuild b/dev-python/curio/curio-1.6.ebuild
index d231c33d2e..1acb6a9614 100644
--- a/dev-python/curio/curio-1.6.ebuild
+++ b/dev-python/curio/curio-1.6.ebuild
@@ -14,11 +14,11 @@ HOMEPAGE="
 	https://pypi.org/project/curio/
 "
 
-IUSE="examples"
-
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="examples"
 
 DEPEND="test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 

diff --git a/dev-python/dacite/dacite-1.8.1.ebuild b/dev-python/dacite/dacite-1.8.1.ebuild
index 6a7464e3c2..b0615e706a 100644
--- a/dev-python/dacite/dacite-1.8.1.ebuild
+++ b/dev-python/dacite/dacite-1.8.1.ebuild
@@ -12,8 +12,8 @@ DESCRIPTION="This module simplifies creation of data classes (PEP 557) from dict
 HOMEPAGE="https://github.com/konradhalas/dacite"
 SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="

diff --git a/dev-python/devtools/devtools-0.10.0-r1.ebuild b/dev-python/devtools/devtools-0.10.0-r1.ebuild
index bb84ed887b..bd09c64df1 100644
--- a/dev-python/devtools/devtools-0.10.0-r1.ebuild
+++ b/dev-python/devtools/devtools-0.10.0-r1.ebuild
@@ -21,11 +21,12 @@ HOMEPAGE="
 	https://pypi.org/project/devtools/
 	https://github.com/samuelcolvin/python-devtools
 "
-RESTRICT="!test? ( test )"
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-python/asttokens[${PYTHON_USEDEP}]

diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
index 24d974ecda..ba6c656185 100644
--- a/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
+++ b/dev-python/doxypypy/doxypypy-0.8.8.6_p20210405-r1.ebuild
@@ -14,10 +14,10 @@ HOMEPAGE="https://github.com/Feneric/doxypypy"
 SRC_URI="https://github.com/Feneric/doxypypy/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 
-RESTRICT="!test? ( test )"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/zope-interface[${PYTHON_USEDEP}] )"

diff --git a/dev-python/evernote3/evernote3-1.25.14.ebuild b/dev-python/evernote3/evernote3-1.25.14.ebuild
index 9c0d8d9436..659359ecf8 100644
--- a/dev-python/evernote3/evernote3-1.25.14.ebuild
+++ b/dev-python/evernote3/evernote3-1.25.14.ebuild
@@ -10,10 +10,10 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="Evernote SDK"
 HOMEPAGE="https://github.com/Evernote/evernote-sdk-python3"
-KEYWORDS="~amd64 ~x86"
 
 LICENSE="Apache-2.0"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-python/oauth2[${PYTHON_USEDEP}]
 dev-python/oauthlib[${PYTHON_USEDEP}]

diff --git a/dev-python/exif/exif-1.6.0.ebuild b/dev-python/exif/exif-1.6.0.ebuild
index fcfa1f8a6a..66dd9041f8 100644
--- a/dev-python/exif/exif-1.6.0.ebuild
+++ b/dev-python/exif/exif-1.6.0.ebuild
@@ -7,14 +7,13 @@ DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 DESCRIPTION="Read and modify image EXIF metadata using Python."
-
 HOMEPAGE="https://gitlab.com/TNThieding/exif"
 SRC_URI="https://gitlab.com/TNThieding/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
-LICENSE="MIT"
-SLOT="0"
 
 S="${WORKDIR}/${PN}-v${PV}"
 
+LICENSE="MIT"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="

diff --git a/dev-python/faust-cchardet/faust-cchardet-2.1.18.ebuild b/dev-python/faust-cchardet/faust-cchardet-2.1.18.ebuild
index 4216f7e1a0..bf95107853 100644
--- a/dev-python/faust-cchardet/faust-cchardet-2.1.18.ebuild
+++ b/dev-python/faust-cchardet/faust-cchardet-2.1.18.ebuild
@@ -25,12 +25,12 @@ SRC_URI="
 	$(submodule_uris)
 "
 
+S="${WORKDIR}/cChardet-${PV}"
+
 LICENSE="MPL-1.1"
 SLOT="0"
 KEYWORDS="~amd64"
 
-S="${WORKDIR}/cChardet-${PV}"
-
 BDEPEND="dev-python/cython"
 
 distutils_enable_tests pytest

diff --git a/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild b/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
index 4216f7e1a0..bf95107853 100644
--- a/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
+++ b/dev-python/faust-cchardet/faust-cchardet-2.1.19.ebuild
@@ -25,12 +25,12 @@ SRC_URI="
 	$(submodule_uris)
 "
 
+S="${WORKDIR}/cChardet-${PV}"
+
 LICENSE="MPL-1.1"
 SLOT="0"
 KEYWORDS="~amd64"
 
-S="${WORKDIR}/cChardet-${PV}"
-
 BDEPEND="dev-python/cython"
 
 distutils_enable_tests pytest

diff --git a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild b/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild
index c7a7014777..178f5fc46f 100644
--- a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild
+++ b/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild
@@ -11,13 +11,13 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="Reads and extracts files from a password-encrypted iOS backup"
 HOMEPAGE="https://pypi.org/project/iOSbackup/ https://github.com/avibrazil/iOSbackup"
-KEYWORDS="~amd64 ~x86"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="dev-python/biplist[${PYTHON_USEDEP}]
 dev-python/pycryptodome[${PYTHON_USEDEP}]
 dev-python/NSKeyedUnArchiver[${PYTHON_USEDEP}]"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/dev-python/injector/injector-0.21.0-r1.ebuild b/dev-python/injector/injector-0.21.0-r1.ebuild
index 318389852c..7f9655b427 100644
--- a/dev-python/injector/injector-0.21.0-r1.ebuild
+++ b/dev-python/injector/injector-0.21.0-r1.ebuild
@@ -14,8 +14,8 @@ SRC_URI="
 	https://github.com/python-injector/${PN}/archive/refs/tags/${PV}.tar.gz
 		-> ${P}.gh.tar.gz"
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-linux"
 
 distutils_enable_sphinx docs

diff --git a/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild
index 45f14a5945..d7754b7901 100644
--- a/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild
+++ b/dev-python/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2-r1.ebuild
@@ -3,10 +3,6 @@
 
 EAPI=8
 
-EPYTEST_DESELECT=(
-	jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_fields_value
-	jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_shortcut_functions
-)
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{10..12} )
@@ -19,8 +15,8 @@ HOMEPAGE="
 	https://github.com/sileht/python-jsonpath-rw-ext
 "
 
-SLOT="0"
 LICENSE="Apache-2.0"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
@@ -36,4 +32,9 @@ BDEPEND="
 	)
 "
 
+EPYTEST_DESELECT=(
+	jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_fields_value
+	jsonpath_rw_ext/tests/test_jsonpath_rw_ext.py::TestJsonpath_rw_ext::test_shortcut_functions
+)
+
 distutils_enable_tests pytest

diff --git a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild
index f7217451f1..45c584df7b 100644
--- a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild
+++ b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 "
 
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-python/mkdocs[${PYTHON_USEDEP}]"

diff --git a/dev-python/oauth2/oauth2-1.9.ebuild b/dev-python/oauth2/oauth2-1.9.ebuild
index 99a27e2329..602912ffef 100644
--- a/dev-python/oauth2/oauth2-1.9.ebuild
+++ b/dev-python/oauth2/oauth2-1.9.ebuild
@@ -12,19 +12,19 @@ inherit distutils-r1
 DESCRIPTION="A fully tested, abstract interface to creating OAuth clients and servers."
 HOMEPAGE="https://github.com/joestump/python-oauth2"
 SRC_URI="https://github.com/joestump/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-S=${WORKDIR}/python-${P}
-KEYWORDS="~amd64 ~x86"
+S="${WORKDIR}"/python-${P}
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}]
 dev-python/mock[${PYTHON_USEDEP}]
 dev-python/pycodestyle[${PYTHON_USEDEP}]
 dev-python/pytest[${PYTHON_USEDEP}]"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 src_prepare() {
 	rm -rf "${S}/tests"
 	distutils-r1_src_prepare

diff --git a/dev-python/persist-queue/persist-queue-0.8.1.ebuild b/dev-python/persist-queue/persist-queue-0.8.1.ebuild
index bba88025f8..ed10029978 100644
--- a/dev-python/persist-queue/persist-queue-0.8.1.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.1.ebuild
@@ -11,11 +11,10 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="A thread-safe disk based persistent queue in Python"
 HOMEPAGE="https://github.com/peter-wangxu/persist-queue"
-LICENSE="BSD"
-
 
-KEYWORDS="~amd64"
+LICENSE="BSD"
 SLOT="0"
+KEYWORDS="~amd64"
 
 # It tries to connect to a local MySQL server
 RESTRICT="test"
@@ -25,7 +24,4 @@ DEPEND="
 	dev-python/msgpack[${PYTHON_USEDEP}]
 	dev-python/pymysql[${PYTHON_USEDEP}]
 "
-
 RDEPEND="${DEPEND}"
-
-#distutils_enable_tests nose

diff --git a/dev-python/pg8000/pg8000-1.29.4.ebuild b/dev-python/pg8000/pg8000-1.29.4.ebuild
index a862ae0e42..1547c20ec8 100644
--- a/dev-python/pg8000/pg8000-1.29.4.ebuild
+++ b/dev-python/pg8000/pg8000-1.29.4.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 	https://pypi.org/project/pg8000/
 "
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="

diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
index ab06b42387..cc1fae3b4e 100644
--- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
+++ b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 # requires subprocess32
 RESTRICT="test"

diff --git a/dev-python/pygsl/pygsl-2.3.3.ebuild b/dev-python/pygsl/pygsl-2.3.3.ebuild
index 02c874743c..7ab4af3503 100644
--- a/dev-python/pygsl/pygsl-2.3.3.ebuild
+++ b/dev-python/pygsl/pygsl-2.3.3.ebuild
@@ -12,14 +12,14 @@ DESCRIPTION="Python interface for the GNU scientific library (gsl)"
 HOMEPAGE="https://github.com/pygsl/pygsl"
 SRC_URI="https://github.com/pygsl/pygsl/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+IUSE="examples"
 # Tests are also failing upstream
 # https://github.com/pygsl/pygsl/issues/15
 RESTRICT="test"
-IUSE="examples"
 
 DEPEND="
 	sci-libs/gsl

diff --git a/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild b/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild
index de6da7f3e0..5b5bd4cb26 100644
--- a/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild
+++ b/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="
 	https://pypi.org/project/rpmautospec-core/
 "
 
-SLOT="0"
 LICENSE="MIT"
+SLOT="0"
 KEYWORDS="~amd64"
 
 distutils_enable_tests pytest

diff --git a/dev-python/scramp/scramp-1.4.4.ebuild b/dev-python/scramp/scramp-1.4.4.ebuild
index e721bd4a0f..24a94bbb02 100644
--- a/dev-python/scramp/scramp-1.4.4.ebuild
+++ b/dev-python/scramp/scramp-1.4.4.ebuild
@@ -13,8 +13,8 @@ HOMEPAGE="
 	https://github.com/tlocke/scramp
 "
 
-SLOT="0"
 LICENSE="MIT"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="

diff --git a/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild b/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
index 5981ef715c..5bad9a5e5e 100644
--- a/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]

diff --git a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
index 5981ef715c..5bad9a5e5e 100644
--- a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]

diff --git a/dev-python/steam/steam-1.4.4.ebuild b/dev-python/steam/steam-1.4.4.ebuild
index bfa9155433..3c6b1d2ebf 100644
--- a/dev-python/steam/steam-1.4.4.ebuild
+++ b/dev-python/steam/steam-1.4.4.ebuild
@@ -8,9 +8,13 @@ PYTHON_COMPAT=( python3_{9..12} )
 
 inherit distutils-r1
 
-SRC_URI="https://github.com/ValvePython/steam/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 DESCRIPTION="Python package for interacting with Steam"
 HOMEPAGE="https://github.com/ValvePython/steam"
+SRC_URI="https://github.com/ValvePython/steam/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="dev-python/six
 	dev-python/pycryptodome
@@ -20,10 +24,6 @@ DEPEND="dev-python/six
 	dev-python/protobuf-python
 	dev-python/cachetools
 "
-LICENSE="GPL-3"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
 
 src_compile() {
 	distutils-r1_src_compile

diff --git a/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild b/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild
index c2f0cbdc7e..e5039b1aa7 100644
--- a/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild
+++ b/dev-python/templated-dictionary/templated-dictionary-1.4.ebuild
@@ -14,10 +14,11 @@ HOMEPAGE="
 	https://pypi.org/project/templated-dictionary/
 "
 SRC_URI="https://github.com/xsuchy/templated-dictionary/archive/refs/tags/python-${P}-1.tar.gz -> ${P}.gh.tar.gz"
+
 S="${WORKDIR}/${PN}-python-${P}-1"
 
-SLOT="0"
 LICENSE="GPL-2+"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"

diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild b/dev-python/timeslot/timeslot-0.1.2.ebuild
index 12530996eb..b3739bed82 100644
--- a/dev-python/timeslot/timeslot-0.1.2.ebuild
+++ b/dev-python/timeslot/timeslot-0.1.2.ebuild
@@ -10,11 +10,10 @@ inherit distutils-r1 pypi
 
 DESCRIPTION="Time slots/intervals with an arbitrary start and stop"
 HOMEPAGE="https://github.com/ErikBjare/timeslot"
-LICENSE="MIT"
-
 
-KEYWORDS="~amd64"
+LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 # Not available for now
 RESTRICT="test"

diff --git a/dev-python/tweepy/tweepy-4.14.0.ebuild b/dev-python/tweepy/tweepy-4.14.0.ebuild
index 96ec0263e4..9839a91ddd 100644
--- a/dev-python/tweepy/tweepy-4.14.0.ebuild
+++ b/dev-python/tweepy/tweepy-4.14.0.ebuild
@@ -12,9 +12,9 @@ DESCRIPTION="An easy-to-use Python library for accessing the Twitter API."
 HOMEPAGE="https://www.tweepy.org/"
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 # dev-python/nose removed from ::gentoo
 RESTRICT="test"
@@ -24,9 +24,7 @@ RDEPEND="
 	dev-python/requests-oauthlib[${PYTHON_USEDEP}]
 "
 
-DEPEND="
-	${RDEPEND}
-"
+DEPEND="${RDEPEND}"
 	# test? (
 	# 	dev-python/aiohttp[${PYTHON_USEDEP}]
 	# 	dev-python/async-lru[${PYTHON_USEDEP}]

diff --git a/dev-python/types-requests/types-requests-2.31.0.20240311.ebuild b/dev-python/types-requests/types-requests-2.31.0.20240311.ebuild
index d9112c7eec..8ced6300e3 100644
--- a/dev-python/types-requests/types-requests-2.31.0.20240311.ebuild
+++ b/dev-python/types-requests/types-requests-2.31.0.20240311.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 	https://github.com/python/typeshed/tree/master/stubs/requests
 "
 
-SLOT="0"
 LICENSE="Apache-2.0"
+SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND=">=dev-python/urllib3-2"

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
index e7fdfe555c..7c5d6f1d81 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
@@ -11,16 +11,20 @@ inherit distutils-r1
 
 DESCRIPTION="Python interface to the Google WebRTC Voice Activity Detector (VAD)"
 HOMEPAGE="https://github.com/wiseman/py-webrtcvad"
-SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/distfiles/${P}-patches.tar.xz"
+SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	https://gentoo.kropotkin.rocks/distfiles/${P}-patches.tar.xz"
+
+S="${WORKDIR}/py-${P}"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-# Depends on a package removed from ::gento (bug #915162)
+# Depends on a package removed from ::gentoo (bug #915162)
 RESTRICT="test"
 
-S="${WORKDIR}/py-${P}"
-
-PATCHES=( "${WORKDIR}/${PN}-update-webrtc.patch" "${WORKDIR}/${PN}-fix-mem-leak.patch" "${WORKDIR}/${PN}-fix-oob.patch" )
+PATCHES=(
+	"${WORKDIR}/${PN}-update-webrtc.patch"
+	"${WORKDIR}/${PN}-fix-mem-leak.patch"
+	"${WORKDIR}/${PN}-fix-oob.patch"
+)

diff --git a/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild b/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild
index dd9c47a2c7..553840e61c 100644
--- a/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild
+++ b/dev-python/wheezy-template/wheezy-template-3.1.0.ebuild
@@ -17,9 +17,9 @@ HOMEPAGE="https://github.com/akornatskyy/wheezy.template"
 # as usual pypi doesn't contains tests
 SRC_URI="https://github.com/akornatskyy/wheezy.template/archive/refs/tags/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
 S="${WORKDIR}/${MY_P}"
-KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 DEPEND="dev-python/cython[${PYTHON_USEDEP}]"
 

diff --git a/dev-python/xattr/xattr-1.0.0.ebuild b/dev-python/xattr/xattr-1.0.0.ebuild
index cd33536e29..824aee7660 100644
--- a/dev-python/xattr/xattr-1.0.0.ebuild
+++ b/dev-python/xattr/xattr-1.0.0.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 	https://github.com/xattr/xattr
 "
 
-SLOT="0"
 LICENSE="Apache-2.0"
+SLOT="0"
 KEYWORDS="~amd64"
 
 BDEPEND="

diff --git a/dev-python/xattr/xattr-1.1.0.ebuild b/dev-python/xattr/xattr-1.1.0.ebuild
index cd33536e29..824aee7660 100644
--- a/dev-python/xattr/xattr-1.1.0.ebuild
+++ b/dev-python/xattr/xattr-1.1.0.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
 	https://github.com/xattr/xattr
 "
 
-SLOT="0"
 LICENSE="Apache-2.0"
+SLOT="0"
 KEYWORDS="~amd64"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-13 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 22:38 [gentoo-commits] repo/proj/guru:master commit in: dev-python/curio/, dev-python/oauth2/, dev-python/iOSbackup/, dev-python/xattr/, Julien Roy
2024-05-13 22:21 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/NSKeyedUnArchiver/, dev-python/faust-cchardet/, dev-python/evernote3/, Julien Roy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox