mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
2026-06-21 13:46:02 UTC
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/babel dev-python/boto3 dev-python/jinja2 dev-python/pillow dev-python/pycurl dev-python/tornado media-video/motion[ffmpeg,v4l] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) virtual/pkgconfig 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_12(-)?,python_targets_python3_13(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=dev-python/babel dev-python/boto3 dev-python/jinja2 dev-python/pillow dev-python/pycurl dev-python/tornado media-video/motion[ffmpeg,v4l]
|
||||
DESCRIPTION=A web frontend for the motion daemon, Python 3
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/motioneye-project/motioneye
|
||||
INHERIT=readme.gentoo-r1 systemd distutils-r1
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-python/babel dev-python/boto3 dev-python/jinja2 dev-python/pillow dev-python/pycurl dev-python/tornado media-video/motion[ffmpeg,v4l] 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 ) || ( python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/motioneye-project/motioneye/archive/refs/tags/0.43.1b5.tar.gz
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 18a01bee4e486884d7457cfacde74099 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4
|
||||
_md5_=d1b6874fe3873a197ef9ba810d73076e
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/babel dev-python/boto3 dev-python/jinja2 dev-python/pillow dev-python/pycurl dev-python/tornado media-video/motion[ffmpeg,v4l] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/argon2-cffi dev-python/babel dev-python/boto3 dev-python/jinja2 dev-python/pillow dev-python/pycurl dev-python/tornado media-video/motion[ffmpeg,v4l] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) virtual/pkgconfig python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=dev-python/babel dev-python/boto3 dev-python/jinja2 dev-python/pillow dev-python/pycurl dev-python/tornado media-video/motion[ffmpeg,v4l]
|
||||
DEPEND=dev-python/argon2-cffi dev-python/babel dev-python/boto3 dev-python/jinja2 dev-python/pillow dev-python/pycurl dev-python/tornado media-video/motion[ffmpeg,v4l]
|
||||
DESCRIPTION=A web frontend for the motion daemon, Python 3
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/motioneye-project/motioneye
|
||||
@@ -8,10 +8,10 @@ INHERIT=readme.gentoo-r1 systemd distutils-r1
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-python/babel dev-python/boto3 dev-python/jinja2 dev-python/pillow dev-python/pycurl dev-python/tornado media-video/motion[ffmpeg,v4l] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
RDEPEND=dev-python/argon2-cffi dev-python/babel dev-python/boto3 dev-python/jinja2 dev-python/pillow dev-python/pycurl dev-python/tornado media-video/motion[ffmpeg,v4l] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) || ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/motioneye-project/motioneye/archive/refs/tags/0.44.0b1.tar.gz
|
||||
SRC_URI=https://github.com/motioneye-project/motioneye/archive/refs/tags/0.44.0b3.tar.gz
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 systemd a964c0cbe818b5729da1dbfcee5be861 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 18a01bee4e486884d7457cfacde74099 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4
|
||||
_md5_=2f4f46ae13bda7425762b018b7a88574
|
||||
_md5_=2813ff040d8f1281e20ab177d313c9b6
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
BDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] dev-python/setuptools[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] dev-python/setuptools[python_targets_python3_14(-)] )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
|
||||
DESCRIPTION=Client/server to synchronize media playback
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Syncplay/syncplay https://syncplay.pl
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop distutils-r1 optfeature xdg
|
||||
IUSE=+client server +gui python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=+client server +gui python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_single_target_python3_12? ( >=dev-python/certifi-2018.11.29[python_targets_python3_12(-)] >=dev-python/twisted-16.4.0[python_targets_python3_12(-),ssl] >=dev-python/pem-21.2.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/certifi-2018.11.29[python_targets_python3_13(-)] >=dev-python/twisted-16.4.0[python_targets_python3_13(-),ssl] >=dev-python/pem-21.2.0[python_targets_python3_13(-)] ) client? ( gui? ( python_single_target_python3_12? ( dev-python/qtpy[python_targets_python3_12(-),gui,pyside6] ) python_single_target_python3_13? ( dev-python/qtpy[python_targets_python3_13(-),gui,pyside6] ) ) || ( media-video/vlc[lua] media-video/mpv[lua] media-video/mplayer ) ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( client server ) ^^ ( python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RDEPEND=python_single_target_python3_12? ( >=dev-python/certifi-2018.11.29[python_targets_python3_12(-)] >=dev-python/twisted-16.4.0[python_targets_python3_12(-),ssl] >=dev-python/pem-21.2.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/certifi-2018.11.29[python_targets_python3_13(-)] >=dev-python/twisted-16.4.0[python_targets_python3_13(-),ssl] >=dev-python/pem-21.2.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/certifi-2018.11.29[python_targets_python3_14(-)] >=dev-python/twisted-16.4.0[python_targets_python3_14(-),ssl] >=dev-python/pem-21.2.0[python_targets_python3_14(-)] ) client? ( gui? ( python_single_target_python3_12? ( dev-python/qtpy[python_targets_python3_12(-),gui,pyside6] ) python_single_target_python3_13? ( dev-python/qtpy[python_targets_python3_13(-),gui,pyside6] ) python_single_target_python3_14? ( dev-python/qtpy[python_targets_python3_14(-),gui,pyside6] ) ) || ( media-video/vlc[lua] media-video/mpv[lua] media-video/mplayer ) ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( client server ) ^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Syncplay/syncplay/archive/v1.7.4.tar.gz -> syncplay-1.7.4.tar.gz
|
||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 18a01bee4e486884d7457cfacde74099 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 optfeature 538bce96e5589935b57e178e8635f301 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=8460f1cb8f1a9951fdca0824350f4fd4
|
||||
_md5_=8539130ec675a286e519c211b8361801
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] dev-python/setuptools[python_targets_python3_13(-)] )
|
||||
BDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] dev-python/setuptools[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] dev-python/setuptools[python_targets_python3_14(-)] )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
|
||||
DESCRIPTION=Client/server to synchronize media playback
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Syncplay/syncplay https://syncplay.pl
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop distutils-r1 optfeature xdg
|
||||
IUSE=+client server +gui python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=+client server +gui python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_single_target_python3_12? ( >=dev-python/certifi-2018.11.29[python_targets_python3_12(-)] >=dev-python/twisted-16.4.0[python_targets_python3_12(-),ssl] >=dev-python/pem-21.2.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/certifi-2018.11.29[python_targets_python3_13(-)] >=dev-python/twisted-16.4.0[python_targets_python3_13(-),ssl] >=dev-python/pem-21.2.0[python_targets_python3_13(-)] ) client? ( gui? ( python_single_target_python3_12? ( dev-python/qtpy[python_targets_python3_12(-),gui,pyside6] ) python_single_target_python3_13? ( dev-python/qtpy[python_targets_python3_13(-),gui,pyside6] ) ) || ( media-video/vlc[lua] media-video/mpv[lua] media-video/mplayer ) ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( client server ) ^^ ( python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RDEPEND=python_single_target_python3_12? ( >=dev-python/certifi-2018.11.29[python_targets_python3_12(-)] >=dev-python/twisted-16.4.0[python_targets_python3_12(-),ssl] >=dev-python/pem-21.2.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/certifi-2018.11.29[python_targets_python3_13(-)] >=dev-python/twisted-16.4.0[python_targets_python3_13(-),ssl] >=dev-python/pem-21.2.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/certifi-2018.11.29[python_targets_python3_14(-)] >=dev-python/twisted-16.4.0[python_targets_python3_14(-),ssl] >=dev-python/pem-21.2.0[python_targets_python3_14(-)] ) client? ( gui? ( python_single_target_python3_12? ( dev-python/qtpy[python_targets_python3_12(-),gui,pyside6] ) python_single_target_python3_13? ( dev-python/qtpy[python_targets_python3_13(-),gui,pyside6] ) python_single_target_python3_14? ( dev-python/qtpy[python_targets_python3_14(-),gui,pyside6] ) ) || ( media-video/vlc[lua] media-video/mpv[lua] media-video/mplayer ) ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( client server ) ^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Syncplay/syncplay/archive/v1.7.3.tar.gz -> syncplay-1.7.3.tar.gz
|
||||
SRC_URI=https://github.com/Syncplay/syncplay/archive/v1.7.5.tar.gz -> syncplay-1.7.5.tar.gz
|
||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 18a01bee4e486884d7457cfacde74099 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 optfeature 538bce96e5589935b57e178e8635f301 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=8460f1cb8f1a9951fdca0824350f4fd4
|
||||
_md5_=8539130ec675a286e519c211b8361801
|
||||
Reference in New Issue
Block a user