public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/adb-shell/
@ 2023-08-13 15:25 David Roman
  2023-08-13 15:44 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 8+ messages in thread
From: David Roman @ 2023-08-13 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c61a242093fef5ac4f337a7bec7a9bba285654a7
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Aug 13 15:25:50 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Aug 13 15:25:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c61a2420

dev-python/adb-shell: new package, add 0.4.3

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/adb-shell/Manifest               |  1 +
 dev-python/adb-shell/adb-shell-0.4.3.ebuild | 35 +++++++++++++++++++++++++++++
 dev-python/adb-shell/metadata.xml           | 12 ++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/adb-shell/Manifest b/dev-python/adb-shell/Manifest
new file mode 100644
index 0000000000..6267d08bd8
--- /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 0000000000..a04a09421c
--- /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_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"
+
+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 0000000000..d200380eea
--- /dev/null
+++ b/dev-python/adb-shell/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</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>


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/adb-shell/
  2023-08-13 15:25 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/adb-shell/ David Roman
@ 2023-08-13 15:44 ` David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-08-13 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c61a242093fef5ac4f337a7bec7a9bba285654a7
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Aug 13 15:25:50 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Aug 13 15:25:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c61a2420

dev-python/adb-shell: new package, add 0.4.3

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/adb-shell/Manifest               |  1 +
 dev-python/adb-shell/adb-shell-0.4.3.ebuild | 35 +++++++++++++++++++++++++++++
 dev-python/adb-shell/metadata.xml           | 12 ++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/adb-shell/Manifest b/dev-python/adb-shell/Manifest
new file mode 100644
index 0000000000..6267d08bd8
--- /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 0000000000..a04a09421c
--- /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_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"
+
+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 0000000000..d200380eea
--- /dev/null
+++ b/dev-python/adb-shell/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</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>


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/adb-shell/
  2023-08-13 15:29 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2023-08-13 15:44 ` David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-08-13 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e1dbda71937357a758cdb8571058e22ccc2f7a12
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Aug 13 15:29:35 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Aug 13 15:29:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1dbda71

dev-python/adb-shell: keyword 0.4.3 for ~x86

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/adb-shell/adb-shell-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a04a09421c..e2f75fbe49 100644
--- a/dev-python/adb-shell/adb-shell-0.4.3.ebuild
+++ b/dev-python/adb-shell/adb-shell-0.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/JeffLIrion/adb_shell/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 S="${WORKDIR}/adb_shell-${PV}"
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/adb-shell/
  2023-09-14 14:54 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2023-09-14 14:54 ` David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-09-14 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0f027cff05cd7a65569a788712171b2b077697f3
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 14 14:54:29 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 14 14:54:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f027cff

dev-python/adb-shell: update HOMEPAGE

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/adb-shell/Manifest               | 1 +
 dev-python/adb-shell/adb-shell-0.4.3.ebuild | 2 +-
 dev-python/adb-shell/metadata.xml           | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/adb-shell/Manifest b/dev-python/adb-shell/Manifest
index 6267d08bd8..92a4f97991 100644
--- a/dev-python/adb-shell/Manifest
+++ b/dev-python/adb-shell/Manifest
@@ -1 +1,2 @@
 DIST adb-shell-0.4.3.gh.tar.gz 75004 BLAKE2B c7e49766dfa70db60eb300f747957397c252325670b40d0d7355ae321558ac671bdcc5beb6b16876b79f7d803b933c1d26d41a5799b4fe058fbdb9739442389a SHA512 be6d5a86ab094af0191dccea816a6688ed8d0e33811efe810d6d6306e0ff30f2afddc8f51e48981eb0d767eb4f98ab0fbbac924b7340f217b7bfbbf800241e54
+DIST adb-shell-0.4.4.gh.tar.gz 75043 BLAKE2B 2327a99e2eaffa783a4cdcbeb5dccf55ed0bccbb15a9f4d7f56dee7042f7b8a40458a3e4ed6b76e2db94ba525b3e01de4eb5d7767671b54d1eba08aec98f3d83 SHA512 417f999408ce4b38f963b6ede651b8ae634a52163ddf8ad488a2e8e93f7d917e0fe022f6ecec44557dd70bb1383faeb322b53b0ef23aef4c8a4e104e39f6d253

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 e2f75fbe49..5b0420c775 100644
--- a/dev-python/adb-shell/adb-shell-0.4.3.ebuild
+++ b/dev-python/adb-shell/adb-shell-0.4.3.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_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"
+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"

diff --git a/dev-python/adb-shell/metadata.xml b/dev-python/adb-shell/metadata.xml
index d200380eea..66ade2abf7 100644
--- a/dev-python/adb-shell/metadata.xml
+++ b/dev-python/adb-shell/metadata.xml
@@ -6,7 +6,7 @@
 		<name>David Roman</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">JeffLIrion/adb-shell</remote-id>
+		<remote-id type="github">JeffLIrion/adb_shell</remote-id>
 		<remote-id type="pypi">adb-shell</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/adb-shell/
  2023-09-14 14:58 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2023-09-14 14:58 ` David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-09-14 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     255c80f5361a896540f95d00b296b20940b641f6
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 14 14:58:08 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 14 14:58:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=255c80f5

