mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
2025-01-23 14:03:21 UTC
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
BDEPEND=test? ( >=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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=test? ( dev-python/mypy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyqt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,widgets] )
|
||||
DESCRIPTION=Stubs for PyQt5
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/PyQt5-stubs/ https://github.com/python-qt-tools/PyQt5-stubs
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=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/python-qt-tools/PyQt5-stubs/archive/refs/tags/5.15.2.0.tar.gz -> PyQt5-stubs-5.15.2.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=34237315ae3ba58c3422e5095fdef512
|
||||
@@ -1,17 +1,17 @@
|
||||
BDEPEND=test? ( >=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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( >=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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=test? ( dev-python/mypy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyqtwebengine[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyqt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,bluetooth,dbus,declarative,designer,location,multimedia,network,opengl,positioning,serialport,sql,svg,widgets] )
|
||||
DEPEND=test? ( dev-python/mypy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyqtwebengine[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyqt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,dbus,declarative,designer,location,multimedia,network,opengl,positioning,serialport,sql,svg,widgets] )
|
||||
DESCRIPTION=Stubs for PyQt5
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/PyQt5-stubs/ https://github.com/python-qt-tools/PyQt5-stubs
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=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=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/python-qt-tools/PyQt5-stubs/archive/refs/tags/5.15.6.0.tar.gz -> PyQt5-stubs-5.15.6.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=5e3ee1ca734407dc3273a757743f01db
|
||||
_md5_=bd18698c04e007632eeecfcd34db7095
|
||||
|
||||
@@ -10,6 +10,6 @@ LICENSE=MIT
|
||||
RDEPEND=sys-apps/hwdata python_single_target_python3_10? ( dev-lang/python:3.10[sqlite] ) python_single_target_python3_11? ( dev-lang/python:3.11[sqlite] ) python_single_target_python3_12? ( dev-lang/python:3.12[sqlite] )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://git.sr.ht/~martijnbraam/lsplug/archive/4.tar.gz -> lsplug-4.tar.gz
|
||||
SRC_URI=https://git.sr.ht/~martijnbraam/lsplug/archive/6.tar.gz -> lsplug-6.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=55de7a09c73f1c15750acf3f2e84b7ad
|
||||
@@ -8,6 +8,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=MPL-2.0
|
||||
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/zen-browser/desktop/releases/download/1.6b/zen.linux-x86_64.tar.bz2 -> zen-bin-1.6_beta.tar.bz2
|
||||
SRC_URI=https://github.com/zen-browser/desktop/releases/download/1.7.2b/zen.linux-x86_64.tar.bz2 -> zen-bin-1.7.2b.tar.bz2
|
||||
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
|
||||
_md5_=32289384442833bc4256260f934416e9
|
||||
_md5_=27678a14f8ade8aa421e2e2a4ef13206
|
||||
Reference in New Issue
Block a user