2026-09-06 03:00:58 UTC

This commit is contained in:
Repository mirror & CI
2026-09-06 03:00:58 +00:00
parent 11c1471147
commit 71165a1350
9 changed files with 95 additions and 27 deletions

View File

@@ -6,12 +6,12 @@ EAPI=8
HOMEPAGE=https://github.com/coleifer/peewee/ https://pypi.org/project/peewee/
INHERIT=distutils-r1
IUSE=examples +native-extensions test doc python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
KEYWORDS=amd64 ~arm64 ~riscv x86
KEYWORDS=~amd64 ~arm64 ~riscv ~x86
LICENSE=BSD
RDEPEND=native-extensions? ( dev-db/sqlite:3= ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite] ) python_targets_python3_14? ( dev-lang/python:3.14[sqlite] ) python_targets_python3_15? ( dev-lang/python:3.15[sqlite] )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/coleifer/peewee/archive/4.2.6.tar.gz -> peewee-4.2.6.gh.tar.gz
SRC_URI=https://github.com/coleifer/peewee/archive/4.5.0.tar.gz -> peewee-4.5.0.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937
_md5_=04869f68434d6676b07d22e326c00193
_md5_=528e031a5078f69e9bd3dadd44f12be1

View File

@@ -0,0 +1,17 @@
BDEPEND=>=dev-python/cython-3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/numpy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pandas[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/shapely[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/xarray[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/certifi[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=sci-libs/proj-9.0.0:= >=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/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=sci-libs/proj-9.0.0:= 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=Python interface to the PROJ library
EAPI=8
HOMEPAGE=https://github.com/pyproj4/pyproj/ https://pypi.org/project/pyproj/
INHERIT=distutils-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=MIT
RDEPEND=dev-python/certifi[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=sci-libs/proj-9.0.0:= 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://github.com/pyproj4/pyproj/archive/3.8.0.tar.gz -> pyproj-3.8.0.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937
_md5_=66bf7ca636b7fdeb85709a6d83407f48

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) || ( >=dev-lang/rust-bin-1.88.0:* >=dev-lang/rust-1.88.0:* ) 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 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-util/maturin-1.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Provides OpenPGP facilities using Sequoia-PGP library
EAPI=8
HOMEPAGE=https://github.com/wiktor-k/pysequoia https://pypi.org/project/pysequoia/
INHERIT=cargo distutils-r1 pypi
IUSE=test debug python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
KEYWORDS=~amd64
LICENSE=Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 LGPL-2+ MIT Unicode-3.0 ZLIB
RDEPEND=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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pysequoia/pysequoia-0.1.35.tar.gz https://github.com/gentoo-crate-dist/pysequoia/releases/download/v0.1.35/pysequoia-0.1.35-crates.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 71b6825bd86e342e1540c76cc6fe864b rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo c18ade5e10cfd39155908ca389968d65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=3f6d984871587366edb0929d9ce06adb

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) || ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* ) 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 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-util/maturin-1.8.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Python bindings to the Rust regress crate
EAPI=8
HOMEPAGE=https://pypi.org/project/regress/ https://github.com/crate-py/regress
INHERIT=cargo distutils-r1
IUSE=test debug python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86
LICENSE=MIT Apache-2.0-with-LLVM-exceptions Unicode-3.0 || ( Apache-2.0 MIT ) || ( MIT Unlicense )
RDEPEND=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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/crate-py/regress/releases/download/v2026.9.1/regress-2026.9.1.tar.gz https://static.crates.io/crates/heck/heck-0.5.0.crate https://static.crates.io/crates/libc/libc-0.2.175.crate https://static.crates.io/crates/memchr/memchr-2.7.5.crate https://static.crates.io/crates/once_cell/once_cell-1.21.3.crate https://static.crates.io/crates/portable-atomic/portable-atomic-1.11.1.crate https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.101.crate https://static.crates.io/crates/pyo3-build-config/pyo3-build-config-0.29.2.crate https://static.crates.io/crates/pyo3-ffi/pyo3-ffi-0.29.2.crate https://static.crates.io/crates/pyo3-macros-backend/pyo3-macros-backend-0.29.2.crate https://static.crates.io/crates/pyo3-macros/pyo3-macros-0.29.2.crate https://static.crates.io/crates/pyo3/pyo3-0.29.2.crate https://static.crates.io/crates/quote/quote-1.0.40.crate https://static.crates.io/crates/regress/regress-0.12.0.crate https://static.crates.io/crates/syn/syn-2.0.106.crate https://static.crates.io/crates/target-lexicon/target-lexicon-0.13.4.crate https://static.crates.io/crates/unicode-ident/unicode-ident-1.0.18.crate
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 71b6825bd86e342e1540c76cc6fe864b rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo c18ade5e10cfd39155908ca389968d65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937
_md5_=9695354432ccb1879084eae1ec71bc9c

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/packaging-25[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/typer[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( >=dev-python/click-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rich-12[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/inline-snapshot[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) 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 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Format click help output nicely with rich
EAPI=8
HOMEPAGE=https://pypi.org/project/rich-click/ https://github.com/ewels/rich-click/
INHERIT=distutils-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/click-8[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/rich-12[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] 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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ewels/rich-click/archive/refs/tags/v1.9.9.tar.gz -> rich-click-1.9.9.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937
_md5_=ae0ea5ea351243bd9ede7602ba0b9bb3

View File

@@ -1,17 +0,0 @@
BDEPEND=>=dev-python/cython-3.0.10[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] test? ( >=dev-python/aiohttp-3.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/tornado[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( <dev-python/ply-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] <dev-python/six-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-reraise[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) 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 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Pure python approach of Apache Thrift
EAPI=8
HOMEPAGE=https://github.com/Thriftpy/thriftpy2/ https://pypi.org/project/thriftpy2/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=<dev-python/ply-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] <dev-python/six-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] 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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/t/thriftpy2/thriftpy2-0.6.0.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=d7b57bc54de3ce0e32e6133e838d77af

View File

@@ -0,0 +1,17 @@
BDEPEND=>=dev-python/cython-3.0.10[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] test? ( >=dev-python/aiohttp-3.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) test? ( =dev-python/ijson-3*[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] <dev-python/ply-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pytest-reraise[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] ) 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 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
DESCRIPTION=Pure python approach of Apache Thrift
EAPI=8
HOMEPAGE=https://github.com/Thriftpy/thriftpy2/ https://pypi.org/project/thriftpy2/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 debug verify-provenance
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND==dev-python/ijson-3*[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] <dev-python/ply-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] 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 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/t/thriftpy2/thriftpy2-0.7.1.tar.gz verify-provenance? ( https://pypi.org/integrity/thriftpy2/v0.7.1/thriftpy2-0.7.1.tar.gz/provenance -> thriftpy2-0.7.1.tar.gz.provenance )
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 85d8fb641bb0e79b1ae893556e9c57bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 e19039519d3638744fa057e656909937 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=6dfb241f527095ca02fc9fab4233590f

View File

@@ -9097,7 +9097,7 @@ dev-python/pdm-backend 2.4.9: A PEP 517 backend for PDM that supports PEP 621 me
dev-python/peachpy 2022.11.13-r3: Portable Efficient Assembly Code-generator in Higher-level Python
dev-python/pebble 5.2.1-r1 5.2.2: Threading and multiprocessing eye-candy
dev-python/pecan 1.8.0: A WSGI object-dispatching web framework, lean, fast, with few dependencies
dev-python/peewee 4.2.6 4.3.0: Small Python ORM
dev-python/peewee 4.3.0 4.5.0: Small Python ORM
dev-python/pefile 2024.8.26 9999: Module to read and work with Portable Executable (PE) files
dev-python/pelican-minify 2.0.2: An HTML minification plugin for Pelican, the static site generator
dev-python/pexpect 4.9.0: Python module for spawning child apps and responding to expected patterns
@@ -9283,7 +9283,7 @@ dev-python/pypiserver 2.4.1: Minimal PyPI server
dev-python/pypng 0.20220715.0: Pure Python PNG image encoder/decoder
dev-python/pypresence 4.6.1 4.6.2: Complete Discord IPC and Rich Presence wrapper library in Python
dev-python/pyprof2calltree 1.4.5-r1: Convert python profile data to kcachegrind calltree form
dev-python/pyproj 3.7.2: Python interface to the PROJ library
dev-python/pyproj 3.7.2 3.8.0: Python interface to the PROJ library
dev-python/pyproject-api 1.10.1 1.11.0: API to interact with the python pyproject.toml based projects
dev-python/pyproject-fmt 2.21.2 2.26.0 2.27.1 2.28.2: Format your pyproject.toml file
dev-python/pyproject-hooks 1.2.0: Wrappers to build Python packages using PEP 517 hooks
@@ -9307,7 +9307,7 @@ dev-python/pyrss2gen 1.1-r3: RSS feed generator written in Python
dev-python/pyscard 2.3.1: Smart card support in python
dev-python/pyscreenshot 3.1: Python screenshot library
dev-python/pysdl2 0.9.17: Python (ctypes) bindings for SDL2 libraries
dev-python/pysequoia 0.1.34: Provides OpenPGP facilities using Sequoia-PGP library
dev-python/pysequoia 0.1.34 0.1.35: Provides OpenPGP facilities using Sequoia-PGP library
dev-python/pyserial 3.5-r3: Python Serial Port extension
dev-python/pyside 6.11.1-r1 6.11.2 6.9999: Python bindings for the Qt framework
dev-python/pysimdjson 7.0.2: Python bindings for simdjson
@@ -9516,7 +9516,7 @@ dev-python/reedsolo 2.1.1_beta1-r2: Python Reed Solomon encoder/decoder
dev-python/referencing 0.37.0: Cross-specification JSON referencing (JSON Schema, OpenAPI...)
dev-python/reflink 0.2.2: Python wrapper around the reflink system calls
dev-python/regex 2026.7.19 2026.8.31 2026.9.3: Alternative regular expression module to replace re
dev-python/regress 2025.10.1: Python bindings to the Rust regress crate
dev-python/regress 2025.10.1 2026.9.1: Python bindings to the Rust regress crate
dev-python/rencode 1.0.8-r1: Serialization similar to bencode from the BitTorrent project
dev-python/reno 4.1.0: Release notes manager, storing release notes in a git repo and building docs
dev-python/reportlab 4.5.1: Tools for generating printable PDF documents from any data source
@@ -9551,7 +9551,7 @@ dev-python/rfc6555 0.1.0: Implementation of the Happy Eyeballs Algorithm (RFC 65
dev-python/rfc8785 0.1.4: Pure-Python impl. of RFC 8785 (JSON Canonicalization Scheme)
dev-python/rich 14.3.4 15.0.0: Python library for rendering rich text, tables, etc. to the terminal
dev-python/rich-argparse 1.8.0: Rich help formatters for argparse and optparse
dev-python/rich-click 1.9.8: Format click help output nicely with rich
dev-python/rich-click 1.9.8 1.9.9: Format click help output nicely with rich
dev-python/roman 5.2: An Integer to Roman numerals converter
dev-python/roman-numerals 4.1.0: Manipulate roman numerals
dev-python/rope 1.14.0: Python refactoring library
@@ -9752,7 +9752,7 @@ dev-python/textx 4.3.0 4.4.0: Meta-language for DSL implementation inspired by X
dev-python/threadpoolctl 3.6.0: Limit the number of threads used in native libs that have their own threadpool
dev-python/three-merge 0.1.1-r1: Simple Python library to perform a 3-way merge between strings
dev-python/thrift 0.23.0 0.24.0: Python implementation of Thrift
dev-python/thriftpy2 0.6.0 0.7.0: Pure python approach of Apache Thrift
dev-python/thriftpy2 0.7.0 0.7.1: Pure python approach of Apache Thrift
dev-python/tibs 1.0.0 1.1.0 2.0.1: A sleek Python library for your binary data
dev-python/tifffile 2026.8.16 2026.8.23: Read and write TIFF files
dev-python/time-machine 3.2.0-r1 3.3.1 3.4.0 3.5.0: Travel through time in your tests

View File

@@ -1 +1 @@
Sun, 06 Sep 2026 02:15:55 +0000
Sun, 06 Sep 2026 03:00:58 +0000