Skip to content
Commits on Source (7)
python-bz2file (0.98-3) unstable; urgency=medium
* Team upload.
* Drop Python2 package
Closes: #937625
* debhelper-compat 12
* Standards-Version: 4.4.1
* Refer to common license file for Apache-2.0.
* Set upstream metadata fields: Bug-Database.
* No upstream signature found - drop signing from watch file
-- Andreas Tille <tille@debian.org> Sun, 05 Jan 2020 07:22:06 +0100
python-bz2file (0.98-2) unstable; urgency=medium
* Team upload.
......
......@@ -4,31 +4,15 @@ Uploaders: Michael R. Crusoe <mcrusoe@msu.edu>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
dh-python,
python,
python-setuptools,
python3,
python3-setuptools
Standards-Version: 4.2.1
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/python-bz2file
Vcs-Git: https://salsa.debian.org/med-team/python-bz2file.git
Homepage: https://github.com/nvawda/bz2file
Package: python-bz2file
Architecture: all
Depends: ${python:Depends},
${misc:Depends}
Provides: ${python:Provides}
Description: Python library for reading and writing bzip2-compressed files
Bz2file is a Python library for reading and writing bzip2-compressed files.
.
It contains a drop-in replacement for the file interface in the standard
library's bz2 module, including features from the latest development version
of CPython that are not available in older releases.
.
Bz2file for Python2.
Package: python3-bz2file
Architecture: all
Depends: ${python3:Depends},
......
......@@ -4,13 +4,13 @@ Source: https://pypi.python.org/packages/source/b/bz2file/bz2file-0.98.tar.gz
Files: *
Copyright: © 2012-2015 Nadeem Vawda <nadeem.vawda@gmail.com>
License: Apache
License: Apache-2.0
Files: debian/*
Copyright: © 2015 Michael R. Crusoe <mcrusoe@msu.edu>
License: Apache
License: Apache-2.0
License: Apache
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
......@@ -22,3 +22,6 @@ License: Apache
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the full text of the Apache License, Version 2.0
can be found in the file `/usr/share/common-licenses/Apache-2.0'.
......@@ -4,4 +4,4 @@ DH_VERBOSE := 1
export PYBUILD_NAME=bz2file
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
Bug-Database: https://github.com/nvawda/bz2file/issues
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
http://pypi.debian.net/bz2file/bz2file-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))