[Python-modules-commits] [python-kanboard] 07/10: Remove Python 2
ChangZhuo Chen
czchen at moszumanska.debian.org
Tue Feb 28 15:37:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch master
in repository python-kanboard.
commit 74b19c3723b1b0c2825a2a684b3af6c0ffd5975a
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Tue Feb 28 23:28:54 2017 +0800
Remove Python 2
---
debian/control | 26 --------------------------
debian/rules | 2 +-
2 files changed, 1 insertion(+), 27 deletions(-)
diff --git a/debian/control b/debian/control
index fb9a7fd..fd8d2ee 100644
--- a/debian/control
+++ b/debian/control
@@ -9,38 +9,12 @@ Build-Depends: debhelper (>= 10),
python3-mock,
python3-pbr,
python3-setuptools,
- python-all,
- python-mock,
- python-pbr,
- python-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/kanboard/python-api-client
-X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-kanboard.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-kanboard.git
-Package: python-kanboard
-Architecture: all
-Depends: ${python:Depends},
- ${misc:Depends}
-Description: minimalist kanboard Python client (Python 2)
- Kanboard (https://kanboard.net/) is project management software that
- focuses on the Kanban methodology. It has the following features:
- .
- * Visualize your work
- * Limit your work in progress to be more efficient
- * Customize your boards according to your business activities
- * Multiple projects with the ability to drag and drop tasks
- * Reports and analytics
- * Fast and simple to use
- * Access from anywhere with a modern browser
- * Plugins and integrations with external services
- * Free, open source and self-hosted
- * Super simple installation
- .
- This package installs the library for Python 2.
-
Package: python3-kanboard
Architecture: all
Depends: ${python3:Depends},
diff --git a/debian/rules b/debian/rules
index cbacecc..bfdbd0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
export PYBUILD_NAME=kanboard
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-kanboard.git
More information about the Python-modules-commits
mailing list