mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/tibs: Bump to 0.6.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -54,6 +54,7 @@ DIST syn-2.0.117.crate 306011 BLAKE2B bbaec02c4322f522bdfc87caa4ce6fd1e09bbf8f4a
|
||||
DIST tap-1.0.1.crate 11316 BLAKE2B 60786fd5f12c2f06097330c26809fdcfce62716586d2e1985f8c01406d356ed0ab730a04dfe72ee3e1d6208a53c76c66883d45a76130750b41ba5b82aa721b83 SHA512 d69ff11a46e2fbc276212511878f48eb93640c0b147df6578ea057b23625f9366a7fc3926693fc3809688537af5ca919c91605beed364decf83c35a032310995
|
||||
DIST target-lexicon-0.13.5.crate 26928 BLAKE2B f8c62cb91f68a635e6ce3fc254df9ce378b5e8f62c1147404c967484b9ed97fb33d7993b4671611db76566063e999d658d201f856f70196ec678d72cc758cf6d SHA512 956df27c01e1186c5356117ffd07810fc0b62fb919d5bfd215955ba85be00ef675212a3c0dc36679986be7b825442fec5c93c7643b7e1e19c04572e6463546fc
|
||||
DIST tibs-0.5.7.tar.gz 78255 BLAKE2B 0555d64ae3255b5fc1e2f488977802e8f51b99d14000debbf9d8e90f9d7435fc90bfd5eae3ee0a70230bb9c71248f9b3f226c8ef7dd46fa1e71593ceb045e24d SHA512 f67cb56949102635c6f8914407677befd96595ac3d721f7651e1aecc50509ca6e0e87b61c6d4afab9caf173c6b97ee5d1666fb6cfea5d9a1d36a0ac60b681f1e
|
||||
DIST tibs-0.6.0.tar.gz 86160 BLAKE2B f94b636b3cacbf631d1a06d0c64052ebd09d1357f734cd6e69f890bbc312daaa8f221f794590f62c8562fbaae0187f3d8e5561906c4891349baacfd9b06f6d4e SHA512 a3755057ccc0bc516bc1a97b1a60e4a84aa902a30567fa0eec4b42ab5866b73c3d686ec5300e40b7e2c868094406a2cd34d6a1f19670800b2ad7b8a103929b82
|
||||
DIST typenum-1.19.0.crate 76414 BLAKE2B 8083988e0bf1d7927377112b8939607f32af098f198a2bfcc2c5302170d9f6e5b29cf02d3cab16c1ecd0fb9f0a45ea3c6bd4a4e4baaf2dfdf8f694093300deeb SHA512 09ebcd7a2cc11f422469cf4fe706f1988bcd81d628e2bab3f54ae82b0aa5486d03a4392187a3736c13dc0c2027053387f89ac656caff72f36365c8be38bc7ff4
|
||||
DIST unicode-ident-1.0.24.crate 49298 BLAKE2B 34ba2906a3ebc06f52a4ba77dff96a8f3fb977718d260886fa9e051c5830765641b65a63977110f3a79f31fa177b385f81b01d56c80f6a0324d36eae72e2ebf0 SHA512 7be712d8d0075ac9341790180e312f66264d3e0255c91b38df0951baa5e446dec24551bb2125a66a1cb9b6ca2f1ea37c0cc15fa3dd74f398ecf4d5302c7dc259
|
||||
DIST unicode-xid-0.2.6.crate 15744 BLAKE2B b1bad25897717f6346f988d5a7c90c51fb842da113f19aa434a64add8f2e637258d9fab0f7b871fd2aac02e83c68359fc679b326232793cbc804523e2bff5056 SHA512 f68e78484479a5341b14d7e3391e691265851fa00feeca53af745479af6aa9b4ce3570456df785c8362043db9b04e2e57f9bad05d8305946f16af405bc611764
|
||||
|
||||
112
dev-python/tibs/tibs-0.6.0.ebuild
Normal file
112
dev-python/tibs/tibs-0.6.0.ebuild
Normal file
@@ -0,0 +1,112 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=maturin
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
RUST_MIN_VER="1.87.0"
|
||||
CRATES="
|
||||
allocator-api2@0.2.21
|
||||
anyhow@1.0.102
|
||||
bitflags@2.11.0
|
||||
bitvec@1.0.1
|
||||
block-buffer@0.10.4
|
||||
bytemuck@1.25.0
|
||||
cfg-if@1.0.4
|
||||
chacha20@0.10.0
|
||||
cpufeatures@0.2.17
|
||||
cpufeatures@0.3.0
|
||||
crunchy@0.2.4
|
||||
crypto-common@0.1.7
|
||||
digest@0.10.7
|
||||
equivalent@1.0.2
|
||||
foldhash@0.1.5
|
||||
foldhash@0.2.0
|
||||
funty@2.0.0
|
||||
generic-array@0.14.7
|
||||
getrandom@0.4.1
|
||||
half@2.7.1
|
||||
hashbrown@0.15.5
|
||||
hashbrown@0.16.1
|
||||
heck@0.5.0
|
||||
hex@0.4.3
|
||||
id-arena@2.3.0
|
||||
indexmap@2.13.0
|
||||
itoa@1.0.17
|
||||
leb128fmt@0.1.0
|
||||
libc@0.2.182
|
||||
log@0.4.29
|
||||
lru@0.16.3
|
||||
memchr@2.8.0
|
||||
once_cell@1.21.3
|
||||
portable-atomic@1.13.1
|
||||
prettyplease@0.2.37
|
||||
proc-macro2@1.0.106
|
||||
pyo3-build-config@0.28.2
|
||||
pyo3-ffi@0.28.2
|
||||
pyo3-macros-backend@0.28.2
|
||||
pyo3-macros@0.28.2
|
||||
pyo3@0.28.2
|
||||
quote@1.0.44
|
||||
r-efi@5.3.0
|
||||
radium@0.7.0
|
||||
rand@0.10.0
|
||||
rand_core@0.10.0
|
||||
semver@1.0.27
|
||||
serde@1.0.228
|
||||
serde_core@1.0.228
|
||||
serde_derive@1.0.228
|
||||
serde_json@1.0.149
|
||||
sha2@0.10.9
|
||||
syn@2.0.117
|
||||
tap@1.0.1
|
||||
target-lexicon@0.13.5
|
||||
typenum@1.19.0
|
||||
unicode-ident@1.0.24
|
||||
unicode-xid@0.2.6
|
||||
version_check@0.9.5
|
||||
wasip2@1.0.2+wasi-0.2.9
|
||||
wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06
|
||||
wasm-encoder@0.244.0
|
||||
wasm-metadata@0.244.0
|
||||
wasmparser@0.244.0
|
||||
wit-bindgen-core@0.51.0
|
||||
wit-bindgen-rust-macro@0.51.0
|
||||
wit-bindgen-rust@0.51.0
|
||||
wit-bindgen@0.51.0
|
||||
wit-component@0.244.0
|
||||
wit-parser@0.244.0
|
||||
wyz@0.5.1
|
||||
zerocopy-derive@0.8.40
|
||||
zerocopy@0.8.40
|
||||
zmij@1.0.21
|
||||
"
|
||||
|
||||
inherit cargo distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A sleek Python library for your binary data"
|
||||
HOMEPAGE="
|
||||
https://github.com/scott-griffiths/tibs/
|
||||
https://pypi.org/project/tibs/
|
||||
"
|
||||
SRC_URI+="
|
||||
${CARGO_CRATE_URIS}
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
# Dependent crate licenses
|
||||
LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0 ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
EPYTEST_PLUGINS=( hypothesis )
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_IGNORE=(
|
||||
tests/test_benchmarks.py
|
||||
)
|
||||
|
||||
QA_FLAGS_IGNORED="usr/lib/python3.*/site-packages/tibs/tibs.abi3.*"
|
||||
Reference in New Issue
Block a user