Skip to content
Commits on Source (6)
python-matplotlib-venn (0.11.5-4) unstable; urgency=medium
* Adapt watch file to latest pypi layout
* Standards-Version: 4.1.4
* Point Vcs-fields to Salsa
* debhelper 11
* Add python-tk/python3-tk explicitly to Depends
Closes: #896215, #896330
-- Andreas Tille <tille@debian.org> Wed, 25 Apr 2018 14:06:12 +0200
python-matplotlib-venn (0.11.5-3) unstable; urgency=medium
* Fix build time test
......
......@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
dh-python,
python,
python-setuptools,
......@@ -19,9 +19,9 @@ Build-Depends: debhelper (>= 10),
python3-tk,
xauth,
xvfb
Standards-Version: 4.1.2
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-matplotlib-venn.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-matplotlib-venn.git
Standards-Version: 4.1.4
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
X-Python-Version: all
X-Python3-Version: >= 3.2
......@@ -29,7 +29,8 @@ X-Python3-Version: >= 3.2
Package: python-matplotlib-venn
Architecture: all
Depends: ${misc:Depends},
${python: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
......@@ -43,7 +44,8 @@ Description: Python plotting area-proportional two- and three-way Venn diagrams
Package: python3-matplotlib-venn
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
${python3:Depends},
python3-tk
Description: Python 3 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
......
version=4
opts=compression=xz \
https://pypi.debian.net/matplotlib-venn/matplotlib-venn-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
https://pypi.org/project/matplotlib-venn/#files https://files.pythonhosted.org/packages/.*/matplotlib-venn-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))