mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
2026-01-10 14:16:18 UTC
This commit is contained in:
@@ -10,6 +10,6 @@ LICENSE=Apache-2.0 BSD CDDL CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl Unicode-
|
||||
PROPERTIES=test_network
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/blopker/codebook/archive/refs/tags/v0.3.22.tar.gz -> codebook-0.3.22.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/codebook/0.3.22/codebook-0.3.22-deps.tar.xz
|
||||
SRC_URI=https://github.com/blopker/codebook/archive/refs/tags/v0.3.28.tar.gz -> codebook-0.3.28.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/codebook/0.3.28/codebook-0.3.28-deps.tar.xz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb
|
||||
_md5_=ca69d10542422db8f2b7eb82695bd880
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( dev-python/aiosqlite[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/anyio-3.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/argon2-cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dirty-equals[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/email-validator[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flask-1.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/inline-snapshot-0.21.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jinja2-3.1.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/orjson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pwdlib-0.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyjwt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-multipart-0.0.18[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pyyaml-7.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sqlmodel[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/trio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ujson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/annotated-doc-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.50.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/anyio[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 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=FastAPI framework, high performance, easy to learn, ready for production
|
||||
EAPI=8
|
||||
HOMEPAGE=https://fastapi.tiangolo.com/ https://pypi.org/project/fastapi/ https://github.com/fastapi/fastapi
|
||||
INHERIT=distutils-r1 optfeature pypi
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/annotated-doc-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.50.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/f/fastapi/fastapi-0.120.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 optfeature 538bce96e5589935b57e178e8635f301 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=d812cf813e86e329d4d7f02edc4d962a
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( dev-python/aiosqlite[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/anyio-3.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/argon2-cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dirty-equals[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/email-validator[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flask-1.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/inline-snapshot-0.21.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jinja2-3.1.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/orjson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pwdlib-0.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyjwt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-multipart-0.0.18[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pyyaml-7.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sqlmodel[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/trio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ujson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/annotated-doc-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.50.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/anyio[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 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=FastAPI framework, high performance, easy to learn, ready for production
|
||||
EAPI=8
|
||||
HOMEPAGE=https://fastapi.tiangolo.com/ https://pypi.org/project/fastapi/ https://github.com/fastapi/fastapi
|
||||
INHERIT=distutils-r1 optfeature pypi
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/annotated-doc-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.50.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/f/fastapi/fastapi-0.121.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 optfeature 538bce96e5589935b57e178e8635f301 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=d812cf813e86e329d4d7f02edc4d962a
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=test? ( dev-python/aiosqlite[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/anyio-3.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/argon2-cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dirty-equals[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/email-validator[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flask-1.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/inline-snapshot-0.21.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jinja2-3.1.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/orjson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pwdlib-0.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyjwt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-multipart-0.0.18[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pyyaml-7.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sqlmodel[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/trio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ujson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/annotated-doc-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.49.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/anyio[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 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( dev-python/aiosqlite[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/anyio-3.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/argon2-cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dirty-equals[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/email-validator[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flask-1.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/inline-snapshot-0.21.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jinja2-3.1.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/orjson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pwdlib-0.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyjwt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-multipart-0.0.18[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pyyaml-7.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sqlmodel[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/trio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ujson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/annotated-doc-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.51.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/anyio[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 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=FastAPI framework, high performance, easy to learn, ready for production
|
||||
EAPI=8
|
||||
@@ -7,10 +7,10 @@ INHERIT=distutils-r1 optfeature pypi
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/annotated-doc-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.49.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[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 )
|
||||
RDEPEND=>=dev-python/annotated-doc-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.51.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/f/fastapi/fastapi-0.120.0.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/f/fastapi/fastapi-0.125.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 optfeature 538bce96e5589935b57e178e8635f301 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=abc8119c75634bc74391fc3a431cb507
|
||||
_md5_=bc5946d5defc920af64aabe7f2d205d6
|
||||
16
metadata/md5-cache/dev-python/fastapi-0.127.0
Normal file
16
metadata/md5-cache/dev-python/fastapi-0.127.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/aiosqlite[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/anyio-3.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/argon2-cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dirty-equals[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/email-validator[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flask-1.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/inline-snapshot-0.21.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jinja2-3.1.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/orjson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pwdlib-0.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-extra-types-2.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-settings-2.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyjwt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-multipart-0.0.18[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pyyaml-7.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sqlmodel[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/trio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ujson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/annotated-doc-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.51.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/anyio[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 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=FastAPI framework, high performance, easy to learn, ready for production
|
||||
EAPI=8
|
||||
HOMEPAGE=https://fastapi.tiangolo.com/ https://pypi.org/project/fastapi/ https://github.com/fastapi/fastapi
|
||||
INHERIT=distutils-r1 optfeature pypi
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/annotated-doc-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.51.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/f/fastapi/fastapi-0.127.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 optfeature 538bce96e5589935b57e178e8635f301 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=f7b3c96e073027ac8880ec7a0aec7a30
|
||||
@@ -12,6 +12,6 @@ RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_pytho
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/borsattoz/ignore-python/archive/refs/tags/v0.3.0.tar.gz -> ignore-python-0.3.0.gh.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/ignore-python/0.3.0/ignore-python-0.3.0-deps.tar.xz
|
||||
SRC_URI=https://github.com/borsattoz/ignore-python/archive/refs/tags/v0.3.1.tar.gz -> ignore-python-0.3.1.gh.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/ignore-python/0.3.1/ignore-python-0.3.1-deps.tar.xz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=d62b14fdede3f4bd0d355d4d28ce95ec
|
||||
16
metadata/md5-cache/dev-python/pydantic-extra-types-2.10.6
Normal file
16
metadata/md5-cache/dev-python/pydantic-extra-types-2.10.6
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/phonenumbers[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pycountry[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/semver[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pymongo[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytz[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pydantic-2.5.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) 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/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=Extra Pydantic types
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/pydantic/pydantic-extra-types https://pypi.org/project/pydantic-extra-types/
|
||||
INHERIT=distutils-r1 optfeature pypi
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/pydantic-2.5.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] 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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/pydantic-extra-types/pydantic_extra_types-2.10.6.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 optfeature 538bce96e5589935b57e178e8635f301 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=700c320b1b32591f88b62d461ceecc9b
|
||||
@@ -11,6 +11,6 @@ RDEPEND=<dev-python/sqlalchemy-2.1.0[python_targets_python3_12(-)?,python_target
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/s/sqlmodel/sqlmodel-0.0.24.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/s/sqlmodel/sqlmodel-0.0.29.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=bc4dab52ebece2f065d70bd9f2ec4fc6
|
||||
_md5_=78782a2454f14985b131d5d0e7db1d5d
|
||||
16
metadata/md5-cache/dev-python/sqlmodel-0.0.31
Normal file
16
metadata/md5-cache/dev-python/sqlmodel-0.0.31
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/black[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/fastapi[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/httpx[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dirty-equals[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jinja2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( <dev-python/sqlalchemy-2.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/sqlalchemy-2.0.14[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[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 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=SQL databases in Python, designed for simplicity, compatibility, and robustness.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://sqlmodel.tiangolo.com/ https://github.com/fastapi/sqlmodel/ https://pypi.org/project/sqlmodel/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=<dev-python/sqlalchemy-2.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/sqlalchemy-2.0.14[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.7.0[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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/s/sqlmodel/sqlmodel-0.0.31.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=4de5670e542ed9c02552210d6b37ff76
|
||||
@@ -8,6 +8,6 @@ IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 CC0-1.0 MIT MIT-0 MPL-2.0 Unicode-3.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/neocmakelsp/neocmakelsp/archive/refs/tags/v0.9.0.tar.gz -> neocmakelsp-0.9.0.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/neocmakelsp/0.9.0/neocmakelsp-0.9.0-deps.tar.xz
|
||||
SRC_URI=https://github.com/neocmakelsp/neocmakelsp/archive/refs/tags/v0.9.1.tar.gz -> neocmakelsp-0.9.1.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/neocmakelsp/0.9.1/neocmakelsp-0.9.1-deps.tar.xz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||
_md5_=f13bbafc28bd036ae9fbc9d4932c221c
|
||||
@@ -12,6 +12,6 @@ LICENSE=GPL-2+ MIT BSD-2 ZLIB GPL-2 MIT GPL-2+ Boost-1.0 BSD
|
||||
RDEPEND=dev-cpp/nlohmann_json dev-cpp/robin-map dev-libs/boost:= dev-libs/crypto++:= dev-libs/dynarmic dev-libs/inih dev-libs/libfmt:= dev-libs/microprofile dev-libs/nihstro dev-libs/openssl:= dev-libs/sirit dev-libs/teakra dev-qt/qtbase:6[concurrent,dbus,widgets] dev-qt/qtmultimedia:6 dev-util/glslang media-libs/cubeb media-libs/faad2 media-libs/libsdl2 media-libs/libsoundtouch:= media-libs/openal media-video/ffmpeg net-libs/enet virtual/libusb
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/azahar-emu/azahar/releases/download/2123.3/azahar-unified-source-2123.3.tar.xz -> azahar-2123.3.tar.xz https://github.com/azahar-emu/azahar/commit/1f483e1d335374482845d0325ac8b13af3162c53.patch -> azahar-2123.3-fix-build-with-qt-6.10.patch
|
||||
SRC_URI=https://github.com/azahar-emu/azahar/releases/download/2123.4.1/azahar-unified-source-2123.4.1.tar.xz -> azahar-2123.4.1.tar.xz https://github.com/azahar-emu/azahar/commit/1f483e1d335374482845d0325ac8b13af3162c53.patch -> azahar-2123.3-fix-build-with-qt-6.10.patch
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake f66e839e5b60b399ae9d51fb6e6247d3 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=7f7e0a774ef629e6a4bdbc77826313cf
|
||||
16
metadata/md5-cache/sci-ml/ollama-0.13.5-r2
Normal file
16
metadata/md5-cache/sci-ml/ollama-0.13.5-r2
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=vulkan? ( dev-util/vulkan-headers media-libs/shaderc ) app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst preinst prepare pretend setup test unpack
|
||||
DEPEND=blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl[llvm-openmp] ) ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) rocm? ( >=dev-util/hip-6.1:= >=sci-libs/hipBLAS-6.1:= >=sci-libs/rocBLAS-6.1:= ) >=dev-lang/go-1.23.4
|
||||
DESCRIPTION=Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ollama.com
|
||||
INHERIT=cuda rocm cmake flag-o-matic go-module linux-info systemd toolchain-funcs
|
||||
IUSE=blas cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_f16c cpu_flags_x86_avx2 cpu_flags_x86_bmi2 cpu_flags_x86_fma3 cpu_flags_x86_avx512f cpu_flags_x86_avx512vbmi cpu_flags_x86_avx512_vnni cpu_flags_x86_avx_vnni cuda mkl rocm vulkan +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 +amdgpu_targets_gfx1101 +amdgpu_targets_gfx1200 +amdgpu_targets_gfx1201 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1102 amdgpu_targets_gfx1103 amdgpu_targets_gfx1150 amdgpu_targets_gfx1151
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl[llvm-openmp] ) ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) rocm? ( >=dev-util/hip-6.1:= >=sci-libs/hipBLAS-6.1:= >=sci-libs/rocBLAS-6.1:= ) acct-group/ollama >=acct-user/ollama-3[cuda?]
|
||||
RESTRICT=mirror test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ollama/ollama/archive/refs/tags/v0.13.5.tar.gz -> ollama-0.13.5.gh.tar.gz https://github.com/gentoo-golang-dist/ollama/releases/download/v0.13.5/ollama-0.13.5-deps.tar.xz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 cuda 8b660e223a1695e3884ee4c7dc2c5059 rocm 760587a774a2249c681b9326e7015d97 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake f66e839e5b60b399ae9d51fb6e6247d3 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 linux-info efd923656513c879204fec6638eadee5 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=132e3b60aea25d753f3ce425150443ec
|
||||
@@ -12,4 +12,4 @@ RDEPEND=blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl[llvm-openmp] ) ) cuda
|
||||
RESTRICT=mirror test
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 cuda 8b660e223a1695e3884ee4c7dc2c5059 rocm 760587a774a2249c681b9326e7015d97 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake f66e839e5b60b399ae9d51fb6e6247d3 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 linux-info efd923656513c879204fec6638eadee5 systemd a964c0cbe818b5729da1dbfcee5be861 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=84ddb2572b49e8b34d211eef456c0512
|
||||
_md5_=132e3b60aea25d753f3ce425150443ec
|
||||
|
||||
15
metadata/md5-cache/sys-apps/coolercontrol-3.1.1
Normal file
15
metadata/md5-cache/sys-apps/coolercontrol-3.1.1
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-qt/qtbase:6[dbus,widgets] dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6[widgets]
|
||||
DESCRIPTION=Monitor and control your cooling and other devices
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake desktop xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ CC0-1.0
|
||||
RDEPEND=dev-qt/qtbase:6[dbus,widgets] dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6[widgets] sys-apps/coolercontrold
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/releases/3.1.1/downloads/packages/coolercontrol-3.1.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake f66e839e5b60b399ae9d51fb6e6247d3 desktop 7b6f6e9d65093966fbc8475399c5dd4e xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=028dd17350cb3dfdd948c5e8ba2dfe3b
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.86:* >=dev-lang/rust-1.86:* ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) )
|
||||
DEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) 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_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) python_single_target_python3_14? ( app-misc/liquidctl[python_targets_python3_14(-)] ) )
|
||||
DESCRIPTION=Monitor and control your cooling and other devices (daemon)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
|
||||
INHERIT=cargo eapi9-ver optfeature python-single-r1 systemd
|
||||
IUSE=liquidctl debug python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=liquidctl debug python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD GPL-3+ ISC MIT UoI-NCSA Unicode-3.0 ZLIB
|
||||
RDEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) )
|
||||
REQUIRED_USE=liquidctl? ( ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) )
|
||||
RDEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) 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_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) python_single_target_python3_14? ( app-misc/liquidctl[python_targets_python3_14(-)] ) )
|
||||
REQUIRED_USE=liquidctl? ( ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/releases/3.0.2/downloads/packages/coolercontrol-3.0.2.tar.gz https://gitlab.com/coolercontrol/coolercontrol/-/releases/3.0.2/downloads/packages/coolercontrold-vendor.tar.gz -> coolercontrold-3.0.2-vendor.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 optfeature 538bce96e5589935b57e178e8635f301 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=9a6fa06a575ea92f3e665b14072e0e92
|
||||
_md5_=89a0139434e8783ea279244622398dcb
|
||||
|
||||
16
metadata/md5-cache/sys-apps/coolercontrold-3.1.1
Normal file
16
metadata/md5-cache/sys-apps/coolercontrold-3.1.1
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.86:* >=dev-lang/rust-1.86:* ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) 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_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) python_single_target_python3_14? ( app-misc/liquidctl[python_targets_python3_14(-)] ) )
|
||||
DESCRIPTION=Monitor and control your cooling and other devices (daemon)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
|
||||
INHERIT=cargo eapi9-ver optfeature python-single-r1 systemd
|
||||
IUSE=liquidctl debug python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD GPL-3+ ISC MIT UoI-NCSA Unicode-3.0 ZLIB
|
||||
RDEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) 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_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) python_single_target_python3_14? ( app-misc/liquidctl[python_targets_python3_14(-)] ) )
|
||||
REQUIRED_USE=liquidctl? ( ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/releases/3.1.1/downloads/packages/coolercontrol-3.1.1.tar.gz https://gitlab.com/coolercontrol/coolercontrol/-/releases/3.1.1/downloads/packages/coolercontrold-vendor.tar.gz -> coolercontrold-3.1.1-vendor.tar.gz
|
||||
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 optfeature 538bce96e5589935b57e178e8635f301 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=a334c64d9ded360ad24e4b0e0d72100d
|
||||
@@ -379,7 +379,7 @@ app-shells/zsh-history-substring-search 1.0.2 1.1.0: ZSH port of Fish history se
|
||||
app-text/OCRmyPDF 16.10.2: OCRmyPDF adds an OCR text layer to scanned PDF files
|
||||
app-text/cmark-gfm 0.29.0.13: GitHub's fork of cmark
|
||||
app-text/code-minimap 0.6.8: A high performance code minimap generator
|
||||
app-text/codebook 0.3.22: Spell Checker for Code
|
||||
app-text/codebook 0.3.28: Spell Checker for Code
|
||||
app-text/dooit 3.3.4: A TUI todo manager
|
||||
app-text/epubgrep 0.6.2: Search tool for EPUB e-books
|
||||
app-text/ford 6.2.5 7.0.8-r1 7.0.9-r1 7.0.10 7.0.11 7.0.11-r1 7.0.12: FORD, automatic documentation generator for modern Fortran programs
|
||||
@@ -753,7 +753,7 @@ dev-python/dtreeviz 2.2.2: A python library for decision tree visualization and
|
||||
dev-python/evernote2 1.0.3 9999: Unofficial Evernote SDK for Python 3
|
||||
dev-python/exif 1.6.0: Read and modify image EXIF metadata using Python.
|
||||
dev-python/ezdxf 1.4.3: Python library for creating and manipulating DXF drawings
|
||||
dev-python/fastapi 0.120.0 0.120.2 0.121.0: FastAPI framework, high performance, easy to learn, ready for production
|
||||
dev-python/fastapi 0.125.0 0.127.0: FastAPI framework, high performance, easy to learn, ready for production
|
||||
dev-python/find-libpython 0.5.0: Finds the libpython associated with the current Python environment
|
||||
dev-python/flask-restx 1.3.0 1.3.2: Framework API development with Flask
|
||||
dev-python/flask-socketio 5.5.1: Socket.IO integration for Flask applications.
|
||||
@@ -778,7 +778,7 @@ dev-python/hijridate 2.5.0: Accurate Hijri-Gregorian date converter based on the
|
||||
dev-python/http-ece 1.2.1: Encrypted Content Encoding for HTTP
|
||||
dev-python/i3ipc 2.2.1-r1 2.2.1-r2: An improved Python library to control i3wm and sway.
|
||||
dev-python/icecream 2.1.8: Pythonic task execution
|
||||
dev-python/ignore-python 0.3.0: Rust ignore crate Python bindings
|
||||
dev-python/ignore-python 0.3.1: Rust ignore crate Python bindings
|
||||
dev-python/injector 0.22.0: Python dependency injection framework, inspired by Guice
|
||||
dev-python/internetarchive 3.7.0 5.3.0 5.7.1: Lib and CLI for archive.org - for search, uploading, downloading, rename etc
|
||||
dev-python/invoke 2.2.1: Pythonic task execution
|
||||
@@ -855,6 +855,7 @@ dev-python/pwdlib 0.2.1: Modern password hashing for Python
|
||||
dev-python/py-himitsu 0.0.9: A python client library for himitsu
|
||||
dev-python/py-nanoid 9999: Python Nanoid
|
||||
dev-python/pyclip 0.7.0-r2 9999: Python clipboard module
|
||||
dev-python/pydantic-extra-types 2.10.6: Extra Pydantic types
|
||||
dev-python/pydantic-settings 2.11.0-r1 2.12.0: Settings management using Pydantic
|
||||
dev-python/pydispatcher 2.0.7: Multi-producer-multi-consumer signal dispatching mechanism
|
||||
dev-python/pydub 0.25.1: Manipulate audio with an simple and easy high level interface
|
||||
@@ -934,7 +935,7 @@ dev-python/sphinx-sitemap 2.8.0 2.9.0: Sitemap generator for Sphinx
|
||||
dev-python/sphinxcontrib-katex 0.9.11: KaTeX Sphinx extension for rendering of math in HTML pages
|
||||
dev-python/sphinxext-opengraph 0.13.0: Sphinx extension to generate unique OpenGraph metadata
|
||||
dev-python/sphinxnotes-mock 1.1: Sphinx extension for mocking directives and roles without modifying documents
|
||||
dev-python/sqlmodel 0.0.24: SQL databases in Python, designed for simplicity, compatibility, and robustness.
|
||||
dev-python/sqlmodel 0.0.29 0.0.31: SQL databases in Python, designed for simplicity, compatibility, and robustness.
|
||||
dev-python/starkbank-ecdsa 2.2.0-r1: A lightweight and fast pure python ECDSA library
|
||||
dev-python/steam 2.0.0-r1: Python package for interacting with Steam
|
||||
dev-python/stone 3.3.9: The Official Api Spec Language for Dropbox
|
||||
@@ -1045,7 +1046,7 @@ dev-util/minify-bin 2.24.4: Minifier package that provides HTML5, CSS3, JS, JSON
|
||||
dev-util/mise 2025.10.10-r3 2025.10.14 2025.12.12: The front-end to your dev env
|
||||
dev-util/mock 6.5 6.6: Simple chroot build environment manager for building RPMs
|
||||
dev-util/mock-core-configs 43.3: Mock core config files basic chroots
|
||||
dev-util/neocmakelsp 0.9.0: Another CMake LSP
|
||||
dev-util/neocmakelsp 0.9.1: Another CMake LSP
|
||||
dev-util/nvchecker 2.19 2.20: New version checker for software releases
|
||||
dev-util/ocamlformat 0.26.2 0.26.2-r1: Auto-formatter for OCaml code
|
||||
dev-util/ocp-indent 1.8.2: Indentation tool for OCaml, to be used from editors like Emacs and Vim.
|
||||
@@ -1108,7 +1109,7 @@ games-board/fairy-stockfish 14.0.1: Chess variant engine derived from Stockfish
|
||||
games-board/openriichi 0.2.1.1-r1: OpenRiichi is an open source Japanese Mahjong client
|
||||
games-board/rmahjong 0.4_p20201106: Riichi Mahjong, the Japanese variant of the Chinese game Mahjong for 4 players
|
||||
games-emulation/RetroArch 1.21.0 1.22.2: RetroArch is a frontend for emulators, game engines and media players
|
||||
games-emulation/azahar 2123.3: An open-source 3DS emulator project based on Citra
|
||||
games-emulation/azahar 2123.4.1: An open-source 3DS emulator project based on Citra
|
||||
games-emulation/dosbox-x 2025.12.01 2026.01.02 9999: Complete, accurate DOS emulator forked from DOSBox
|
||||
games-emulation/eden 0.0.4: Nintendo Switch Emulator
|
||||
games-emulation/flycast 9999: Sega Dreamcast, Naomi and Atomiswave emulator
|
||||
@@ -1819,7 +1820,7 @@ sci-mathematics/rstudio-desktop-bin 2023.09.1_p494 2024.12.0_p467 2024.12.0_p467
|
||||
sci-misc/boinc-wrapper 26018-r3 26019 26019-r1: Wrapper to use non-BOINC apps with BOINC
|
||||
sci-misc/llama-cpp 0_pre6140 0_pre6318 0_pre6710 0_pre6980 0_pre7276 0_pre7611 9999: Port of Facebook's LLaMA model in C/C++
|
||||
sci-ml/aichat 0.30.0: All-in-one LLM CLI Tool
|
||||
sci-ml/ollama 0.13.0 0.13.1 0.13.2 0.13.4 0.13.5-r1 9999: Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
sci-ml/ollama 0.13.0 0.13.1 0.13.2 0.13.4 0.13.5-r1 0.13.5-r2 9999: Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
sci-physics/openmodelica 1.26.0: Open-source Modelica-based modeling and simulation environment
|
||||
sci-physics/ovito 3.10.4 3.10.5 3.10.5-r1: Open Visualization Tool
|
||||
sec-keys/openpgp-keys-aepaneshnikov 20221210: OpenPGP keys used by Alexander Epaneshnikov
|
||||
@@ -1843,8 +1844,8 @@ sys-apps/bpftune 9999: bpftune uses BPF to auto-tune Linux systems
|
||||
sys-apps/bustd 0.1.1: Process killer daemon for out-of-memory scenarios
|
||||
sys-apps/cctv 9999: Terminal interface for CoolerControl
|
||||
sys-apps/colortail 0.3.3 9999: tail command with colors
|
||||
sys-apps/coolercontrol 3.0.2: Monitor and control your cooling and other devices
|
||||
sys-apps/coolercontrold 3.0.2: Monitor and control your cooling and other devices (daemon)
|
||||
sys-apps/coolercontrol 3.0.2 3.1.1: Monitor and control your cooling and other devices
|
||||
sys-apps/coolercontrold 3.0.2 3.1.1: Monitor and control your cooling and other devices (daemon)
|
||||
sys-apps/corefreq 2.0.8 2.0.9: CPU monitoring and tuning software designed for 64-bit processors
|
||||
sys-apps/deepcool-digital-linux 0.10.1 0.10.2: Linux version for the DeepCool Digital Windows software.
|
||||
sys-apps/dnf5 5.3.0.0: Command-line package manager
|
||||
|
||||
@@ -1 +1 @@
|
||||
Sat, 10 Jan 2026 13:46:37 +0000
|
||||
Sat, 10 Jan 2026 14:16:18 +0000
|
||||
|
||||
Reference in New Issue
Block a user