2023-09-14 15:01:33 UTC

This commit is contained in:
Repository mirror & CI
2023-09-14 15:01:33 +00:00
parent 129f2748e9
commit fbd2e66459
7 changed files with 44 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( dev-python/aiofiles[python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_11(-)?] dev-python/pyasn1[python_targets_python3_11(-)?] dev-python/rsa[python_targets_python3_11(-)?] dev-python/pycryptodome[python_targets_python3_11(-)?] dev-python/libusb1[python_targets_python3_11(-)?] )
DESCRIPTION=A Python implementation of ADB with shell and FileSync functionality.
EAPI=8
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
INHERIT=distutils-r1
IUSE=test python_targets_python3_11
KEYWORDS=~amd64 ~x86
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/JeffLIrion/adb_shell/archive/refs/tags/v0.4.3.tar.gz -> adb-shell-0.4.3.gh.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce
_md5_=47efea801e5e11f66c9cfede846a08e8
_md5_=dcab0b6e285d755eaffd39ce5ed91592

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/aiofiles[python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_11(-)?] dev-python/pyasn1[python_targets_python3_11(-)?] dev-python/rsa[python_targets_python3_11(-)?] python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_11(-)?] ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-13[python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( dev-python/aiofiles[python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_11(-)?] dev-python/pyasn1[python_targets_python3_11(-)?] dev-python/rsa[python_targets_python3_11(-)?] dev-python/pycryptodome[python_targets_python3_11(-)?] dev-python/libusb1[python_targets_python3_11(-)?] )
DESCRIPTION=A Python implementation of ADB with shell and FileSync functionality.
EAPI=8
HOMEPAGE=https://pypi.org/project/adb-shell/ https://github.com/JeffLIrion/adb_shell
INHERIT=distutils-r1
IUSE=test python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND=dev-python/aiofiles[python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_11(-)?] dev-python/pyasn1[python_targets_python3_11(-)?] dev-python/rsa[python_targets_python3_11(-)?] python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_11 ) || ( python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/JeffLIrion/adb_shell/archive/refs/tags/v0.4.4.tar.gz -> adb-shell-0.4.4.gh.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce
_md5_=dcab0b6e285d755eaffd39ce5ed91592

View File

@@ -1,17 +0,0 @@
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/bidict[python_targets_python3_10(-)?] >=dev-python/python-engineio-4.0.0[python_targets_python3_10(-)?] client? ( dev-python/requests[python_targets_python3_10(-)?] dev-python/websocket-client[python_targets_python3_10(-)?] ) asyncio-client? ( dev-python/aiohttp[python_targets_python3_10(-)?] dev-python/websockets[python_targets_python3_10(-)?] )
DESCRIPTION=Python implementation of the Socket.IO realtime server.
EAPI=8
HOMEPAGE=https://python-socketio.readthedocs.org/ https://github.com/miguelgrinberg/python-socketio/ https://pypi.org/project/python-socketio
INHERIT=distutils-r1 pypi
IUSE=client asyncio-client python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/bidict[python_targets_python3_10(-)?] >=dev-python/python-engineio-4.0.0[python_targets_python3_10(-)?] client? ( dev-python/requests[python_targets_python3_10(-)?] dev-python/websocket-client[python_targets_python3_10(-)?] ) asyncio-client? ( dev-python/aiohttp[python_targets_python3_10(-)?] dev-python/websockets[python_targets_python3_10(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 ) || ( python_targets_python3_10 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/python-socketio/python-socketio-5.1.0.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=7906fb6f7c4db5b913137440bd24e775

View File

@@ -0,0 +1,17 @@
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/bidict[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-engineio-4.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] client? ( dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/websocket-client[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) asyncio-client? ( dev-python/aiohttp[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/websockets[python_targets_python3_10(-)?,python_targets_python3_11(-)?] )
DESCRIPTION=Python implementation of the Socket.IO realtime server.
EAPI=8
HOMEPAGE=https://python-socketio.readthedocs.org/ https://github.com/miguelgrinberg/python-socketio/ https://pypi.org/project/python-socketio
INHERIT=distutils-r1 pypi
IUSE=client asyncio-client python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/bidict[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-engineio-4.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] client? ( dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/websocket-client[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) asyncio-client? ( dev-python/aiohttp[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/websockets[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) || ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/python-socketio/python-socketio-5.9.0.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=7c37fbd7f984f212a83c9a4d4f067e13

View File

@@ -1,16 +1,16 @@
BDEPEND=doc? ( dev-python/sortedcontainers[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/sortedcontainers[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] ) ( dev-python/pypy3 >=dev-python/sphinx-5.3.0[python_targets_pypy3(-)] ) ) ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=doc? ( dev-python/sortedcontainers[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/sortedcontainers[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-5.3.0[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] ) ( dev-python/pypy3 >=dev-python/sphinx-5.3.0[python_targets_pypy3(-)] ) ) ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Apache2 licensed Python sorted collections library
EAPI=8
HOMEPAGE=https://pypi.org/project/sortedcollections/ https://github.com/grantjenks/python-sortedcollections
INHERIT=distutils-r1
IUSE=test doc python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
IUSE=test doc python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=dev-python/sortedcontainers[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
RDEPEND=dev-python/sortedcontainers[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/grantjenks/python-sortedcollections/archive/refs/tags/v2.1.0.tar.gz -> sortedcollections-2.1.0.gh.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce
_md5_=56a521beb6fedc73a3568acca9b59c56
_md5_=72582d243f2e31cb5e5cb6c60ac23e9b