mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-07 00:04:45 +03:00
2025-12-06 18:30:54 UTC
This commit is contained in:
parent
f5a949a0a9
commit
bb94d49f11
16
metadata/md5-cache/dev-libs/libgit2-1.9.2
Normal file
16
metadata/md5-cache/dev-libs/libgit2-1.9.2
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=dev-libs/libpcre2:= net-libs/llhttp:= virtual/zlib:= dev-libs/openssl:0= gssapi? ( virtual/krb5 ) ssh? ( net-libs/libssh2 )
|
||||
DESCRIPTION=A linkable library for Git
|
||||
EAPI=8
|
||||
HOMEPAGE=https://libgit2.org/
|
||||
INHERIT=cmake flag-o-matic python-any-r1
|
||||
IUSE=examples gssapi +ssh test +threads trace
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
|
||||
LICENSE=GPL-2-with-linking-exception
|
||||
RDEPEND=dev-libs/libpcre2:= net-libs/llhttp:= virtual/zlib:= dev-libs/openssl:0= gssapi? ( virtual/krb5 ) ssh? ( net-libs/libssh2 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/1.9
|
||||
SRC_URI=https://github.com/libgit2/libgit2/archive/v1.9.2.tar.gz -> libgit2-1.9.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 22e4e58d68692975dc74424dc9b12fb7 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-any-r1 891415dfe39ad9b41b461f2b86354af0
|
||||
_md5_=7aac93a5c5be86d7d750c7c2726b1659
|
||||
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/jaraco-test-5.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyfakefs[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/zipp-3.20[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flit-core-3.11.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( >=dev-python/jaraco-test-5.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/packaging[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyfakefs[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/zipp-3.20[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/flit-core-3.11.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Read metadata from Python packages
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/python/importlib_metadata/ https://pypi.org/project/importlib-metadata/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=dev-python/zipp-3.20[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RDEPEND=>=dev-python/zipp-3.20[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 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/i/importlib-metadata/importlib_metadata-8.7.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=d49d1df32591ea3eeeb21bfc43d9ee44
|
||||
_md5_=47cdec0df7750bca02cb2a89d7253f1f
|
||||
|
||||
17
metadata/md5-cache/dev-python/librt-0.7.2
Normal file
17
metadata/md5-cache/dev-python/librt-0.7.2
Normal file
@ -0,0 +1,17 @@
|
||||
BDEPEND=test? ( dev-python/mypy-extensions[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] verify-provenance? ( dev-python/pypi-attestations )
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
DESCRIPTION=Mypyc runtime library
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/mypyc/librt/ https://pypi.org/project/librt/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug verify-provenance
|
||||
KEYWORDS=~amd64 ~arm64 ~ppc ~ppc64
|
||||
LICENSE=MIT PSF-2.4
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
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://files.pythonhosted.org/packages/source/l/librt/librt-0.7.2.tar.gz verify-provenance? ( https://pypi.org/integrity/librt/v0.7.2/librt-0.7.2.tar.gz/provenance -> librt-0.7.2.tar.gz.provenance )
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=e6aa0ed8b01178fb46e8b738d095108a
|
||||
16
metadata/md5-cache/dev-python/libtmux-0.50.1
Normal file
16
metadata/md5-cache/dev-python/libtmux-0.50.1
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=app-misc/tmux-3.0a >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-rerunfailures[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-mock[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Typed library that provides an ORM wrapper for tmux, a terminal multiplexer
|
||||
EAPI=8
|
||||
HOMEPAGE=https://libtmux.git-pull.com/ https://github.com/tmux-python/libtmux/ https://pypi.org/project/libtmux/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=app-misc/tmux-3.0a python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 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/l/libtmux/libtmux-0.50.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=42c74f34bc47be111534d0d7ac1de73d
|
||||
17
metadata/md5-cache/dev-python/orjson-3.11.5
Normal file
17
metadata/md5-cache/dev-python/orjson-3.11.5
Normal file
@ -0,0 +1,17 @@
|
||||
BDEPEND=>=dev-util/maturin-1.7.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/arrow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) || ( >=dev-lang/rust-bin-1.88.0:* >=dev-lang/rust-1.88.0:* ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-util/maturin-1.8.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] verify-provenance? ( dev-python/pypi-attestations )
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
DESCRIPTION=Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ijl/orjson/ https://pypi.org/project/orjson/
|
||||
INHERIT=cargo distutils-r1 pypi
|
||||
IUSE=test debug python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug verify-provenance
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
|
||||
LICENSE=|| ( Apache-2.0 MIT ) Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 MIT Unicode-3.0
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
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://files.pythonhosted.org/packages/source/o/orjson/orjson-3.11.5.tar.gz verify-provenance? ( https://pypi.org/integrity/orjson/v3.11.5/orjson-3.11.5.tar.gz/provenance -> orjson-3.11.5.tar.gz.provenance )
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust ee7b3be2c0e004fa7aaaed31e4fef928 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo a1af74aa9e34cd73aeac642cd0dd54d8 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=61a3a902f5248c8652557648b3b23e2c
|
||||
17
metadata/md5-cache/dev-python/psycopg-3.3.2
Normal file
17
metadata/md5-cache/dev-python/psycopg-3.3.2
Normal file
@ -0,0 +1,17 @@
|
||||
BDEPEND=native-extensions? ( dev-python/cython[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-db/postgresql-8.1[server] >=dev-python/dnspython-2.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( native-extensions? ( >=dev-db/postgresql-8.1:= ) !native-extensions? ( >=dev-db/postgresql-8.1:* ) python_targets_pypy3_11? ( >=dev-python/typing-extensions-4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( >=dev-python/typing-extensions-4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( >=dev-python/typing-extensions-4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/anyio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=native-extensions? ( >=dev-db/postgresql-8.1:= ) !native-extensions? ( >=dev-db/postgresql-8.1:* ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
DESCRIPTION=PostgreSQL database adapter for Python
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.psycopg.org/psycopg3/ https://github.com/psycopg/psycopg/ https://pypi.org/project/psycopg/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=+native-extensions test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
|
||||
LICENSE=LGPL-3
|
||||
RDEPEND=native-extensions? ( >=dev-db/postgresql-8.1:= ) !native-extensions? ( >=dev-db/postgresql-8.1:* ) python_targets_pypy3_11? ( >=dev-python/typing-extensions-4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( >=dev-python/typing-extensions-4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( >=dev-python/typing-extensions-4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 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/psycopg/psycopg/archive/3.3.2.tar.gz -> psycopg-3.3.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=718245b26209d0a7de5ebe30b3271f42
|
||||
@ -5,12 +5,12 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/python-lsp/python-lsp-server/ https://pypi.org/project/python-lsp-server/
|
||||
INHERIT=distutils-r1 optfeature pypi
|
||||
IUSE=all-plugins test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=amd64 arm64 x86
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/docstring-to-markdown[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jedi-0.17.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-lsp-jsonrpc-1.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pluggy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] all-plugins? ( >=dev-python/autopep8-2.0.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flake8-7.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mccabe-0.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pycodestyle-2.12.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyflakes-3.2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pylint-3.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rope-1.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/whatthepatch-1.0.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/yapf-0.33.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/python-lsp-server/python_lsp_server-1.13.0.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/python-lsp-server/python_lsp_server-1.14.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 optfeature 538bce96e5589935b57e178e8635f301 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=9647c217e3a35f653278b6d32fa0a117
|
||||
_md5_=7d15fb6fb3caa448d2160fdc96f954c4
|
||||
17
metadata/md5-cache/dev-python/uv-0.9.16
Normal file
17
metadata/md5-cache/dev-python/uv-0.9.16
Normal file
@ -0,0 +1,17 @@
|
||||
BDEPEND=test? ( dev-lang/python:3.9 dev-lang/python:3.10 dev-lang/python:3.11 dev-lang/python:3.12 dev-lang/python:3.13 !!~dev-python/uv-0.5.0 ) || ( >=dev-lang/rust-bin-1.89.0:* >=dev-lang/rust-1.89.0:* )
|
||||
DEFINED_PHASES=compile configure install prepare pretend setup test unpack
|
||||
DEPEND=app-arch/bzip2:= app-arch/xz-utils:= app-arch/zstd:=
|
||||
DESCRIPTION=A Python package installer and resolver, written in Rust
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/astral-sh/uv/ https://pypi.org/project/uv/
|
||||
INHERIT=cargo check-reqs
|
||||
IUSE=test debug
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86
|
||||
LICENSE=|| ( Apache-2.0 MIT ) 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016 ZLIB openssl
|
||||
PROPERTIES=test_network
|
||||
RDEPEND=app-arch/bzip2:= app-arch/xz-utils:= app-arch/zstd:=
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/astral-sh/uv/archive/0.9.16.tar.gz -> uv-0.9.16.gh.tar.gz https://github.com/gentoo-crate-dist/uv/releases/download/0.9.16/uv-0.9.16-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust ee7b3be2c0e004fa7aaaed31e4fef928 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo a1af74aa9e34cd73aeac642cd0dd54d8 check-reqs 2a9731073c152554078a9a8df8fc0f1b
|
||||
_md5_=6eabf68305c4141f5ead1d00cb58bb40
|
||||
16
metadata/md5-cache/dev-python/uv-build-0.9.16
Normal file
16
metadata/md5-cache/dev-python/uv-build-0.9.16
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( app-arch/unzip dev-python/build[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=PEP517 uv build backend
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/astral-sh/uv/ https://pypi.org/project/uv-build/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86
|
||||
LICENSE=|| ( Apache-2.0 MIT )
|
||||
RDEPEND=>=dev-python/uv-0.9.16 python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 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/u/uv-build/uv_build-0.9.16.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 pypi 0ad21249997cbe7d63d15a084d009aa2
|
||||
_md5_=350b294a8e36a2c57bb54aa51d0a277b
|
||||
@ -5534,7 +5534,7 @@ dev-libs/libgcrypt 1.10.2 1.10.3-r1 1.10.3-r2 1.11.0-r1 1.11.0-r2 1.11.1 1.11.2:
|
||||
dev-libs/libgcrypt-compat 1.5.6: Old version of libgcrypt needed by some binaries
|
||||
dev-libs/libgdata 0.18.1-r2: GLib-based library for accessing online service APIs using the GData protocol
|
||||
dev-libs/libgee 0.20.6-r1 0.20.8: GObject-based interfaces and classes for commonly used data structures
|
||||
dev-libs/libgit2 1.9.1: A linkable library for Git
|
||||
dev-libs/libgit2 1.9.1 1.9.2: A linkable library for Git
|
||||
dev-libs/libgit2-glib 1.2.1-r1: Git library for GLib
|
||||
dev-libs/libglib-testing 0.1.1: Libglib-testing is a test library providing test harnesses and mock classes
|
||||
dev-libs/libgnome-games-support 1.8.2 2.0.1 2.0.2: Library for code common to GNOME games
|
||||
@ -8710,9 +8710,9 @@ dev-python/libcst 1.8.5 1.8.6: A concrete syntax tree with AST-like properties f
|
||||
dev-python/libevdev 0.12 0.13 0.13.1: Python wrappers for the libevdev library
|
||||
dev-python/liblarch 3.2.0: Library to handle directed acyclic graphs
|
||||
dev-python/libnacl 2.1.0: Python ctypes wrapper for libsodium
|
||||
dev-python/librt 0.6.3: Mypyc runtime library
|
||||
dev-python/librt 0.6.3 0.7.2: Mypyc runtime library
|
||||
dev-python/libsass 0.23.0: A straightforward binding of libsass for Python
|
||||
dev-python/libtmux 0.36.0 0.46.2 0.47.0 0.48.0_p0 0.49.0 0.50.0: Typed library that provides an ORM wrapper for tmux, a terminal multiplexer
|
||||
dev-python/libtmux 0.36.0 0.46.2 0.47.0 0.48.0_p0 0.49.0 0.50.0 0.50.1: Typed library that provides an ORM wrapper for tmux, a terminal multiplexer
|
||||
dev-python/libusb1 3.3.1: Python ctype-based wrapper around libusb1
|
||||
dev-python/libvirt-python 11.6.0 11.8.0 11.9.0 11.10.0 9999: libvirt Python bindings
|
||||
dev-python/license-expression 30.4.4: Parse, compare, simplify and normalize license expressions
|
||||
@ -8894,7 +8894,7 @@ dev-python/opt-einsum 3.4.0: Optimized Einsum: A tensor contraction order optimi
|
||||
dev-python/ordered-set 4.1.0-r1: A mutable set that remembers the order of its entries
|
||||
dev-python/orderedmultidict 1.0.1: Ordered Multivalue Dictionary. Powers furl
|
||||
dev-python/orderly-set 5.4.1 5.5.0: A package containing multiple implementations of Ordered Set
|
||||
dev-python/orjson 3.11.3 3.11.4 3.11.4-r1: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
|
||||
dev-python/orjson 3.11.3 3.11.4 3.11.4-r1 3.11.5: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
|
||||
dev-python/os-client-config 2.3.0: OpenStack Client Configuation Library
|
||||
dev-python/os-service-types 1.8.0 1.8.1 1.8.2: A library to handle official service types for OpenStack and it's aliases
|
||||
dev-python/osc-lib 4.1.0 4.2.0: A package of common support modules for writing OSC plugins
|
||||
@ -9009,7 +9009,7 @@ dev-python/propcache 0.3.2 0.4.0 0.4.1: Accelerated property cache
|
||||
dev-python/proto-plus 1.26.1 1.26.1-r1: Beautiful, Pythonic protocol buffers
|
||||
dev-python/protobuf 5.29.5 5.29.5-r1 6.30.2-r1 6.30.2-r2 6.31.1 6.32.0 6.32.1 6.32.1-r1 6.33.0 6.33.1 6.33.2: Google's Protocol Buffers - Python bindings
|
||||
dev-python/psutil 7.1.0 7.1.1 7.1.2 7.1.3: Retrieve information on running processes and system utilization
|
||||
dev-python/psycopg 2.9.10 2.9.11 3.2.9 3.2.10 3.2.11 3.2.12 3.2.13 3.3.0 3.3.1: PostgreSQL database adapter for Python
|
||||
dev-python/psycopg 2.9.10 2.9.11 3.2.9 3.2.10 3.2.11 3.2.12 3.2.13 3.3.0 3.3.1 3.3.2: PostgreSQL database adapter for Python
|
||||
dev-python/ptyprocess 0.7.0-r1: Run a subprocess in a pseudo terminal
|
||||
dev-python/publicsuffix2 2.20191221-r2: Get a public suffix for a domain name using the Public Suffix List
|
||||
dev-python/pudb 2025.1.3: A full-screen, console-based Python debugger
|
||||
@ -9282,7 +9282,7 @@ dev-python/python-linux-procfs 0.7.3: Python classes to extract information from
|
||||
dev-python/python-lsp-black 2.0.0 2.0.0-r1: Black plugin for the Python LSP Server
|
||||
dev-python/python-lsp-jsonrpc 1.1.2: JSON RPC 2.0 server library
|
||||
dev-python/python-lsp-ruff 2.3.0: Ruff linting plugin for the Python LSP Server
|
||||
dev-python/python-lsp-server 1.13.0 1.13.1 1.13.2: Python Language Server for the Language Server Protocol
|
||||
dev-python/python-lsp-server 1.13.1 1.13.2 1.14.0: Python Language Server for the Language Server Protocol
|
||||
dev-python/python-ly 0.9.9: Tool and library for manipulating LilyPond files
|
||||
dev-python/python-lzo 1.15: Python interface to lzo
|
||||
dev-python/python-magic 0.4.27: Access the libmagic file type identification library
|
||||
@ -9695,8 +9695,8 @@ dev-python/urwidtrees 1.0.3-r2: Tree widgets for urwid
|
||||
dev-python/userpath 1.9.2: Cross-platform tool for adding locations to the user PATH
|
||||
dev-python/utidylib 0.10: TidyLib Python wrapper
|
||||
dev-python/uuid6 2025.0.1: New time-based UUID formats which are suited for use as a database key
|
||||
dev-python/uv 0.9.4 0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.9.11 0.9.12 0.9.13 0.9.14 0.9.15 9999: A Python package installer and resolver, written in Rust
|
||||
dev-python/uv-build 0.9.4 0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.9.11 0.9.12 0.9.13 0.9.14 0.9.15: PEP517 uv build backend
|
||||
dev-python/uv 0.9.4 0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.9.11 0.9.12 0.9.13 0.9.14 0.9.15 0.9.16 9999: A Python package installer and resolver, written in Rust
|
||||
dev-python/uv-build 0.9.4 0.9.6 0.9.7 0.9.8 0.9.9 0.9.10 0.9.11 0.9.12 0.9.13 0.9.14 0.9.15 0.9.16: PEP517 uv build backend
|
||||
dev-python/uvicorn 0.35.0 0.36.0 0.37.0 0.38.0: Lightning-fast ASGI server implementation
|
||||
dev-python/uvloop 0.21.0 0.22.1: Ultra-fast implementation of asyncio event loop on top of libuv
|
||||
dev-python/validators 0.35.0: Python Data Validation for Humans
|
||||
|
||||
@ -1 +1 @@
|
||||
Sat, 06 Dec 2025 17:45:52 +0000
|
||||
Sat, 06 Dec 2025 18:30:54 +0000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user