Commit 88b5a736 authored by Julien Muchembled's avatar Julien Muchembled

wip

parent ae436f7d
python-zstd (0.2-1) unstable; urgency=low
* Initial release.
-- Julien Muchembled <jm@jmuchemb.eu> Thu, 15 Feb 2018 13:51:46 +0100
Source: python-zstd
Maintainer: Julien Muchembled <jm@jmuchemb.eu>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10), dh-python, libzstd-dev, cython3,
python-setuptools, python-all-dev,
python3-setuptools, python3-all-dev,
pypy-setuptools, pypy-dev, pypy,
Standards-Version: 4.1.3
Homepage: https://lab.nexedi.com/nexedi/cython-zstd
Package: python-zstd
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Description: Simple Zstd bindings for Python 2
Zstd, short for Zstandard, is a real-time compression algorithm, providing
high compression ratios. It offers a very wide range of compression / speed
trade-off, while being backed by a very fast decoder.
.
This package contains bindings that are implemented in Cython.
Package: python3-zstd
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Description: Simple Zstd bindings for Python 3
Zstd, short for Zstandard, is a real-time compression algorithm, providing
high compression ratios. It offers a very wide range of compression / speed
trade-off, while being backed by a very fast decoder.
.
This package contains bindings that are implemented in Cython.
Package: pypy-zstd
Architecture: any
Depends: ${misc:Depends}, ${pyp:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Description: Simple Zstd bindings for PyPy
Zstd, short for Zstandard, is a real-time compression algorithm, providing
high compression ratios. It offers a very wide range of compression / speed
trade-off, while being backed by a very fast decoder.
.
This package contains bindings that are implemented in Cython.
#!/usr/bin/make -f
export PYBUILD_NAME=zstd
export WITHOUT_CYTHON=1
%:
dh $@ --with python2,python3,pypy --buildsystem=pybuild
override_dh_auto_build:
# cythonize
WITHOUT_CYTHON= python3 setup.py -q build_ext --dry-run
# do the remaining at install or test
# please also check https://pypi.debian.net/cython-zstd/watch
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
https://pypi.debian.net/cython-zstd/cython-zstd-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment