summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2019-08-04 20:09:14 +0200
committerOndřej Nový <onovy@debian.org>2019-08-04 20:57:37 +0200
commit46493876ea26021ab6facf4c05ef0e903becf77b (patch)
treece1a193b37e67f13d9423f839029679014f6418b
parent7884da39391350696ff2bdf6a76accd4a3e6462c (diff)
Drop Python 2 support.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control18
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog
index d72bcd1..02954d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-easywebdav (1.2.0-5) UNRELEASED; urgency=medium
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
+ * Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Wed, 08 Aug 2018 09:14:46 +0200
diff --git a/debian/control b/debian/control
index 8019cf7..ef59e0e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,9 @@ Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends:
debhelper-compat (= 9),
dh-buildinfo,
- python,
- python3,
devscripts,
dh-python,
- python-setuptools,
+ python3-all,
python3-setuptools,
python3-requests,
Testsuite: autopkgtest-pkg-python
@@ -19,20 +17,6 @@ Homepage: https://github.com/amnong/easywebdav
Vcs-Git: https://salsa.debian.org/python-team/modules/python-easywebdav.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-easywebdav
-Package: python-easywebdav
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
-Description: straight-forward WebDAV client module (Python 2 interface)
- EasyWebDAV is an easy to use WebDAV client implementation for Python.
- It features:
- - Basic authentication
- - Creating directories, removing directories and files
- - Uploading and downloading files
- - Directory listing
- - Support for client side SSL certificates
- .
- This package provides the Python 2.x module.
-
Package: python3-easywebdav
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
diff --git a/debian/rules b/debian/rules
index fe0d2f6..4562401 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export PYBUILD_NAME=easywebdav
%:
- dh $@ --buildsystem=pybuild --with python2,python3
+ dh $@ --buildsystem=pybuild --with python3
override_dh_clean:
dh_clean