diff --git a/dev-python/adb-shell/Manifest b/dev-python/adb-shell/Manifest index 68ffdaf45..e213b45eb 100644 --- a/dev-python/adb-shell/Manifest +++ b/dev-python/adb-shell/Manifest @@ -1,3 +1,3 @@ -DIST adb-shell-0.4.3.tar.gz 43940 BLAKE2B be32884e9d0f5e6cc12edacaede37c49e8165e95adf73a54cd3e69ed036cb55eced2f727ec9e757e81db1ee3928697f9fa8ca0bd4fe74164c17745ef65a85d11 SHA512 f6c1618d1cf2f8e3771c6675920971f44e1fe2d5db06e5d23bb3519002693f5b4a32dee7f5a07b25415bca03afce6329043b277d29eb30a9baf77f911d4a73b8 -EBUILD adb-shell-0.4.3.ebuild 1027 BLAKE2B f038cafa2c892e78866583e45b9a971caf4b4469cc3240030702cb461db2e2123275ac882691c5dd1cfd1d694aeca08f5c549dd12fa3d98e089de0d5cf2d163f SHA512 2e458d6f4da4c8088b71821675a8d530da8bc3c0ba877b067f8a5698427095d2231dde8eead7b1e270ca47bb74c4a5b35f4891df18484ed777e98e02de6805d5 +DIST adb_shell-0.4.3.tar.gz 43940 BLAKE2B be32884e9d0f5e6cc12edacaede37c49e8165e95adf73a54cd3e69ed036cb55eced2f727ec9e757e81db1ee3928697f9fa8ca0bd4fe74164c17745ef65a85d11 SHA512 f6c1618d1cf2f8e3771c6675920971f44e1fe2d5db06e5d23bb3519002693f5b4a32dee7f5a07b25415bca03afce6329043b277d29eb30a9baf77f911d4a73b8 +EBUILD adb-shell-0.4.3.ebuild 951 BLAKE2B 720fd9ecbb3e2c2ace86b31fd5efddf4d459448e6ac67cf33e51233bd3492e8d397fb5f5e8f92ed4fa5e533600091a187b2a47ddc6ab9ec2c6ee5c93f16dd032 SHA512 d43611ec05534ba71e0488a3f29ffbbfceeedb1b2fc804aaab066f5affd0efa5369e683bb8f8787276cc32ac8b274d30fdd1874473b4d6556b816142465611c6 MISC metadata.xml 529 BLAKE2B bcd617759d07b5b6d901f76ea98e63e613d3a5fef6cbe1c62b489e7e78c21f4c8ae950d58035b4e2c8999261faa44a62f155c46b00908547cba5c90e7033cf01 SHA512 2b2ef1784cf686ad00032fa3513fd10e3241bdf9711bcc2ec93593a33a0882c819053ed51727c003241c4852f80a8f61f253eb651b61b3535666773065d048e2 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 9460f9e43..482f73ff4 100644 --- a/dev-python/adb-shell/adb-shell-0.4.3.ebuild +++ b/dev-python/adb-shell/adb-shell-0.4.3.ebuild @@ -1,17 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi DESCRIPTION="A Python implementation of ADB with shell and FileSync functionality." HOMEPAGE="https://github.com/JeffLIrion/adb_shell https://pypi.org/project/adb-shell/" -MY_P=${PN/-/_}-${PV} -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0"