2023-05-25 02:31:51 UTC

This commit is contained in:
Repository mirror & CI
2023-05-25 02:31:51 +00:00
parent 855ece17ca
commit 9f1b233cad
28 changed files with 217 additions and 113 deletions

View File

@@ -6,9 +6,9 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop xdg
KEYWORDS=-* ~amd64
LICENSE=MIT
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-libs/nss dev-libs/openssl dev-libs/openssl-compat dev-vcs/git media-libs/alsa-lib net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libnotify 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/libxkbfile x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-libs/nss dev-libs/openssl dev-libs/openssl-compat dev-vcs/git media-libs/alsa-lib net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libnotify 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/libxkbcommon x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/pulsar-edit/pulsar/releases/download/v1.105.0/Linux.pulsar-1.105.0.tar.gz -> pulsar-bin-1.105.0.tar.gz
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=08d091e5a08237175a3257b307b90262
_md5_=9de29a981aff704eb4a41ba83c46c2cd

View File

@@ -1,6 +1,5 @@
BDEPEND=app-arch/unzip
DEFINED_PHASES=install postinst postrm preinst setup
DEPEND=python_single_target_python3_10? ( dev-python/beautifulsoup4[python_targets_python3_10(-)] dev-python/distro[python_targets_python3_10(-)] dev-python/decorator[python_targets_python3_10(-)] dev-python/flask[python_targets_python3_10(-)] dev-python/flask-cors[python_targets_python3_10(-)] dev-python/jsonschema[python_targets_python3_10(-)] dev-python/markdown[python_targets_python3_10(-)] dev-python/protobuf-python[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/send2trash[python_targets_python3_10(-)] dev-python/waitress[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/beautifulsoup4[python_targets_python3_11(-)] dev-python/distro[python_targets_python3_11(-)] dev-python/decorator[python_targets_python3_11(-)] dev-python/flask[python_targets_python3_11(-)] dev-python/flask-cors[python_targets_python3_11(-)] dev-python/jsonschema[python_targets_python3_11(-)] dev-python/markdown[python_targets_python3_11(-)] dev-python/protobuf-python[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/send2trash[python_targets_python3_11(-)] dev-python/waitress[python_targets_python3_11(-)] ) !qt6? ( python_single_target_python3_10? ( >=dev-python/PyQt5-5.15.5[gui,network,webchannel,widgets,python_targets_python3_10(-)] >=dev-python/PyQt5-sip-12.9.0[python_targets_python3_10(-)] >=dev-python/PyQtWebEngine-5.15.5[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/PyQt5-5.15.5[gui,network,webchannel,widgets,python_targets_python3_11(-)] >=dev-python/PyQt5-sip-12.9.0[python_targets_python3_11(-)] >=dev-python/PyQtWebEngine-5.15.5[python_targets_python3_11(-)] ) !dev-python/PyQt6 ) qt6? ( python_single_target_python3_10? ( >=dev-python/PyQt6-6.5.0[dbus,gui,network,opengl,printsupport,webchannel,widgets,python_targets_python3_10(-)] >=dev-python/PyQt6-sip-13.5.1[python_targets_python3_10(-)] >=dev-python/PyQt6-WebEngine-6.5.0[widgets,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/PyQt6-6.5.0[dbus,gui,network,opengl,printsupport,webchannel,widgets,python_targets_python3_11(-)] >=dev-python/PyQt6-sip-13.5.1[python_targets_python3_11(-)] >=dev-python/PyQt6-WebEngine-6.5.0[widgets,python_targets_python3_11(-)] ) )
DESCRIPTION=A spaced-repetition memory training program (flash cards)
EAPI=8
HOMEPAGE=https://apps.ankiweb.net/
@@ -12,6 +11,6 @@ LICENSE=AGPL-3+ Apache-2.0 BSD CC-BY-3.0 GPL-3+ MIT
RDEPEND=python_single_target_python3_10? ( dev-python/beautifulsoup4[python_targets_python3_10(-)] dev-python/distro[python_targets_python3_10(-)] dev-python/decorator[python_targets_python3_10(-)] dev-python/flask[python_targets_python3_10(-)] dev-python/flask-cors[python_targets_python3_10(-)] dev-python/jsonschema[python_targets_python3_10(-)] dev-python/markdown[python_targets_python3_10(-)] dev-python/protobuf-python[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/send2trash[python_targets_python3_10(-)] dev-python/waitress[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/beautifulsoup4[python_targets_python3_11(-)] dev-python/distro[python_targets_python3_11(-)] dev-python/decorator[python_targets_python3_11(-)] dev-python/flask[python_targets_python3_11(-)] dev-python/flask-cors[python_targets_python3_11(-)] dev-python/jsonschema[python_targets_python3_11(-)] dev-python/markdown[python_targets_python3_11(-)] dev-python/protobuf-python[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/send2trash[python_targets_python3_11(-)] dev-python/waitress[python_targets_python3_11(-)] ) !qt6? ( python_single_target_python3_10? ( >=dev-python/PyQt5-5.15.5[gui,network,webchannel,widgets,python_targets_python3_10(-)] >=dev-python/PyQt5-sip-12.9.0[python_targets_python3_10(-)] >=dev-python/PyQtWebEngine-5.15.5[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/PyQt5-5.15.5[gui,network,webchannel,widgets,python_targets_python3_11(-)] >=dev-python/PyQt5-sip-12.9.0[python_targets_python3_11(-)] >=dev-python/PyQtWebEngine-5.15.5[python_targets_python3_11(-)] ) !dev-python/PyQt6 ) qt6? ( python_single_target_python3_10? ( >=dev-python/PyQt6-6.5.0[dbus,gui,network,opengl,printsupport,webchannel,widgets,python_targets_python3_10(-)] >=dev-python/PyQt6-sip-13.5.1[python_targets_python3_10(-)] >=dev-python/PyQt6-WebEngine-6.5.0[widgets,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/PyQt6-6.5.0[dbus,gui,network,opengl,printsupport,webchannel,widgets,python_targets_python3_11(-)] >=dev-python/PyQt6-sip-13.5.1[python_targets_python3_11(-)] >=dev-python/PyQt6-WebEngine-6.5.0[widgets,python_targets_python3_11(-)] ) ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) !app-misc/anki
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/cp39/a/anki/anki-2.1.63-cp39-abi3-manylinux_2_28_x86_64.whl -> anki-2.1.63-cp39-abi3-manylinux_2_28_x86_64.whl.zip https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.63-py3-none-any.whl -> aqt-2.1.63-py3-none-any.whl.zip https://raw.githubusercontent.com/ankitects/anki/2.1.63/qt/bundle/lin/anki.desktop -> anki-bin-2.1.63.desktop https://raw.githubusercontent.com/ankitects/anki/2.1.63/qt/bundle/lin/anki.png -> anki-bin-2.1.63.png https://raw.githubusercontent.com/ankitects/anki/2.1.63/qt/bundle/lin/anki.1 -> anki-bin-2.1.63.1
SRC_URI=https://files.pythonhosted.org/packages/cp39/a/anki/anki-2.1.64-cp39-abi3-manylinux_2_28_x86_64.whl -> anki-2.1.64-cp39-abi3-manylinux_2_28_x86_64.whl.zip https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.64-py3-none-any.whl -> aqt-2.1.64-py3-none-any.whl.zip https://raw.githubusercontent.com/ankitects/anki/2.1.64/qt/bundle/lin/anki.desktop -> anki-bin-2.1.64.desktop https://raw.githubusercontent.com/ankitects/anki/2.1.64/qt/bundle/lin/anki.png -> anki-bin-2.1.64.png https://raw.githubusercontent.com/ankitects/anki/2.1.64/qt/bundle/lin/anki.1 -> anki-bin-2.1.64.1
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-single-r1 75118e916668a74c660a13b0ecb22562 pypi 3b6a844fbf71f1581992b44c78b549b7 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=e3b00e6ec6ae74e08653fbbe3043904a
_md5_=e6560a58e152c4d5a6647e2dcac009fb

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?]
BDEPEND=test? ( >=dev-python/pytest-7.2.1[python_targets_python3_11(-)?] ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( dev-python/jinja[python_targets_python3_10(-)?] dev-python/mock[python_targets_python3_10(-)?] dev-python/nose[python_targets_python3_10(-)?] )
DEPEND=test? ( dev-python/jinja[python_targets_python3_11(-)?] dev-python/mock[python_targets_python3_11(-)?] dev-python/nose[python_targets_python3_11(-)?] )
DESCRIPTION=A simple code complexity analyser, supports most of the popular languages.
EAPI=8
HOMEPAGE=http://www.lizard.ws/
INHERIT=distutils-r1
IUSE=test python_targets_python3_10
IUSE=test python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
RDEPEND=python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/terryyin/lizard/archive/1.17.10.tar.gz -> lizard-1.17.10.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e
_md5_=da59c0f8a5de2b6e51e756caf73cef69
_md5_=06cbc16e0ac1e8c622a25b13705248f6

View File

@@ -1,6 +1,6 @@
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/openssl:= sys-libs/zlib:= voice? ( dev-libs/libsodium:= media-libs/opus )
DEPEND=dev-libs/openssl:= sys-libs/zlib:= voice? ( dev-libs/libsodium:= media-libs/opus ) dev-cpp/nlohmann_json
DESCRIPTION=Lightweight C++ Discord bot library
EAPI=8
HOMEPAGE=https://dpp.dev/ https://github.com/brainboxdotcc/DPP
@@ -9,7 +9,7 @@ IUSE=voice
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/openssl:= sys-libs/zlib:= voice? ( dev-libs/libsodium:= media-libs/opus )
SLOT=0/10.0.22
SRC_URI=https://github.com/brainboxdotcc/DPP/archive/refs/tags/v10.0.22.tar.gz -> dpp-10.0.22.tar.gz https://patch-diff.githubusercontent.com/raw/brainboxdotcc/DPP/pull/596.patch -> dpp-890014-rework-compiler-flags.patch
SLOT=0/10.0.24
SRC_URI=https://github.com/brainboxdotcc/DPP/archive/refs/tags/v10.0.24.tar.gz -> dpp-10.0.24.tar.gz
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 flag-o-matic 16483e58fadb0d47b4528f0aa7e171f6 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c
_md5_=b5600400d1bb5cf93da7d48d24200f57
_md5_=4b741959f562e0b7c9430c367a1c88c1

View File

@@ -1,16 +1,16 @@
BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?]
BDEPEND=python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Library for user interfaces for easy dataset editing and display
EAPI=8
HOMEPAGE=https://pypi.python.org/pypi/guidata
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_10
IUSE=python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=CeCILL-2
RDEPEND=dev-python/PyQt5[python_targets_python3_10(-)?] dev-python/QtPy[python_targets_python3_10(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
RDEPEND=dev-python/PyQt5[python_targets_python3_11(-)?] dev-python/QtPy[python_targets_python3_11(-)?] python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_11 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/g/guidata/guidata-2.3.0.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/g/guidata/guidata-2.3.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=98af7f27a90592163c0067a8149db2fc
_md5_=e7cc2112750aed9975fbf6ff593fb425

View File

@@ -13,4 +13,4 @@ REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/g/guppy3/guppy3-3.1.3.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=16f6514be987644afa63f84aaa4deb56
_md5_=1e811c5e4729cddc9190a24c401b8f9c

View File

@@ -1,17 +0,0 @@
BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/numpy[python_targets_python3_10(-)?]
DESCRIPTION=Python version of NASA DE4xx ephemerides for Astronomical Alamanac
EAPI=7
HOMEPAGE=https://pypi.org/project/jplephem/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/numpy[python_targets_python3_10(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/j/jplephem/jplephem-2.16.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=875f651c1a2b92907c904c1eb3c48b4d

View File

@@ -0,0 +1,17 @@
BDEPEND=python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/numpy[python_targets_python3_11(-)?]
DESCRIPTION=Python version of NASA DE4xx ephemerides for Astronomical Alamanac
EAPI=8
HOMEPAGE=https://pypi.org/project/jplephem/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/numpy[python_targets_python3_11(-)?] python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/j/jplephem/jplephem-2.18.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=6028469206d9f86e9a266e5d2d0d7a0a

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/aiohttp[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/attrs[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/olm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pycryptodome[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/unpaddedbase64[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/yarl[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/aiosqlite[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/asyncpg[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/sqlalchemy-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=dev-python/aiohttp[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/attrs[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/olm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pycryptodome[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/unpaddedbase64[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/yarl[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/aiosqlite[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/asyncpg[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/sqlalchemy-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] )
DESCRIPTION=A Python 3 asyncio Matrix framework
EAPI=8
HOMEPAGE=https://github.com/mautrix/python/
INHERIT=distutils-r1 optfeature pypi
IUSE=test test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MPL-2.0
RDEPEND=dev-python/aiohttp[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/attrs[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/olm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pycryptodome[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/unpaddedbase64[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/yarl[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/aiosqlite[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/asyncpg[python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/sqlalchemy-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/m/mautrix/mautrix-0.19.14.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=8eb3334b3b857fa11438882c096fbe7b

View File

@@ -0,0 +1,15 @@
BDEPEND=dev-python/certifi[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/urllib3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=MinIO Client SDK for Python
EAPI=8
HOMEPAGE=https://github.com/minio/minio-py
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/m/minio/minio-7.1.15.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=a9a0d302aa8569df86b50b7eecc01a65

View File

@@ -1,17 +1,17 @@
BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?]
BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/DBUtils[python_targets_python3_10(-)?] dev-python/msgpack[python_targets_python3_10(-)?] dev-python/pymysql[python_targets_python3_10(-)?]
DEPEND=dev-python/DBUtils[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/msgpack[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pymysql[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DESCRIPTION=A thread-safe disk based persistent queue in Python
EAPI=8
HOMEPAGE=https://github.com/peter-wangxu/persist-queue
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_10
IUSE=python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/DBUtils[python_targets_python3_10(-)?] dev-python/msgpack[python_targets_python3_10(-)?] dev-python/pymysql[python_targets_python3_10(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
RDEPEND=dev-python/DBUtils[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/msgpack[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pymysql[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/persist-queue/persist-queue-0.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=8935e1e39431121b8d78dd03e2a7bc85
_md5_=91cffe2373b2cde9acc089dda95663de

View File

@@ -1,16 +1,16 @@
BDEPEND=test? ( dev-python/flask[python_targets_pypy3(-)?,python_targets_python3_10(-)?] dev-python/werkzeug[python_targets_pypy3(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?] >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=test? ( dev-python/flask[python_targets_pypy3(-)?,python_targets_python3_11(-)?] dev-python/werkzeug[python_targets_pypy3(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_pypy3(-)?,python_targets_python3_11(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_pypy3(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_pypy3(-)?,python_targets_python3_11(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-python/flask[python_targets_pypy3(-)?,python_targets_python3_10(-)?] dev-python/werkzeug[python_targets_pypy3(-)?,python_targets_python3_10(-)?] test? ( dev-python/mock[python_targets_pypy3(-)?,python_targets_python3_10(-)?] )
DEPEND=dev-python/flask[python_targets_pypy3(-)?,python_targets_python3_11(-)?] dev-python/werkzeug[python_targets_pypy3(-)?,python_targets_python3_11(-)?] test? ( dev-python/mock[python_targets_pypy3(-)?,python_targets_python3_11(-)?] )
DESCRIPTION=A set of pytest fixtures to test Flask applications
EAPI=8
HOMEPAGE=http://pytest-flask.readthedocs.org
INHERIT=distutils-r1 git-r3
IUSE=test test python_targets_pypy3 python_targets_python3_10
IUSE=test test python_targets_pypy3 python_targets_python3_11
LICENSE=MIT
PROPERTIES=live
RDEPEND=dev-python/flask[python_targets_pypy3(-)?,python_targets_python3_10(-)?] dev-python/werkzeug[python_targets_pypy3(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 )
RDEPEND=dev-python/flask[python_targets_pypy3(-)?,python_targets_python3_11(-)?] dev-python/werkzeug[python_targets_pypy3(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e git-r3 27e13c09a4c7e4c78ac812f74727e676
_md5_=992e150cc3c41aed3a9e01f92845fbc8
_md5_=e8ec30a857c02b137bd0e462fc8d6575

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/bottle dev-python/cryptography dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-libs/webkit-gtk ) qt5? ( dev-python/pyside2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A lightweight cross-platform wrapper around a webview component
EAPI=8
HOMEPAGE=https://github.com/r0x0r/pywebview
INHERIT=distutils-r1
IUSE=gtk qt5 test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/bottle dev-python/cryptography dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-libs/webkit-gtk ) qt5? ( dev-python/pyside2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( gtk qt5 ) || ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/r0x0r/pywebview/archive/refs/tags/4.1.tar.gz -> pywebview-4.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e
_md5_=1ad052028c1ede4f285b530c9fc1ec0c

View File

@@ -1,16 +1,16 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?] >=dev-python/poetry-core-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?]
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/poetry-core-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Time slots/intervals with an arbitrary start and stop
EAPI=8
HOMEPAGE=https://github.com/ErikBjare/timeslot
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_10
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 )
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/t/timeslot/timeslot-0.1.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=f420246a857a1ddf50c978c7f9387cf8
_md5_=9ac371d9603de90f3194ef1fd1d78ce7

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/requests[python_targets_python3_10(-)?,socks5] dev-python/requests-oauthlib[python_targets_python3_10(-)?] >=dev-python/nose-1.3.7_p20221026[python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/requests[python_targets_python3_10(-)?,socks5] dev-python/requests-oauthlib[python_targets_python3_10(-)?] test? ( dev-python/aiohttp[python_targets_python3_10(-)?] dev-python/async-lru[python_targets_python3_10(-)?] dev-python/mock[python_targets_python3_10(-)?] dev-python/vcrpy[python_targets_python3_10(-)?] )
DESCRIPTION=An easy-to-use Python library for accessing the Twitter API.
EAPI=8
HOMEPAGE=https://www.tweepy.org/
INHERIT=distutils-r1
IUSE=test python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/requests[python_targets_python3_10(-)?,socks5] dev-python/requests-oauthlib[python_targets_python3_10(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/tweepy/tweepy/archive/v4.10.1.tar.gz -> tweepy-4.10.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e
_md5_=a3198f44070cf6ec07d2a05aaf175442

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/requests[python_targets_python3_11(-)?,socks5] dev-python/requests-oauthlib[python_targets_python3_11(-)?] >=dev-python/nose-1.3.7_p20221026[python_targets_python3_11(-)?] ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/requests[python_targets_python3_11(-)?,socks5] dev-python/requests-oauthlib[python_targets_python3_11(-)?] test? ( dev-python/aiohttp[python_targets_python3_11(-)?] dev-python/async-lru[python_targets_python3_11(-)?] dev-python/mock[python_targets_python3_11(-)?] dev-python/vcrpy[python_targets_python3_11(-)?] )
DESCRIPTION=An easy-to-use Python library for accessing the Twitter API.
EAPI=8
HOMEPAGE=https://www.tweepy.org/
INHERIT=distutils-r1
IUSE=test python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/requests[python_targets_python3_11(-)?,socks5] dev-python/requests-oauthlib[python_targets_python3_11(-)?] python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/tweepy/tweepy/archive/v4.14.0.tar.gz -> tweepy-4.14.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e
_md5_=03b137f8a2b96d92ce5590a95eb82032

View File

@@ -10,6 +10,6 @@ LICENSE=Apache-2.0
RDEPEND=dev-python/types-urllib3 python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/t/types-requests/types-requests-2.30.0.0.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/t/types-requests/types-requests-2.31.0.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=865176c6ef0d110ba2f6bc4b18d553f0

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT-with-advertising || ( public-domain Unlicense )
RDEPEND=net-libs/nodejs
SLOT=0
SRC_URI=mirror://npm/bash-language-server/-/bash-language-server-4.9.0.tgz https://tastytea.de/files/gentoo/bash-language-server-4.9.0-deps.tar.xz
SRC_URI=mirror://npm/bash-language-server/-/bash-language-server-4.9.2.tgz https://tastytea.de/files/gentoo/bash-language-server-4.9.2-deps.tar.xz
_eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=e1db6ac52d324044dc2e74d60e79add7

View File

@@ -0,0 +1,13 @@
BDEPEND=app-text/scdoc >=dev-lang/go-1.18 app-arch/unzip
DEFINED_PHASES=compile install unpack
DESCRIPTION=CLI tool for sourcehut
EAPI=8
HOMEPAGE=https://sr.ht/~emersion/hut/
INHERIT=go-module
KEYWORDS=~amd64
LICENSE=AGPL-3
RESTRICT=strip
SLOT=0
SRC_URI=https://git.sr.ht/~emersion/hut/archive/v0.3.0.tar.gz -> hut-0.3.0.tar.gz https://github.com/apraga/hut-vendor/releases/download/v0.3.0/hut-0.3.0-vendor.tar.xz
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 go-module 9c75e51a48520b2f01471c1f91762882
_md5_=0e3518777b6b42c62dd7c218dbd579ea

View File

@@ -4,8 +4,8 @@ DESCRIPTION=Language Server for YAML Files
EAPI=8
HOMEPAGE=https://github.com/redhat-developer/yaml-language-server
KEYWORDS=~amd64
LICENSE=Apache-2.0 BSD-2 ISC MIT-with-advertising
LICENSE=Apache-2.0 BSD-2 ISC MIT
RDEPEND=net-libs/nodejs
SLOT=0
SRC_URI=mirror://npm/yaml-language-server/-/yaml-language-server-1.11.0.tgz https://tastytea.de/files/gentoo/yaml-language-server-1.11.0-deps.tar.xz
_md5_=926bb53e3d642d954665d05aaa1a7a6c
SRC_URI=mirror://npm/yaml-language-server/-/yaml-language-server-1.13.0.tgz https://tastytea.de/files/gentoo/yaml-language-server-1.13.0-deps.tar.xz
_md5_=5a37b46c13e0630d72fe651c65d8774f

View File

@@ -0,0 +1,14 @@
BDEPEND=app-arch/unzip
DEFINED_PHASES=install postinst postrm preinst
DESCRIPTION=Buttplug frontend application
EAPI=8
HOMEPAGE=https://github.com/intiface/intiface-central
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop xdg
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-accessibility/at-spi2-core media-gfx/graphite2 sys-apps/dbus sys-apps/systemd-utils x11-libs/gtk+:3[X] || ( dev-libs/openssl:0/1.1 dev-libs/openssl-compat:1.1.1 )
SLOT=0
SRC_URI=https://github.com/intiface/intiface-central/releases/download/v2.4.0/intiface-central-v2.4.0-linux-x64.zip
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=f0e12dc4f2b60166651d3eaa232edd65

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/gst-python[python_targets_python3_10(-)?] media-plugins/gst-plugins-meta[mp3,ogg,flac] dev-python/pykka[python_targets_python3_10(-)?] dev-python/requests[python_targets_python3_10(-)?] dev-python/tornado[python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/gst-python[python_targets_python3_10(-)?] media-plugins/gst-plugins-meta[mp3,ogg,flac] dev-python/pykka[python_targets_python3_10(-)?] dev-python/requests[python_targets_python3_10(-)?] dev-python/tornado[python_targets_python3_10(-)?] test? ( dev-python/responses[python_targets_python3_10(-)?] )
DESCRIPTION=An extensible music server written in Python.
EAPI=8
HOMEPAGE=https://mopidy.com/
INHERIT=distutils-r1
IUSE=test python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/gst-python[python_targets_python3_10(-)?] media-plugins/gst-plugins-meta[mp3,ogg,flac] dev-python/pykka[python_targets_python3_10(-)?] dev-python/requests[python_targets_python3_10(-)?] dev-python/tornado[python_targets_python3_10(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/mopidy/mopidy/archive/v3.3.0.tar.gz -> mopidy-3.3.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e
_md5_=1b2c26178475dcc0a125110538c77c9f

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/gst-python[python_targets_python3_11(-)?] media-plugins/gst-plugins-meta[mp3,ogg,flac] dev-python/pykka[python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_11(-)?] dev-python/tornado[python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_11(-)?] ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/gst-python[python_targets_python3_11(-)?] media-plugins/gst-plugins-meta[mp3,ogg,flac] dev-python/pykka[python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_11(-)?] dev-python/tornado[python_targets_python3_11(-)?] test? ( dev-python/responses[python_targets_python3_11(-)?] )
DESCRIPTION=An extensible music server written in Python.
EAPI=8
HOMEPAGE=https://mopidy.com/
INHERIT=distutils-r1
IUSE=test python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/gst-python[python_targets_python3_11(-)?] media-plugins/gst-plugins-meta[mp3,ogg,flac] dev-python/pykka[python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_11(-)?] dev-python/tornado[python_targets_python3_11(-)?] python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_11(-)?]
REQUIRED_USE=|| ( python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/mopidy/mopidy/archive/v3.4.1.tar.gz -> mopidy-3.4.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 dc5ca9013da6279b2e24b0ae156f030e
_md5_=f678f48f5eb9939f26eba998f8ee3ad1

View File

@@ -0,0 +1,12 @@
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst prepare test unpack
DESCRIPTION=A powerful nonlinear scripting language for video
EAPI=8
HOMEPAGE=https://github.com/AviSynth/AviSynthPlus
INHERIT=cmake-multilib git-r3
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
LICENSE=GPL-2
PROPERTIES=live
SLOT=0
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 flag-o-matic 16483e58fadb0d47b4528f0aa7e171f6 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b cmake-multilib 37d23064f303dcf23453353ab8c77059 git-r3 27e13c09a4c7e4c78ac812f74727e676
_md5_=eda72895ec0d318edd514e52ba1d1369

View File

@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=|| ( MIT Unlicense ) Apache-2.0 BSD-2 CC-BY-SA-4.0 OFL-1.1
RDEPEND=>=dev-libs/tfdn-1.4.0:=[ssl] X? ( x11-libs/libX11 ) fribidi? ( dev-libs/fribidi ) ncurses? ( >=dev-libs/sealcurses-2.0.18_pre20230206:= ) !ncurses? ( harfbuzz? ( media-libs/harfbuzz:=[truetype(+)] ) media-libs/libsdl2[X?,sound(+),video(+)] ) mp3? ( media-sound/mpg123 ) webp? ( media-libs/libwebp:= )
SLOT=0
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.15.8/lagrange-1.15.8.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.15.8/lagrange-1.15.8.tar.gz.sig )
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.16.1/lagrange-1.16.1.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.16.1/lagrange-1.16.1.tar.gz.sig )
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 flag-o-matic 16483e58fadb0d47b4528f0aa7e171f6 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c verify-sig ed3712fa46ee0fdc2dbbad539e20ff26 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=bdc178a1faba02dbcbbf324f4c72b390

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-lisp/sbcl-2.0.0
DEFINED_PHASES=compile install postinst postrm unpack
DEPEND=dev-libs/gobject-introspection gnome-base/gsettings-desktop-schemas media-libs/gst-plugins-bad media-libs/gst-plugins-base media-libs/gst-plugins-good media-libs/gst-plugins-ugly media-plugins/gst-plugins-libav net-libs/glib-networking net-libs/webkit-gtk:4.1 sys-libs/libfixposix
DESCRIPTION=Nyxt - the hacker's power-browser
EAPI=8
HOMEPAGE=https://nyxt.atlas.engineer/
INHERIT=desktop optfeature xdg-utils
IUSE=doc
KEYWORDS=~amd64
LICENSE=BSD CC-BY-SA-3.0
RDEPEND=dev-libs/gobject-introspection gnome-base/gsettings-desktop-schemas media-libs/gst-plugins-bad media-libs/gst-plugins-base media-libs/gst-plugins-good media-libs/gst-plugins-ugly media-plugins/gst-plugins-libav net-libs/glib-networking net-libs/webkit-gtk:4.1 sys-libs/libfixposix
RESTRICT=mirror strip
SLOT=0
SRC_URI=https://github.com/atlas-engineer/nyxt/releases/download/3.0.0/nyxt-3.0.0-source-with-submodules.tar.xz -> nyxt-3.0.0.gh.tar.xz
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 xdg-utils baea6080dd821f5562d715887954c9d3
_md5_=7dd4dd2f75d1ea97bd6e5c88d479a3df