Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Adapt watch file to latest pypi layout
· 7c70bdaa
Andreas Tille
authored
Apr 25, 2018
7c70bdaa
Standards-Version: 4.1.4
· 96eff13a
Andreas Tille
authored
Apr 25, 2018
96eff13a
Point Vcs-fields to Salsa
· 2ff2cd11
Andreas Tille
authored
Apr 25, 2018
2ff2cd11
debhelper 11
· 6edc06fb
Andreas Tille
authored
Apr 25, 2018
6edc06fb
Add python-tk/python3-tk explicitly to Depends
· ed80c9b7
Andreas Tille
authored
Apr 25, 2018
ed80c9b7
Upload to unstable
· 80e9158d
Andreas Tille
authored
Apr 25, 2018
80e9158d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
80e9158d
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
...
...
debian/compat
View file @
80e9158d
1
0
1
1
debian/control
View file @
80e9158d
...
...
@@ -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 (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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
...
...
debian/watch
View file @
80e9158d
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)))