[Python-modules-commits] [django-sass-processor] 02/04: remove all python2 packaging

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Thu Jan 4 15:09:10 UTC 2018


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

eighthave pushed a commit to branch master
in repository django-sass-processor.

commit 61c0ebb4523e997106b6c539df7aeb331dadf963
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Thu Jan 4 15:19:28 2018 +0100

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

diff --git a/debian/control b/debian/control
index 7c11c23..66131e5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +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.7),
-               python-django,
-               python-setuptools,
                python3-all,
                python3-django,
                python3-setuptools,
@@ -15,39 +12,6 @@ Standards-Version: 4.1.3
 Homepage: https://github.com/jrief/django-sass-processor
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-sass-processor.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-sass-processor.git
-X-Python-Version: >= 2.7
-
-Package: python-django-sass-processor
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
-Description: compile files from markup languages such as SASS/SCSS
- django-sass-processor converts *.scss or *.sass files into *.css
- while rendering templates. For performance reasons this is done only
- once, since the preprocessor keeps track on the timestamps and only
- recompiles, if any of the imported SASS/SCSS files is younger than
- the corresponding generated CSS file.
- .
- This Django app provides a templatetag {% sass_src
- 'path/to/file.scss' %}, which can be used instead of the built-in
- templatetag static. Since version 0.3.4 this also works for Jinja2
- templates.
- .
- If SASS/SCSS files shall be referenced through the Media class, or
- media property, the SASS processor can be used directly.
- .
- Additionally, django-sass-processor is shipped with a management
- command, which can convert the content of all occurrences inside the
- templatetag sass_src as an offline operation. Hence the libsass
- compiler is not required in a production environment.
- .
- During development, a `sourcemap <https://developer.chrome.com=""
- devtools="" docs="" css-preprocessors="">`__ is generated along side
- with the compiled *.css file. This allows to debug style sheet errors
- much easier.
- .
- With this tool, you can safely remove your Ruby installations
- "Compass" and "SASS" from your Django projects. You neither need any
- directory "watching" daemons based on node.js.
 
 Package: python3-django-sass-processor
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 42ef95d..a2ba430 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
 export PYBUILD_NAME=django-sass-processor
 
 %:
-	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/django-sass-processor.git



More information about the Python-modules-commits mailing list