dev-python/cachebox: Bump to 6.2.7

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-09-05 06:35:33 +02:00
parent 40a3e04a74
commit 257e9bc89a
2 changed files with 101 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ DIST bitflags-2.13.1.crate 51395 BLAKE2B fdc2047bd877bbff24d9cb98c4fcc96b256f616
DIST bumpalo-3.20.3.crate 98671 BLAKE2B 0b658a45105ef71b599d028f8ae735bb10e843c534eebfa35d156dcc0099d137bf24179ecb5cd7d334d60f1a735897e746041975c22a6877ce88831fba050e86 SHA512 c0e8ebd1c9eaf0a093370251a8a4993f73ed925a95ec852173649e6716741e38fbe1b1bbe15dd7704722fa67e3113f82a76b3e9edb5691f3b5c68a3a55b0c039
DIST cachebox-6.2.6.tar.gz 219081 BLAKE2B a67064e692323d55d8583f632679b2a9b012ee24552eadd71e544bbe01dae09c8071562ce117f0f40b02b6684819ce23d1a1242dc8681ce6cc58ee9b69e0b1c4 SHA512 221a143916bdb57a77bc84e9a8c6f6c67130966b1041c2d3544fc48cc96a2bcbf7bcc9c8643e1e51cf55e7e20c4c58f00a6f1455d80b955e6f86ae14b4905c02
DIST cachebox-6.2.6.tar.gz.provenance 9621 BLAKE2B aed44dddd494d9f550a6efaf7c29f5c7b8d490c7c8457fc0de1fcb5b0440783fc2f2d7631a5eb655e828c09f59993de184e6bb590ce288354ff0023a0cc86fc2 SHA512 c502d745b9b423da3032be2c40a231c6360e712f44e9f237c5fb8d4ec0d2a63289c5e93a719885e56760499bdef4750b6cdccbdf2ed528378090672c1e6ab6c6
DIST cachebox-6.2.7.tar.gz 219701 BLAKE2B eaa30bd0fbec076bbccb2ba1f23079f438f19ee5dcb31c298207038d8590fcca469f8b7d63186022a57fc8dcaa712b3e8308bc6a757b59fa9fb11ba2c11618f8 SHA512 dcb87951703d3cdcd2f68be01af7b4832a8e52ff53ef62dc0f55dddb8b8691ee84763971cdde7ad68abbc435dc33b448e1018c656712b127c2b9b660fc21e60e
DIST cachebox-6.2.7.tar.gz.provenance 9713 BLAKE2B 59b08fc0567db356b9781f05e86bbeb2459e6f7026a546f7e4e10628564407d92bacade5adee203804db5c9778f9cab08c292386eedd5647e75d741cccdbd4f8 SHA512 594242bfb8c2fa85c7fbdf1887b5a6f49aee9a15973c253316c5acce98d0f68b8cb7e20e6effb81379f60eae229d9ac90dafb9ec9c9966b33fba00daf8d08708
DIST cc-1.4.4.crate 100602 BLAKE2B 9636737ea0a314c7d5eaa09014fa39552e9ed0b79cc0afe6289f5c8d35b67322c2ab4adbf2c4ff408642d8b3772e2f7fe3e058a109b4cd3be66c0a3c2f83b419 SHA512 fa19696ac9288b6af0fed8ce94a0acce9d1baeb367ef7f52c5d57fed0c0cc058b9b3a2a3f3183ccc3d3a6e2f3e36e3cabcef636dd7a752350238edd80aad0a03
DIST cfg-if-1.0.4.crate 9360 BLAKE2B beadbfb273ee97cbb6e3740891fbace57511399ad203459b66b397587d794677a9515cde4e9ec4320c3795518bf1551d72b9a889f8ac4b225168f493288b7c19 SHA512 176e04df7ba783b7143bb84397b777f5c5a1305c08a5c3a218d4a66830620be89ed68992ba27686165bcd3fb2f34b2daf80b2a1d4b481ecc267c988e84d28e9d
DIST chrono-0.4.45.crate 240866 BLAKE2B cd8c8fb6c5ce1b89ba75e18010f0043af52e7086b444f88e00cb3d8f85cd7be219c28ebbdaea964556f805a6085d5dc5f114a9a2d428214b83e94281d0ac07af SHA512 f275b373f0f085453bd168b822a28ce6db3470cbe42f4c8b216b4320f2b460dbd2781e272eff8977b6d17ae596cb3efd3381a1cffb5e6513e6e7979681894546

View File

@@ -0,0 +1,99 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
PYPI_VERIFY_REPO=https://github.com/awolverp/cachebox
PYTHON_COMPAT=( python3_{12..15} )
RUST_MIN_VER="1.83.0"
CRATES="
allocator-api2@0.4.0
android_system_properties@0.1.6
autocfg@1.5.1
bitflags@2.13.1
bumpalo@3.20.3
cc@1.4.4
cfg-if@1.0.4
chrono@0.4.45
core-foundation-sys@0.8.7
fastrand@2.5.0
find-msvc-tools@0.1.11
futures-core@0.3.34
futures-task@0.3.34
futures-util@0.3.34
heck@0.5.0
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.65
js-sys@0.3.104
libc@0.2.189
lock_api@0.4.14
log@0.4.34
num-traits@0.2.19
once_cell@1.21.4
parking_lot@0.12.5
parking_lot_core@0.9.12
pin-project-lite@0.2.17
portable-atomic@1.15.0
proc-macro2@1.0.107
pyo3-build-config@0.29.2
pyo3-ffi@0.29.2
pyo3-macros-backend@0.29.2
pyo3-macros@0.29.2
pyo3@0.29.2
quote@1.0.47
redox_syscall@0.5.18
rustversion@1.0.23
scopeguard@1.2.0
shlex@2.0.1
slab@0.4.12
smallvec@1.15.2
syn@2.0.119
target-lexicon@0.13.5
unicode-ident@1.0.24
wasm-bindgen-macro-support@0.2.127
wasm-bindgen-macro@0.2.127
wasm-bindgen-shared@0.2.127
wasm-bindgen@0.2.127
windows-core@0.62.2
windows-implement@0.60.2
windows-interface@0.59.3
windows-link@0.2.1
windows-result@0.4.1
windows-strings@0.5.1
"
inherit cargo distutils-r1 pypi
DESCRIPTION="The fastest memoizing and caching Python library written in Rust"
HOMEPAGE="
https://github.com/awolverp/cachebox/
https://pypi.org/project/cachebox/
"
SRC_URI+="
${CARGO_CRATE_URIS}
"
LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
EPYTEST_PLUGINS=( hypothesis pytest-asyncio )
distutils_enable_tests pytest
# Rust
QA_FLAGS_IGNORED="usr/lib/python.*/site-packages/cachebox/_core.*"
src_unpack() {
pypi_src_unpack
cargo_src_unpack
}
python_test() {
rm -rf cachebox || die
epytest
}