Skip to content
Commits on Source (6)
python-matplotlib-venn (0.11.5-6) unstable; urgency=medium
* Drop Python2 support
Closes: #937908
* debhelper-compat 12
* Standards-Version: 4.4.0
* Secure URI in copyright format
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019 17:21:25 +0200
python-matplotlib-venn (0.11.5-5) unstable; urgency=medium
* Testsuite: autopkgtest-pkg-python
......
......@@ -4,42 +4,21 @@ Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
dh-python,
python,
python-setuptools,
python-matplotlib,
python-scipy,
python-pytest,
python-tk,
python3,
python3-setuptools,
python3-matplotlib,
python3-scipy,
python3-pytest,
python3-tk,
xauth,
xvfb
Standards-Version: 4.1.4
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-matplotlib-venn
Vcs-Git: https://salsa.debian.org/med-team/python-matplotlib-venn.git
Homepage: https://pypi.python.org/pypi/matplotlib-venn
Package: python-matplotlib-venn
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-tk
Description: Python plotting area-proportional two- and three-way Venn diagrams
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},
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: matplotlib-venn
Upstream-Contact: Konstantin Tretyakov <kt@ut.ee>
Source: https://pypi.python.org/pypi/matplotlib-venn
......
python-matplotlib-venn.docs
\ No newline at end of file
......@@ -4,7 +4,9 @@ export DH_VERBOSE := 1
export PYBUILD_NAME=matplotlib-venn
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" dh_auto_test
endif