1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: python-cramjam
Section: python
Priority: optional
Maintainer: Roland Mas <lolando@debian.org>
Build-Depends: debhelper-compat (= 13),
pybuild-plugin-pyproject,
python3-all,
python3-maturin,
cargo,
librust-adler-dev,
librust-alloc-no-stdlib-dev,
librust-alloc-stdlib-dev,
# librust-unstable-dev,
librust-anstyle-dev,
librust-anstyle-parse-dev,
librust-anstyle-query-dev,
# librust-anstyle-wincon-dev,
librust-autocfg-dev,
librust-bitflags-dev,
librust-brotli+std-dev (>= 3),
librust-brotli-decompressor-dev,
librust-bytesize-dev,
librust-bzip2-dev,
librust-bzip2-sys-dev,
librust-cc-dev,
librust-cfg-if-dev,
librust-clap-dev,
# librust-clap-builder-dev,
librust-clap-derive-dev,
librust-clap-lex-dev,
# librust-colorchoice-dev,
# librust-cramjam-dev,
librust-crc32fast-dev,
librust-errno-dev,
# librust-errno-dragonfly-dev,
librust-flate2-dev,
librust-heck-dev,
# librust-hermit-abi-dev,
librust-indoc-dev,
librust-io-lifetimes-dev,
librust-is-terminal-dev,
librust-jobserver-dev,
librust-libc-dev,
librust-linux-raw-sys-dev,
librust-lock-api-dev,
librust-lz4-dev,
librust-memoffset-dev,
librust-miniz-oxide-dev,
librust-once-cell-dev,
librust-parking-lot-dev,
librust-parking-lot-core-dev,
librust-pkg-config-dev,
librust-proc-macro2-dev,
librust-pyo3-dev,
librust-pyo3-build-config-dev,
librust-pyo3-ffi-dev,
librust-pyo3-macros-dev,
librust-pyo3-macros-backend-dev,
librust-quote-dev,
librust-redox-syscall-dev,
librust-rustix-dev,
librust-scopeguard-dev,
librust-smallvec-dev,
librust-snap-dev,
librust-strsim-dev,
librust-syn-dev,
librust-syn-dev,
librust-target-lexicon-dev,
librust-unicode-ident-dev,
librust-unindent-dev,
librust-utf8parse-dev,
librust-zstd-dev,
librust-zstd-safe-dev,
librust-zstd-sys-dev,
python3-pytest,
python3-numpy,
python3-hypothesis,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python3-cramjam
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Description: Thin Python bindings to de/compression algorithms in Rust
Extremely thin Python bindings to de/compression algorithms in Rust.
Allows for using algorithms such as Snappy, without any system
dependencies.
.
This is handy when being used in environments like AWS Lambda, where
installing packages like `python-snappy` becomes difficult because of
system level dependencies.
|