Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-lz4
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-lz4
Commits
bb3665b2
Commit
bb3665b2
authored
5 years ago
by
onlyjob
Browse files
Options
Downloads
Patches
Plain Diff
Dropped Python2 support (Closes: #937901).
parent
34017f06
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+7
-24
7 additions, 24 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
8 additions
and
25 deletions
debian/control
+
7
−
24
View file @
bb3665b2
...
@@ -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}
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
bb3665b2
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment