mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
2025-06-10 10:24:04 UTC
This commit is contained in:
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=media-libs/libsdl3 dev-python/aiohttp[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/pysdl3/pysdl3-0.9.8b1.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/pysdl3/pysdl3-0.9.8b3.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=83344cf462bf2b04b9276d1f7583866d
|
||||
@@ -1,12 +1,14 @@
|
||||
BDEPEND=virtual/pkgconfig
|
||||
DEFINED_PHASES=compile install
|
||||
DEFINED_PHASES=configure install
|
||||
DEPEND=dev-libs/wayland
|
||||
DESCRIPTION=change output power modes in wlroots compositors
|
||||
EAPI=8
|
||||
HOMEPAGE=https://git.sr.ht/~dsemy/wlr-dpms
|
||||
HOMEPAGE=https://sr.ht/~dsemy/wlr-dpms/
|
||||
INHERIT=flag-o-matic
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/wayland
|
||||
SLOT=0
|
||||
SRC_URI=https://git.sr.ht/~dsemy/wlr-dpms/archive/d0e64122e2b2718da26223e8add3211f5dbeb23a.tar.gz -> wlr-dpms-0_p20240130.tar.gz
|
||||
_md5_=8b6331a30cb81d7dbeb67e8801899b20
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a
|
||||
_md5_=814d428c86c6960fbb3e3bb7ecb3fd60
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=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-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Saving and restoring i3 workspaces
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/JonnyHaystack/i3-resurrect https://pypi.org/project/i3-resurrect
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-python/i3ipc[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/natsort[python_targets_python3_11(-)?,python_targets_python3_12(-)?] x11-wm/i3 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 )
|
||||
RDEPEND=dev-python/i3ipc[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/natsort[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] x11-wm/i3 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/i/i3-resurrect/i3-resurrect-1.4.5.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=aedf6f9c4b5b5ffff9db14f21bdae00a
|
||||
_md5_=b3f3d0b60bce9a96e9f1f74b3d8a0266
|
||||
|
||||
@@ -796,7 +796,7 @@ dev-python/pyperscan 0.3.0: An opinionated Python binding for Hyperscan
|
||||
dev-python/pyproject2ebuild 0.0.3: Convert pyproject.toml to Gentoo ebuilds automatically.
|
||||
dev-python/pyqtdarktheme 2.1.0: A flat dark theme for PySide and PyQt.
|
||||
dev-python/pyrime 0.0.7: rime for python
|
||||
dev-python/pysdl3 0.9.8_beta1 0.9.8_beta2: A pure Python wrapper for SDL3
|
||||
dev-python/pysdl3 0.9.8_beta2 0.9.8_beta3: A pure Python wrapper for SDL3
|
||||
dev-python/pysnooper 1.2.0 1.2.1: Never use print for debugging again
|
||||
dev-python/pyspellchecker 0.8.2: Pure python spell checker based on work by Peter Norvig
|
||||
dev-python/pystardict 0.8-r1: Library for manipulating StarDict dictionaries from within Python
|
||||
|
||||
@@ -1 +1 @@
|
||||
Tue, 10 Jun 2025 08:54:10 +0000
|
||||
Tue, 10 Jun 2025 10:24:04 +0000
|
||||
|
||||
Reference in New Issue
Block a user