Import python-pygal_2.4.0-2.debian.tar.xz

[dgit import tarball python-pygal 2.4.0-2 python-pygal_2.4.0-2.debian.tar.xz]
This commit is contained in:
Ulises Vitulli 2018-04-28 17:31:05 +02:00
commit 3bb6046cb7
8 changed files with 172 additions and 0 deletions

43
changelog Normal file
View File

@ -0,0 +1,43 @@
python-pygal (2.4.0-2) unstable; urgency=medium
* Fix pygal fails to import (Closes: #896256).
* Bump up Standards-Version.
-- Ulises Vitulli <dererk@debian.org> Sat, 28 Apr 2018 12:31:05 -0300
python-pygal (2.4.0-1) unstable; urgency=medium
[ Gianfranco Costamagna ]
* New upstream release (Closes: #874333).
* Use pybuild format and add python3 package (Closes: #874332).
* Added test dependencies.
* Enable testsuite.
* Update copyright years.
[ Ulises Vitulli ]
* Bump up Standards-Version.
* ACK and import GianfrancoCostamagna NMU. Thanks!
-- Ulises Vitulli <dererk@debian.org> Fri, 15 Sep 2017 20:03:42 -0300
python-pygal (2.0.12-2) unstable; urgency=medium
* Add CairoSVG dependency to enhance file rendering (Closes: #808811).
* Remove deprecated debian/README.source since non-DFSG components have been
removed from upstream.
* Updated watchfile to use pypi.debian.net redirector service.
* Removed unused gbp configuration.
-- Ulises Vitulli <dererk@debian.org> Thu, 31 Dec 2015 10:57:35 -0300
python-pygal (2.0.12-1) unstable; urgency=medium
* New upstream release (Closes: #808810), thanks DanieleForsi.
-- Ulises Vitulli <dererk@debian.org> Thu, 31 Dec 2015 10:29:53 -0300
python-pygal (1.7.0-0-g41186be+1) unstable; urgency=medium
* Initial release (Closes: #741653).
-- Ulises Vitulli <dererk@debian.org> Fri, 20 Feb 2015 05:53:50 -0300

1
compat Normal file
View File

@ -0,0 +1 @@
9

65
control Normal file
View File

@ -0,0 +1,65 @@
Source: python-pygal
Section: python
Priority: optional
Maintainer: Ulises Vitulli <dererk@debian.org>
Uploaders: Agustin Henze <tin@sluc.org.ar>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep:
dh-python,
python-all,
python-cairosvg,
python-flask,
python-pyquery,
python-pytest,
python-pytest-runner,
python-setuptools,
python3-all,
python3-cairosvg,
python3-flask,
python3-pyquery,
python3-pytest,
python3-pytest-runner,
python3-setuptools,
Standards-Version: 4.1.4.1
X-Python-Version: >= 2.7
Homepage: http://pygal.org/
Package: python-pygal
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
Description: Python svg graph plotting library
dynamic easy to use SVG charting library, featuring graph types:
* Bar charts
* Line charts
* XY charts
* Pie charts
* Radar charts
* Box plot
* Dot charts
* Pyramid charts
* Funnel charts
* Gauge charts
* Worldmap charts
* Country charts
.
This is the Python 2 version of the package.
Package: python3-pygal
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources
Description: Python3 svg graph plotting library
dynamic easy to use SVG charting library, featuring graph types:
* Bar charts
* Line charts
* XY charts
* Pie charts
* Radar charts
* Box plot
* Dot charts
* Pyramid charts
* Funnel charts
* Gauge charts
* Worldmap charts
* Country charts
.
This is the Python 3 version of the package.

40
copyright Normal file
View File

@ -0,0 +1,40 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pygal
Source: https://github.com/Kozea/pygal
Files: *
Copyright: (C) 2012-2016 Kozea florian.mounier@kozea.fr
License: LGPL-3.0
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Files: debian/*
Copyright: (C) 2015 Ulises Vitulli <dererk@debian.org>
License: GPL-3
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-3'.

1
docs Normal file
View File

@ -0,0 +1 @@
README

18
rules Executable file
View File

@ -0,0 +1,18 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=pygal
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install
rm -rf debian/python-pygal/demo
rm -rf debian/python-pygal/usr/bin
rm -rf debian/python3-pygal/demo
rm -rf debian/python3-pygal/usr/bin
override_dh_installexamples:
dh_installexamples pygal_gen.py

1
source/format Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

3
watch Normal file
View File

@ -0,0 +1,3 @@
version=3
http://pypi.debian.net/pygal/pygal-(.*).tar.gz