summaryrefslogtreecommitdiff
path: root/dev-python/tibs/tibs-0.12.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/tibs/tibs-0.12.0.ebuild')
-rw-r--r--dev-python/tibs/tibs-0.12.0.ebuild131
1 files changed, 0 insertions, 131 deletions
diff --git a/dev-python/tibs/tibs-0.12.0.ebuild b/dev-python/tibs/tibs-0.12.0.ebuild
deleted file mode 100644
index ba7b4283c47d..000000000000
--- a/dev-python/tibs/tibs-0.12.0.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# 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_{13..14} )
-
-RUST_MIN_VER="1.87.0"
-CRATES="
- allocator-api2@0.2.21
- anyhow@1.0.102
- bitflags@2.11.0
- bitvec@1.1.1
- block-buffer@0.12.0
- bytemuck@1.25.0
- cc@1.2.60
- cfg-if@1.0.4
- chacha20@0.10.0
- const-oid@0.10.2
- cpufeatures@0.3.0
- crunchy@0.2.4
- crypto-common@0.2.2
- digest@0.11.3
- equivalent@1.0.2
- find-msvc-tools@0.1.9
- foldhash@0.1.5
- foldhash@0.2.0
- funty@2.0.0
- getrandom@0.3.4
- getrandom@0.4.1
- half@2.7.1
- hashbrown@0.15.5
- hashbrown@0.16.1
- hashbrown@0.17.1
- heck@0.5.0
- hex@0.4.3
- hybrid-array@0.4.12
- id-arena@2.3.0
- indexmap@2.13.0
- itoa@1.0.17
- jobserver@0.1.34
- leb128fmt@0.1.0
- libc@0.2.182
- log@0.4.29
- lru@0.18.0
- memchr@2.8.1
- once_cell@1.21.3
- pkg-config@0.3.33
- portable-atomic@1.13.1
- prettyplease@0.2.37
- proc-macro2@1.0.106
- pyo3-build-config@0.29.0
- pyo3-ffi@0.29.0
- pyo3-macros-backend@0.29.0
- pyo3-macros@0.29.0
- pyo3@0.29.0
- 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.11.0
- shlex@1.3.0
- syn@2.0.117
- tap@1.0.1
- target-lexicon@0.13.5
- typenum@1.20.1
- unicode-ident@1.0.24
- unicode-xid@0.2.6
- 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
- zstd-safe@7.2.4
- zstd-sys@2.0.16+zstd.1.5.7
- zstd@0.13.3
-"
-
-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 ~arm arm64 x86"
-
-DEPEND="
- app-arch/zstd:=
-"
-RDEPEND="
- ${DEPEND}
-"
-
-EPYTEST_PLUGINS=( hypothesis )
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- tests/test_benchmarks.py
-)
-
-QA_FLAGS_IGNORED="usr/lib/python3.*/site-packages/tibs/tibs.abi3.*"
-
-# enable system libraries where supported
-export ZSTD_SYS_USE_PKG_CONFIG=1