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
|
Source: python-blosc
Section: python
Priority: optional
Maintainer: Daniel Stender <stender@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all-dev,
python3-all-dev,
python-setuptools,
python3-setuptools,
libblosc-dev,
python-numpy,
python3-numpy,
python-docutils,
links,
python3-sphinx,
python3-numpydoc,
python-mock,
python3-mock
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-blosc.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-blosc.git
Homepage: https://github.com/Blosc/python-blosc
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Package: python-blosc
Architecture: any
Depends:
${misc:Depends},
${python:Depends},
${shlibs:Depends},
Suggests:
python-blosc-doc
Description: Python 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 2 import
path.
Package: python3-blosc
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
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
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.
|