summaryrefslogtreecommitdiff
path: root/dev-python/adb-shell
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-03 06:58:45 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-03 06:58:45 +0000
commit0dd4db15f9556ddfeaee24e7d14249d4727d70ef (patch)
treed542995efabb186f3eed5548cb35ec3a3c081c51 /dev-python/adb-shell
parente1b3589931e6073f03fab1bc3d6db0978d085414 (diff)
downloadbaldeagleos-repo-0dd4db15f9556ddfeaee24e7d14249d4727d70ef.tar.gz
baldeagleos-repo-0dd4db15f9556ddfeaee24e7d14249d4727d70ef.tar.xz
baldeagleos-repo-0dd4db15f9556ddfeaee24e7d14249d4727d70ef.zip
Adding metadata
Diffstat (limited to 'dev-python/adb-shell')
-rw-r--r--dev-python/adb-shell/Manifest1
-rw-r--r--dev-python/adb-shell/adb-shell-0.4.3.ebuild35
-rw-r--r--dev-python/adb-shell/adb-shell-0.4.4.ebuild35
3 files changed, 0 insertions, 71 deletions
diff --git a/dev-python/adb-shell/Manifest b/dev-python/adb-shell/Manifest
index b02bd49af68b..e297d670ffef 100644
--- a/dev-python/adb-shell/Manifest
+++ b/dev-python/adb-shell/Manifest
@@ -1,2 +1 @@
-DIST adb-shell-0.4.3.gh.tar.gz 75004 BLAKE2B c7e49766dfa70db60eb300f747957397c252325670b40d0d7355ae321558ac671bdcc5beb6b16876b79f7d803b933c1d26d41a5799b4fe058fbdb9739442389a SHA512 be6d5a86ab094af0191dccea816a6688ed8d0e33811efe810d6d6306e0ff30f2afddc8f51e48981eb0d767eb4f98ab0fbbac924b7340f217b7bfbbf800241e54
DIST adb-shell-0.4.4.gh.tar.gz 77869 BLAKE2B f10cfd62fee6a7f81ef47b91b32fc2ea53121c29388bcd6722c2c30276f0f81d69dd93c63c9bb376009dda1ce0b0163a675672e882824619e6b858b5af44b27b SHA512 55533cdc04b5ff78bd5edbbf784a624ba33885933061fd7399194b529ce1d93deb8fea358909c6aee0133e95e4d6865be07a5ad48a612bb01686ae9f0e29565b
diff --git a/dev-python/adb-shell/adb-shell-0.4.3.ebuild b/dev-python/adb-shell/adb-shell-0.4.3.ebuild
deleted file mode 100644
index 3ddf39ea2707..000000000000
--- a/dev-python/adb-shell/adb-shell-0.4.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python implementation of ADB with shell and FileSync functionality."
-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"
-
-RDEPEND="
- dev-python/aiofiles[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/rsa[${PYTHON_USEDEP}]
-"
-DEPEND="test? (
- ${RDEPEND}
- dev-python/pycryptodome[${PYTHON_USEDEP}]
- dev-python/libusb1[${PYTHON_USEDEP}]
-
-)"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-distutils_enable_tests unittest
diff --git a/dev-python/adb-shell/adb-shell-0.4.4.ebuild b/dev-python/adb-shell/adb-shell-0.4.4.ebuild
deleted file mode 100644
index 3ddf39ea2707..000000000000
--- a/dev-python/adb-shell/adb-shell-0.4.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python implementation of ADB with shell and FileSync functionality."
-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"
-
-RDEPEND="
- dev-python/aiofiles[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/rsa[${PYTHON_USEDEP}]
-"
-DEPEND="test? (
- ${RDEPEND}
- dev-python/pycryptodome[${PYTHON_USEDEP}]
- dev-python/libusb1[${PYTHON_USEDEP}]
-
-)"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-distutils_enable_tests unittest