summaryrefslogtreecommitdiff
path: root/dev-python/adb-shell
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-13 18:10:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-13 18:10:13 +0000
commit216d4e1f722fef2d6bc508cbd3373a130ba00f48 (patch)
tree7557639918127a5ed1f5b34b87a488a8cf983e27 /dev-python/adb-shell
parent2a472330bac79a0535ef78e10224ded4d6c0cc93 (diff)
downloadbaldeagleos-repo-216d4e1f722fef2d6bc508cbd3373a130ba00f48.tar.gz
baldeagleos-repo-216d4e1f722fef2d6bc508cbd3373a130ba00f48.tar.xz
baldeagleos-repo-216d4e1f722fef2d6bc508cbd3373a130ba00f48.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/metadata.xml10
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/adb-shell/Manifest b/dev-python/adb-shell/Manifest
new file mode 100644
index 000000000000..6267d08bd8ed
--- /dev/null
+++ b/dev-python/adb-shell/Manifest
@@ -0,0 +1 @@
+DIST adb-shell-0.4.3.gh.tar.gz 75004 BLAKE2B c7e49766dfa70db60eb300f747957397c252325670b40d0d7355ae321558ac671bdcc5beb6b16876b79f7d803b933c1d26d41a5799b4fe058fbdb9739442389a SHA512 be6d5a86ab094af0191dccea816a6688ed8d0e33811efe810d6d6306e0ff30f2afddc8f51e48981eb0d767eb4f98ab0fbbac924b7340f217b7bfbbf800241e54
diff --git a/dev-python/adb-shell/adb-shell-0.4.3.ebuild b/dev-python/adb-shell/adb-shell-0.4.3.ebuild
new file mode 100644
index 000000000000..59577ec13a83
--- /dev/null
+++ b/dev-python/adb-shell/adb-shell-0.4.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+
+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"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/adb_shell-${PV}"
+
+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/metadata.xml b/dev-python/adb-shell/metadata.xml
new file mode 100644
index 000000000000..56988650ec34
--- /dev/null
+++ b/dev-python/adb-shell/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file