[med-svn] r20292 - in trunk/packages/python-matplotlib-venn/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Fri Oct 23 06:14:06 UTC 2015


Author: tille
Date: 2015-10-23 06:14:05 +0000 (Fri, 23 Oct 2015)
New Revision: 20292

Added:
   trunk/packages/python-matplotlib-venn/trunk/debian/patches/
   trunk/packages/python-matplotlib-venn/trunk/debian/patches/fix_setup_py.patch
   trunk/packages/python-matplotlib-venn/trunk/debian/patches/series
Modified:
   trunk/packages/python-matplotlib-venn/trunk/debian/changelog
Log:
Fix issue with setup.py and Python3


Modified: trunk/packages/python-matplotlib-venn/trunk/debian/changelog
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/changelog	2015-10-22 19:23:22 UTC (rev 20291)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/changelog	2015-10-23 06:14:05 UTC (rev 20292)
@@ -1,3 +1,10 @@
+python-matplotlib-venn (0.11-2) UNRELEASED; urgency=medium
+
+  * Fix setup.py (Thanks to Tomasz Buchert <tomasz at buchert.pl> for the patch)
+    Closes: #802354
+
+ -- Andreas Tille <tille at debian.org>  Tue, 20 Oct 2015 08:17:47 +0200
+
 python-matplotlib-venn (0.11-1) unstable; urgency=medium
 
   * Initial Release (Closes: #784539)

Added: trunk/packages/python-matplotlib-venn/trunk/debian/patches/fix_setup_py.patch
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/patches/fix_setup_py.patch	                        (rev 0)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/patches/fix_setup_py.patch	2015-10-23 06:14:05 UTC (rev 20292)
@@ -0,0 +1,19 @@
+Author: Tomasz Buchert <tomasz at buchert.pl>
+Last-Update: Fri, 23 Oct 2015 01:37:33 +0200
+Bugs-Debian: http://bugs.debian.org/802354
+Frowarded-Upstream: https://github.com/konstantint/matplotlib-venn/issues/24
+Description: Fix setup.py to work with latest Python3
+
+--- a/setup.py
++++ b/setup.py
+@@ -16,10 +16,6 @@ from setuptools.command.test import test
+ 
+ 
+ class PyTest(TestCommand):
+-    def finalize_options(self):
+-        TestCommand.finalize_options(self)
+-        self.test_args = []
+-        self.test_suite = True
+ 
+     def run_tests(self):
+         import sys

Added: trunk/packages/python-matplotlib-venn/trunk/debian/patches/series
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/patches/series	2015-10-23 06:14:05 UTC (rev 20292)
@@ -0,0 +1 @@
+fix_setup_py.patch




More information about the debian-med-commit mailing list