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
|
Source: python-hdf5plugin
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Freexian Packaging Team <team+freexian@tracker.debian.org>
Build-Depends:
debhelper-compat (= 13), dh-sequence-python3,
python3-all, python3-setuptools,
# Testing:
hdf5-filter-plugin-blosc-serial <!nocheck>,
hdf5-filter-plugin-bz2-serial <!nocheck>,
hdf5-filter-plugin-lz4-serial <!nocheck>,
hdf5-filter-plugin-zfp-serial <!nocheck>,
hdf5-plugin-lzf <!nocheck>,
python3-numpy <!nocheck>, python3-h5py <!nocheck>,
# Documentation:
dh-sequence-sphinxdoc <!nodoc>,
python3-sphinx <!nodoc>, python3-nbsphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>, pandoc <!nodoc>
Standards-Version: 4.6.1
Rules-Requires-Root: no
Testsuite: autopkgtest, autopkgtest-pkg-python
Homepage: https://github.com/silx-kit/hdf5plugin
Vcs-Git: https://salsa.debian.org/science-team/python-hdf5plugin.git
Vcs-Browser: https://salsa.debian.org/science-team/python-hdf5plugin
Package: python3-hdf5plugin
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-h5py
Recommends:
hdf5-filter-plugin-blosc-serial,
hdf5-filter-plugin-bz2-serial,
hdf5-filter-plugin-lz4-serial,
hdf5-filter-plugin-zfp-serial,
hdf5-plugin-lzf
Description: Python library to make HDF5 compression filters usable from h5py
hdf5plugin provides h5py extensions to control HDF5 compression filters
plugins installed in the system.
.
The package supports providing options to:
* blosc
* bitshuffle
* lz4
* FCIDECOMP
* ZFP
* zstd
.
These filter plugins are not provided by this package and need to be installed
using their own packages.
Package: python3-hdf5plugin-doc
Build-Profiles: <!nodoc>
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python library to make HDF5 compression filters usable from h5py (documentation)
hdf5plugin provides h5py extensions to control HDF5 compression filters
plugins installed in the system.
.
The package supports providing options to:
* blosc
* bitshuffle
* lz4
* FCIDECOMP
* ZFP
* zstd
.
These filter plugins are not provided by this package and need to be installed
using their own packages.
.
This is the documentation for hdf5plugin.
|