Skip to content
Snippets Groups Projects
Commit bb3665b2 authored by onlyjob's avatar onlyjob :sleeping:
Browse files

Dropped Python2 support (Closes: #937901).

parent 34017f06
No related branches found
No related tags found
No related merge requests found
...@@ -4,37 +4,20 @@ Priority: optional ...@@ -4,37 +4,20 @@ Priority: optional
Standards-Version: 4.4.1 Standards-Version: 4.4.1
Maintainer: Dmitry Smirnov <onlyjob@debian.org> Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 12), dh-python, python-all-dev, python3-all-dev Build-Depends: debhelper-compat (= 12), dh-python, python3-all-dev
,liblz4-dev (>= 0.0~r131~) ,liblz4-dev (>= 0.0~r131~)
,pkg-config ,pkg-config
,python-setuptools # ,python3-deprecation
,python3-setuptools # ,python3-future
,python-setuptools-scm
,python3-setuptools-scm
# ,python-deprecation
# ,python3-deprecation
# ,python-future
# ,python3-future
,python-pkgconfig
,python3-pkgconfig ,python3-pkgconfig
,python-pytest-runner
,python3-pytest-runner ,python3-pytest-runner
,python3-setuptools
,python3-setuptools-scm
Homepage: http://pypi.python.org/pypi/lz4 Homepage: http://pypi.python.org/pypi/lz4
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-lz4 Vcs-Browser: https://salsa.debian.org/python-team/modules/python-lz4
Vcs-Git: https://salsa.debian.org/python-team/modules/python-lz4.git Vcs-Git: https://salsa.debian.org/python-team/modules/python-lz4.git
Testsuite: autopkgtest-pkg-python Testsuite: autopkgtest-pkg-python
Package: python-lz4
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Python interface to the lz4 compression library
This package provides bindings for the liblz4 compression library.
.
LZ4 is a very fast lossless compression algorithm, providing compression
speed at 400 MB/s per core, scalable with multi-cores CPU. It also
features an extremely fast decoder, with speed in multiple GB/s per core,
typically reaching RAM speed limits on multi-core systems.
Package: python3-lz4 Package: python3-lz4
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
......
...@@ -7,4 +7,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie ...@@ -7,4 +7,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
export PYBUILD_NAME=lz4 export PYBUILD_NAME=lz4
%: %:
dh $@ --with python2,python3 --buildsystem=pybuild dh $@ --with python3 --buildsystem=pybuild
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment