[Python-modules-commits] [sorl-thumbnail] 13/15: python3-magick does not work for us
Wolfgang Borgert
debacle at moszumanska.debian.org
Wed Oct 5 01:39:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository sorl-thumbnail.
commit 696098614dafe2f48b3af648f8cc96a963704351
Author: W. Martin Borgert <debacle at debian.org>
Date: Wed Oct 5 03:21:25 2016 +0200
python3-magick does not work for us
---
debian/control | 4 ++--
debian/rules | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index c109de1..ad2c530 100644
--- a/debian/control
+++ b/debian/control
@@ -60,7 +60,7 @@ Description: thumbnail support for the Django framework
Package: python3-sorl-thumbnail
Architecture: all
Depends: python3-django,
- python3-pil | python3-pgmagick | imagemagick | graphicsmagick | python-wand,
+ python3-pil | imagemagick | graphicsmagick | python3-wand,
${misc:Depends},
${python3:Depends}
Suggests: python3-redis
@@ -73,7 +73,7 @@ Description: thumbnail support for the Django framework (Python3 version)
.
Other features include:
* Django storage support
- * Pluggable Engine support (PIL, pgmagick, ImageMagick, GraphicsMagick, or Wand)
+ * Pluggable Engine support (PIL, ImageMagick, GraphicsMagick, or Wand)
* Pluggable Key Value Store support (Django cache, redis)
* Pluggable Backend support (i.e. different thumbnail filename schema)
* Dummy generation (placeholders)
diff --git a/debian/rules b/debian/rules
index 907f735..4f5474d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; \
for python in $(shell pyversions -r) $(shell py3versions -r); do \
for name in pil pgmagick imagemagick graphicsmagick wand; do \
+ if [ $$(echo $$python | cut -f 1 -d .)"-$$name" = "python3-pgmagick" ]; then continue; fi; \
LOCPATH=$(CURDIR)/tmp-locales LC_ALL=en_US.UTF-8 PYTHONPATH=. LOCAL_BUILD=1 DJANGO_SETTINGS_MODULE=tests.settings.$$name $$python -m pytest ; \
done; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sorl-thumbnail.git
More information about the Python-modules-commits
mailing list