2024-07-09 10:33:58 UTC

This commit is contained in:
Repository mirror & CI
2024-07-09 10:33:58 +00:00
parent 04ceaf4e45
commit 2c01c23ee8
4 changed files with 22 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ BDEPEND=doc? ( dev-python/sphinx-rtd-theme ) doc? ( || ( ( dev-lang/python:3.12
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python bindings for the Plex API.
EAPI=8
HOMEPAGE=https://pypi.org/project/plexapi/ https://github.com/pkkid/python-plexapi
HOMEPAGE=https://pypi.org/project/PlexAPI/ https://github.com/pkkid/python-plexapi
INHERIT=distutils-r1
IUSE=doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
@@ -11,6 +11,6 @@ RDEPEND=dev-python/requests[python_targets_python3_10(-)?,python_targets_python3
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/pkkid/python-plexapi/archive/refs/tags/4.15.11.tar.gz -> plexapi-4.15.11.gh.tar.gz
SRC_URI=https://github.com/pkkid/python-plexapi/archive/refs/tags/4.15.15.tar.gz -> plexapi-4.15.15.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 f11e1bc907da246e941fbae648327823
_md5_=8b750d2a49fc321bd2d3e088cc979272
_md5_=4670ef5ce162a62222e427e9313c1070

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/pydot[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/pydot[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python Finite State Machines made easy.
EAPI=8
HOMEPAGE=https://pypi.org/project/python-statemachine/ https://github.com/fgmacedo/python-statemachine
INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/pydot[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/fgmacedo/python-statemachine/archive/refs/tags/v2.3.3.tar.gz -> python-statemachine-2.3.3.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 f11e1bc907da246e941fbae648327823
_md5_=90aa46a73fca71562a658a4ffe02f018

View File

@@ -735,7 +735,7 @@ dev-python/pg8000 1.29.4: PostgreSQL interface library
dev-python/phx-class-registry 4.0.6-r1 4.1.0: An intersection of the Registry and Factory pattern
dev-python/pillow-heif 0.15.0: Python interface for libheif library
dev-python/playsound 1.3.0: Single function module with no dependencies for playing sounds
dev-python/plexapi 4.15.11 4.15.14: Python bindings for the Plex API.
dev-python/plexapi 4.15.14 4.15.15: Python bindings for the Plex API.
dev-python/plotext 5.3.0: Plotting on terminal
dev-python/plum 0.8.7: Pack/Unpack Memory
dev-python/podman-compose 1.0.6: A script to run docker-compose.yml using Podman
@@ -789,7 +789,7 @@ dev-python/python-lsp-mypy 0.6.8: Mypy plugin for the Python LSP Server
dev-python/python-olm 3.2.16: Python bindings for dev-libs/olm
dev-python/python-pidfile 3.0.0-r1 3.1.1: PIDFile context processor. Supported py2 and py3
dev-python/python-socketio 5.11.0 5.11.1: Python implementation of the Socket.IO realtime server.
dev-python/python-statemachine 2.1.2: Python Finite State Machines made easy.
dev-python/python-statemachine 2.1.2 2.3.3: Python Finite State Machines made easy.
dev-python/python-telegram-bot 20.6-r1 21.1.1 9999: Python wrapper of telegram bots API
dev-python/pywebview 4.4.1 5.1: A lightweight cross-platform wrapper around a webview component
dev-python/queuelib 1.6.2: Collection of persistent and non-persistent queues for Python

View File

@@ -1 +1 @@
Tue, 09 Jul 2024 10:04:13 +0000
Tue, 09 Jul 2024 10:33:58 +0000