dev-python/adb-shell: add 0.4.4

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/adb-shell/adb-shell-0.4.4.ebuild | 35 +++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-python/adb-shell/adb-shell-0.4.4.ebuild b/dev-python/adb-shell/adb-shell-0.4.4.ebuild
new file mode 100644
index 0000000000..5b0420c775
--- /dev/null
+++ b/dev-python/adb-shell/adb-shell-0.4.4.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_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


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/adb-shell/
@ 2023-10-10 15:41 Haelwenn Monnier
  0 siblings, 0 replies; 8+ messages in thread
From: Haelwenn Monnier @ 2023-10-10 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c0576e741cf932b892f033e509433416d9dea7e9
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct 10 13:09:59 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Oct 10 13:10:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0576e74

dev-python/adb-shell: add missing RDEPEND

Closes: https://bugs.gentoo.org/914216
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild | 36 ++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

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
new file mode 100644
index 0000000000..03d3f5cebb
--- /dev/null
+++ b/dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_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/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


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/adb-shell/
  2024-01-11 16:43 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2024-01-11 16:43 ` David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2024-01-11 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     909454f4394a44ed4b725d0d2ad95ab3a468adc3
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 11 16:43:01 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jan 11 16:43:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=909454f4

dev-python/adb-shell: update Manifest

Closes: https://bugs.gentoo.org/921736
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/adb-shell/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/adb-shell/Manifest b/dev-python/adb-shell/Manifest
index 92a4f97991..b02bd49af6 100644
--- a/dev-python/adb-shell/Manifest
+++ b/dev-python/adb-shell/Manifest
@@ -1,2 +1,2 @@
 DIST adb-shell-0.4.3.gh.tar.gz 75004 BLAKE2B c7e49766dfa70db60eb300f747957397c252325670b40d0d7355ae321558ac671bdcc5beb6b16876b79f7d803b933c1d26d41a5799b4fe058fbdb9739442389a SHA512 be6d5a86ab094af0191dccea816a6688ed8d0e33811efe810d6d6306e0ff30f2afddc8f51e48981eb0d767eb4f98ab0fbbac924b7340f217b7bfbbf800241e54
-DIST adb-shell-0.4.4.gh.tar.gz 75043 BLAKE2B 2327a99e2eaffa783a4cdcbeb5dccf55ed0bccbb15a9f4d7f56dee7042f7b8a40458a3e4ed6b76e2db94ba525b3e01de4eb5d7767671b54d1eba08aec98f3d83 SHA512 417f999408ce4b38f963b6ede651b8ae634a52163ddf8ad488a2e8e93f7d917e0fe022f6ecec44557dd70bb1383faeb322b53b0ef23aef4c8a4e104e39f6d253
+DIST adb-shell-0.4.4.gh.tar.gz 77869 BLAKE2B f10cfd62fee6a7f81ef47b91b32fc2ea53121c29388bcd6722c2c30276f0f81d69dd93c63c9bb376009dda1ce0b0163a675672e882824619e6b858b5af44b27b SHA512 55533cdc04b5ff78bd5edbbf784a624ba33885933061fd7399194b529ce1d93deb8fea358909c6aee0133e95e4d6865be07a5ad48a612bb01686ae9f0e29565b


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/adb-shell/
@ 2024-06-07 21:48 Julien Roy
  0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-06-07 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5ecab4a3636eecc885ef828274b8419e0be50c22
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Jun  7 10:43:02 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jun  7 10:43:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ecab4a3

dev-python/adb-shell: enable py3.12

Test passes.

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/adb-shell/adb-shell-0.4.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 9334ecc9d..f8cba0d5c 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
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# 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_11 )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit distutils-r1
 


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

end of thread, other threads:[~2024-06-07 21:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-13 15:25 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/adb-shell/ David Roman
2023-08-13 15:44 ` [gentoo-commits] repo/proj/guru:master " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2023-08-13 15:29 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-08-13 15:44 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-09-14 14:54 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-09-14 14:54 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-09-14 14:58 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-09-14 14:58 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-10-10 15:41 Haelwenn Monnier
2024-01-11 16:43 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-01-11 16:43 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-06-07 21:48 Julien Roy

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