2024-09-09 15:33:48 UTC

This commit is contained in:
Repository mirror & CI
2024-09-09 15:33:48 +00:00
parent 8029f9c74b
commit b28ba3d919
9 changed files with 26 additions and 29 deletions

View File

@@ -1,16 +0,0 @@
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/2.1.2.tar.gz -> python-statemachine-2.1.2.gh.tar.gz
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 out-of-source-utils a0eb740debe3d472355e8bc52f62e0ac multibuild 45df57b1877333d70a9e894f6c8fdb3a multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 515591e76fa89a2359ed45d26bf9c774
_md5_=6ef1a173ee0e004223f1dcc9dff719bf

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/pydot[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/pytest-asyncio[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/pydot[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
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 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/pydot[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/fgmacedo/python-statemachine/archive/refs/tags/v2.3.5.tar.gz -> python-statemachine-2.3.5.gh.tar.gz
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 out-of-source-utils a0eb740debe3d472355e8bc52f62e0ac multibuild 45df57b1877333d70a9e894f6c8fdb3a multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 515591e76fa89a2359ed45d26bf9c774
_md5_=610469c7e9acd6685ef6492db1ac85b0

View File

@@ -11,6 +11,6 @@ KEYWORDS=~amd64
LICENSE=CC-BY-SA-3.0 OFL-1.1 BSD
RDEPEND=client? ( media-libs/libglvnd media-libs/freetype media-libs/glew media-libs/libogg media-libs/libsdl2 media-libs/opus media-libs/opusfile media-libs/libpng media-libs/x264 media-sound/wavpack x11-libs/libnotify videorecorder? ( media-video/ffmpeg ) ) dev-libs/glib sys-libs/zlib dev-libs/openssl dev-db/sqlite download-gtest? ( dev-cpp/gtest dev-vcs/git ) net-misc/curl upnp? ( net-libs/miniupnpc ) vulkan? ( media-libs/vulkan-loader media-libs/libsdl2[vulkan] ) websockets? ( net-libs/libwebsockets[client] )
SLOT=0
SRC_URI=https://github.com/ddnet/ddnet/archive/refs/tags/18.4.tar.gz -> ddnet-18.4.tar.gz https://crates.io/api/v1/crates/cc/1.0.73/download -> cc-1.0.73.crate https://crates.io/api/v1/crates/cxx/1.0.71/download -> cxx-1.0.71.crate https://crates.io/api/v1/crates/cxxbridge-flags/1.0.71/download -> cxxbridge-flags-1.0.71.crate https://crates.io/api/v1/crates/cxxbridge-macro/1.0.71/download -> cxxbridge-macro-1.0.71.crate https://crates.io/api/v1/crates/link-cplusplus/1.0.6/download -> link-cplusplus-1.0.6.crate https://crates.io/api/v1/crates/proc-macro2/1.0.40/download -> proc-macro2-1.0.40.crate https://crates.io/api/v1/crates/quote/1.0.20/download -> quote-1.0.20.crate https://crates.io/api/v1/crates/syn/1.0.98/download -> syn-1.0.98.crate https://crates.io/api/v1/crates/unicode-ident/1.0.1/download -> unicode-ident-1.0.1.crate
SRC_URI=https://github.com/ddnet/ddnet/archive/refs/tags/18.5.tar.gz -> ddnet-18.5.tar.gz https://crates.io/api/v1/crates/cc/1.0.73/download -> cc-1.0.73.crate https://crates.io/api/v1/crates/cxx/1.0.71/download -> cxx-1.0.71.crate https://crates.io/api/v1/crates/cxxbridge-flags/1.0.71/download -> cxxbridge-flags-1.0.71.crate https://crates.io/api/v1/crates/cxxbridge-macro/1.0.71/download -> cxxbridge-macro-1.0.71.crate https://crates.io/api/v1/crates/link-cplusplus/1.0.6/download -> link-cplusplus-1.0.6.crate https://crates.io/api/v1/crates/proc-macro2/1.0.40/download -> proc-macro2-1.0.40.crate https://crates.io/api/v1/crates/quote/1.0.20/download -> quote-1.0.20.crate https://crates.io/api/v1/crates/syn/1.0.98/download -> syn-1.0.98.crate https://crates.io/api/v1/crates/unicode-ident/1.0.1/download -> unicode-ident-1.0.1.crate
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 rust-toolchain 3f822985d9297438ed2443aa1fbdf33e cargo c806360bab90e2b49223df1810172c2b ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 5465aed08f1dfc2a75f14cbea4272961 cmake 10a50dfaf728b802fcfd37f8d0da9056 python-utils-r1 6881b056477c23167d9a6b33e146374e python-any-r1 5af215c3da6aef17a2d5e02968df1d5a xdg 8d7d90c01b1b1c2602dab6fc6b177097
_md5_=8e74636192c57d82ec5a53adaeaea03b

View File

@@ -2,12 +2,10 @@ DEFINED_PHASES=install
DESCRIPTION=Hyprshot is a utility to easily take screenshot in Hyprland using your mouse
EAPI=8
HOMEPAGE=https://github.com/Gustash/Hyprshot/
INHERIT=optfeature
IUSE=+xdg
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-misc/jq app-shells/bash gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/hyprland x11-libs/libnotify xdg? ( x11-misc/xdg-user-dirs )
SLOT=0
SRC_URI=https://github.com/Gustash/Hyprshot/archive/refs/tags/1.2.3.tar.gz -> hyprshot-1.2.3.tar.gz
_eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=4f7db15cb37b0e50be57844763c56110
_md5_=0c7b425d7954f290b66ece2a526424e6

View File

@@ -2,12 +2,10 @@ DEFINED_PHASES=install
DESCRIPTION=Hyprshot is a utility to easily take screenshot in Hyprland using your mouse
EAPI=8
HOMEPAGE=https://github.com/Gustash/Hyprshot/
INHERIT=optfeature
IUSE=+xdg +freeze
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-misc/jq app-shells/bash gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/hyprland x11-libs/libnotify xdg? ( x11-misc/xdg-user-dirs ) freeze? ( gui-apps/hyprpicker )
SLOT=0
SRC_URI=https://github.com/Gustash/Hyprshot/archive/refs/tags/1.3.0.tar.gz -> hyprshot-1.3.0.tar.gz
_eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=610c434bfbd9af64626361a4cd5e18ad
_md5_=62706b79c81a59e7af0a46747041e3d1

View File

@@ -3,11 +3,11 @@ DEFINED_PHASES=install unpack
DESCRIPTION=Hyprshot is an utility to easily take screenshot in Hyprland using your mouse
EAPI=8
HOMEPAGE=https://github.com/Gustash/Hyprshot/
INHERIT=git-r3 optfeature
INHERIT=git-r3
IUSE=+xdg +freeze
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=app-misc/jq app-shells/bash gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/hyprland x11-libs/libnotify xdg? ( x11-misc/xdg-user-dirs ) freeze? ( gui-apps/hyprpicker )
SLOT=0
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=d439f0184255f49cff7bccbeca819e63
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=ca180b0e7d9189e67a707bc5a61b4d6b

View File

@@ -817,7 +817,7 @@ dev-python/python-octaviaclient 3.7.0: A client for the OpenStack Octavia API
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.3 5.11.4: Python implementation of the Socket.IO realtime server.
dev-python/python-statemachine 2.1.2 2.3.3 2.3.4: Python Finite State Machines made easy.
dev-python/python-statemachine 2.3.3 2.3.4 2.3.5: 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-r1 5.1-r1: A lightweight cross-platform wrapper around a webview component
dev-python/queuelib 1.6.2: Collection of persistent and non-persistent queues for Python
@@ -978,7 +978,7 @@ dev-zig/zls 0.10.0-r2 0.13.0 9999: The officially unofficial Ziglang language se
games-action/ATLauncher 3.4.3.1 3.4.27.0: Minecraft launcher which integrates multiple different ModPacks
games-action/blackvoxel 2.50 9999: Blackvoxel Video Game
games-action/classicube 1.3.6 9999: Reverse-engineered Minecraft Classic client
games-action/ddnet 18.4 9999: DDraceNetwork, a cooperative racing mod of Teeworlds
games-action/ddnet 18.5 9999: DDraceNetwork, a cooperative racing mod of Teeworlds
games-action/netrek-brmh 2.6.0: brmh client for netrek
games-action/netrek-cow 3.3.2: cow client for netrek
games-action/technic-launcher 4.625 4.768 4.822: Minecraft launcher for community-made modpacks on the Technic Platform

View File

@@ -1 +1 @@
Mon, 09 Sep 2024 09:51:16 +0000
Mon, 09 Sep 2024 15:33:48 +0000