Source: python-blosc
Section: python
Priority: optional
Maintainer: Daniel Stender <stender@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 python3-all-dev,
 python3-setuptools,
 python3-cpuinfo,
 libblosc-dev,
 python3-numpy <!nocheck>,
 python3-psutil <!nocheck>,
 python3-docutils <!nodoc>,
 links <!nodoc>,
 python3-sphinx <!nodoc>,
 python3-numpydoc <!nodoc>,
 python3-mock <!nocheck>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-blosc
Vcs-Git: https://salsa.debian.org/python-team/modules/python-blosc.git
Homepage: https://github.com/Blosc/python-blosc

Package: python3-blosc
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Recommends:
 python3-numpy
Suggests:
 python-blosc-doc
Description: Python 3 bindings for the Blosc meta-compressor
 Blosc (http://blosc.org) is a high performance compressor optimized for
 binary data. It has been designed to transmit data to the processor cache
 faster than the traditional, non-compressed, direct memory fetch approach
 via a memcpy() OS call.
 .
 This package provides the official Python bindings in the Python 3 import
 path.

Package: python-blosc-doc
Architecture: all
Section: doc
Build-Profiles: <!nodoc>
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends}
Recommends:
 python-blosc,
 python3-blosc
Description: Python bindings for the Blosc meta-compressor (docs)
 Blosc (http://blosc.org) is a high performance compressor optimized for
 binary data. It has been designed to transmit data to the processor cache
 faster than the traditional, non-compressed, direct memory fetch approach
 via a memcpy() OS call.
 .
 This package provides the documentation.
