summaryrefslogtreecommitdiff
path: root/dev-python/adb-shell
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/adb-shell
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.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.4-r1.ebuild36
-rw-r--r--dev-python/adb-shell/metadata.xml12
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/adb-shell/Manifest b/dev-python/adb-shell/Manifest
deleted file mode 100644
index e297d670ffef..000000000000
--- a/dev-python/adb-shell/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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.4-r1.ebuild b/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild
deleted file mode 100644
index 0c9d49480ed2..000000000000
--- a/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild
+++ /dev/null
@@ -1,36 +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_{13..14} )
-
-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/async-timeout[${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/metadata.xml b/dev-python/adb-shell/metadata.xml
deleted file mode 100644
index 628dd2998e72..000000000000
--- a/dev-python/adb-shell/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>stkw0@disroot.org</email>
- <name>David Roman</name>
- </maintainer>
- <upstream>
- <remote-id type="github">JeffLIrion/adb_shell</remote-id>
- <remote-id type="pypi">adb-shell</remote-id>
- </upstream>
-</pkgmetadata>