[med-svn] r19137 - in trunk/packages: . python-matplotlib-venn python-matplotlib-venn/trunk python-matplotlib-venn/trunk/debian python-matplotlib-venn/trunk/debian/source

Andreas Tille tille at moszumanska.debian.org
Tue May 5 10:51:51 UTC 2015


Author: tille
Date: 2015-05-05 10:51:50 +0000 (Tue, 05 May 2015)
New Revision: 19137

Added:
   trunk/packages/python-matplotlib-venn/
   trunk/packages/python-matplotlib-venn/trunk/
   trunk/packages/python-matplotlib-venn/trunk/debian/
   trunk/packages/python-matplotlib-venn/trunk/debian/changelog
   trunk/packages/python-matplotlib-venn/trunk/debian/compat
   trunk/packages/python-matplotlib-venn/trunk/debian/control
   trunk/packages/python-matplotlib-venn/trunk/debian/copyright
   trunk/packages/python-matplotlib-venn/trunk/debian/rules
   trunk/packages/python-matplotlib-venn/trunk/debian/source/
   trunk/packages/python-matplotlib-venn/trunk/debian/source/format
   trunk/packages/python-matplotlib-venn/trunk/debian/watch
Log:
Add python-matplotlib-venn as a Dependency of microbegps


Added: trunk/packages/python-matplotlib-venn/trunk/debian/changelog
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/changelog	2015-05-05 10:51:50 UTC (rev 19137)
@@ -0,0 +1,5 @@
+python-matplotlib-venn (0.11-1) UNRELEASED; urgency=medium
+
+  * Initial Release.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 05 May 2015 11:45:36 +0200

Added: trunk/packages/python-matplotlib-venn/trunk/debian/compat
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/compat	2015-05-05 10:51:50 UTC (rev 19137)
@@ -0,0 +1 @@
+9

Added: trunk/packages/python-matplotlib-venn/trunk/debian/control
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/control	                        (rev 0)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/control	2015-05-05 10:51:50 UTC (rev 19137)
@@ -0,0 +1,54 @@
+Source: python-matplotlib-venn
+Section: python
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python,
+               python-setuptools,
+               python-scipy,
+               python-matplotlib,
+               python-pytest,
+               python-tk,
+               python3,
+               python3-setuptools,
+               xauth,
+               xvfb
+XS-Python-Version: all
+X-Python3-Version: >= 3.2
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-mathplotlib-venn/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-mathplotlib-venn/trunk/
+Homepage: https://pypi.python.org/pypi/matplotlib-venn
+
+Package: python-matplotlib-venn
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: plotting area-proportional two- and three-way Venn diagrams in matplotlib
+ Matplotlib is a pure Python plotting library designed to bring
+ publication quality plotting to Python with a syntax familiar to
+ Matlab users. All of the plotting commands in the pylab interface can
+ be accessed either via a functional interface familiar to Matlab
+ users or an object oriented interface familiar to Python users.
+ .
+ This module provides routines for plotting area-weighted two- and
+ three-circle venn diagrams.
+
+Package: python3-matplotlib-venn
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: plotting area-proportional two- and three-way Venn diagrams in matplotlib
+ Matplotlib is a pure Python plotting library designed to bring
+ publication quality plotting to Python with a syntax familiar to
+ Matlab users. All of the plotting commands in the pylab interface can
+ be accessed either via a functional interface familiar to Matlab
+ users or an object oriented interface familiar to Python users.
+ .
+ This module provides routines for plotting area-weighted two- and
+ three-circle venn diagrams.
+ .
+ This package contains the Python 3 version of matplotlib.
+

Added: trunk/packages/python-matplotlib-venn/trunk/debian/copyright
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/copyright	2015-05-05 10:51:50 UTC (rev 19137)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: matplotlib-venn
+Upstream-Contact: Konstantin Tretyakov <kt at ut.ee>
+Source: https://pypi.python.org/pypi/matplotlib-venn
+
+Files: *
+Copyright: 2012-2015 Konstantin Tretyakov <kt at ut.ee>
+License: MIT
+
+Files: debian/*
+Copyright: 2015 Andreas Tille <tille at debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.

Added: trunk/packages/python-matplotlib-venn/trunk/debian/rules
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/rules	2015-05-05 10:51:50 UTC (rev 19137)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE := 1
+export PYBUILD_NAME=matplotlib-venn
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" \
+	    dh_auto_test -- --test --system=custom --test-args='env PYTHONPATH={build_dir} {interpreter} setup.py test'


Property changes on: trunk/packages/python-matplotlib-venn/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/python-matplotlib-venn/trunk/debian/source/format
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/source/format	2015-05-05 10:51:50 UTC (rev 19137)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/python-matplotlib-venn/trunk/debian/watch
===================================================================
--- trunk/packages/python-matplotlib-venn/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/python-matplotlib-venn/trunk/debian/watch	2015-05-05 10:51:50 UTC (rev 19137)
@@ -0,0 +1,3 @@
+version=3
+
+https://pypi.python.org/pypi/matplotlib-venn .*/m/matplotlib-venn/matplotlib-venn-([.\d]+)\.zip




More information about the debian-med-commit mailing list