[Python-modules-commits] [django-background-tasks] 01/04: remove all python2 packaging

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Thu Jan 4 13:26:49 UTC 2018


This is an automated email from the git hooks/post-receive script.

eighthave pushed a commit to branch master
in repository django-background-tasks.

commit fa814f67a8aec9a6655aa1319ce80534cc43ad17
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Thu Jan 4 12:59:41 2018 +0100

    remove all python2 packaging
    
    https://lintian.debian.org/tags/new-package-should-not-package-python2-module.html
---
 debian/control | 26 --------------------------
 debian/rules   |  2 +-
 2 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/debian/control b/debian/control
index 1e3de73..193349d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,6 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Hans-Christoph Steiner <hans at eds.org>
 Build-Depends: debhelper (>=9),
                dh-python,
-               python-all (>= 2.6.6-3~),
-               python-django (>= 1.4),
-               python-mock,
-               python-setuptools,
                python3-all,
                python3-django (>= 1.4),
                python3-mock,
@@ -17,28 +13,6 @@ Standards-Version: 4.1.0
 Homepage: https://github.com/ierror/django-background-tasks
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-background-tasks.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-background-tasks.git
-X-Python-Version: >= 2.6
-
-Package: python-django-background-tasks
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
-Description: databased-backed work queue for Django
- Django Background Task is a databased-backed work queue for Django,
- loosely based around Ruby's DelayedJob library. This project was
- adopted and adapted from lilspikey django-background-task.
- .
- To avoid conflicts on PyPI this packaged was renamed it to
- django-background-tasks (plural). For an easy upgrade from
- django-background-task to django-background-tasks, the internal
- module structure were left untouched.
- .
- In Django Background Task, all tasks are implemented as functions (or
- any other callable).
- .
- There are two parts to using background tasks:
-  * creating the task functions and registering them with the
-  * scheduler setup a cron task (or long running process) to execute the
-    tasks
 
 Package: python3-django-background-tasks
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 16bb831..777bd70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 export PYBUILD_NAME=django-background-tasks
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 
 override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-background-tasks.git



More information about the Python-modules-commits mailing list