[Python-modules-commits] [cairocffi] 01/02: Drop Build-Depends and Recommends on xcffib and skip xcb tests (Closes: #861175)
Sandro Tosi
morph at moszumanska.debian.org
Mon May 1 00:40:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository cairocffi.
commit 7047e089ba798970a09796e59ed5e4fb7b61d1be
Author: Christoph Reiter <reiter.christoph at gmail.com>
Date: Sat Apr 29 08:22:53 2017 +0200
Drop Build-Depends and Recommends on xcffib and skip xcb tests (Closes: #861175)
---
debian/changelog | 4 ++++
debian/control | 3 ---
debian/rules | 1 +
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 30594f0..eeae947 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ cairocffi (0.7.2-2) UNRELEASED; urgency=medium
[ Stefano Rivera ]
* Fix XCB tests (Closes: #828929)
+ [ Christoph Reiter ]
+ * Drop Build-Depends and Recommends on xcffib and skip xcb tests
+ (Closes: #861175)
+
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:24:08 +0200
cairocffi (0.7.2-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index d0136e8..84f26f7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends: python-all (>= 2.6.6-3),
python3-all,
python3-setuptools,
python-cffi (>= 1.1.0), python3-cffi (>= 1.1.0),
- python-xcffib (>= 0.3.2), python3-xcffib (>= 0.3.2),
python-sphinx | python3-sphinx,
python-pytest, python3-pytest,
xvfb, xauth,
@@ -28,7 +27,6 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/cairocffi.g
Package: python-cairocffi
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-cffi, libcairo2, libgdk-pixbuf2.0-0
-Recommends: python-xcffib (>= 0.3.2)
Suggests: python-cairocffi-doc
Description: cffi-based cairo bindings for Python
cairocffi is a CFFI-based drop-in replacement for Pycairo,
@@ -39,7 +37,6 @@ Description: cffi-based cairo bindings for Python
Package: python3-cairocffi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-cffi, libcairo2, libgdk-pixbuf2.0-0
-Recommends: python3-xcffib (>= 0.3.2)
Suggests: python-cairocffi-doc
Description: cffi-based cairo bindings for Python (Python3)
cairocffi is a CFFI-based drop-in replacement for Pycairo,
diff --git a/debian/rules b/debian/rules
index e88d169..71e0576 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
export PYBUILD_NAME=cairocffi
export PYBUILD_TEST_PYTEST=1
+export PYBUILD_TEST_ARGS=-k "not test_xcb.py"
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/*/__pycache__
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cairocffi.git
More information about the Python-modules-commits
mailing list