summaryrefslogtreecommitdiff
path: root/graphics/py-pygal
diff options
context:
space:
mode:
authorrodent <rodent>2014-10-05 20:34:20 +0000
committerrodent <rodent>2014-10-05 20:34:20 +0000
commit9ecd00a7f70cfe9029895a8e22b4d9a576058b43 (patch)
tree0bf7b489653c3aad580f7ac17e0e6e2ff9020ecf /graphics/py-pygal
parent38b0682aec24ce01e388eaaee647a34bf8436d3c (diff)
downloadpkgsrc-9ecd00a7f70cfe9029895a8e22b4d9a576058b43.tar.gz
V 1.5.1
Add `stack_from_top` option to reverse stack graph data order Minor fix for empty logarithmic chart Reorders axes in SVG output. Fix #145 (thanks sirlark) V 1.5.0 Add per serie configuration Add half pie (thanks philt2001) Make lxml an optionnal dependency (huge speed boost in pypy) Add render_table (WIP) Support colors in rgb / rgba for parametric styles
Diffstat (limited to 'graphics/py-pygal')
-rw-r--r--graphics/py-pygal/Makefile4
-rw-r--r--graphics/py-pygal/PLIST48
-rw-r--r--graphics/py-pygal/distinfo8
3 files changed, 52 insertions, 8 deletions
diff --git a/graphics/py-pygal/Makefile b/graphics/py-pygal/Makefile
index acfa568f458..556ff18509a 100644
--- a/graphics/py-pygal/Makefile
+++ b/graphics/py-pygal/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/05/17 13:59:37 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/10/05 20:34:20 rodent Exp $
-DISTNAME= pygal-1.4.6
+DISTNAME= pygal-1.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= https://pypi.python.org/packages/source/p/pygal/
diff --git a/graphics/py-pygal/PLIST b/graphics/py-pygal/PLIST
index 9a7200f656f..4cc205f5792 100644
--- a/graphics/py-pygal/PLIST
+++ b/graphics/py-pygal/PLIST
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/17 13:59:37 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/10/05 20:34:20 rodent Exp $
bin/pygal_gen${PYVERSSUFFIX}.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pygal/__init__.py
${PYSITELIB}/pygal/__init__.pyc
@@ -23,6 +22,9 @@ ${PYSITELIB}/pygal/config.pyo
${PYSITELIB}/pygal/css/base.css
${PYSITELIB}/pygal/css/graph.css
${PYSITELIB}/pygal/css/style.css
+${PYSITELIB}/pygal/etree.py
+${PYSITELIB}/pygal/etree.pyc
+${PYSITELIB}/pygal/etree.pyo
${PYSITELIB}/pygal/ghost.py
${PYSITELIB}/pygal/ghost.pyc
${PYSITELIB}/pygal/ghost.pyo
@@ -91,6 +93,9 @@ ${PYSITELIB}/pygal/graph/stackedline.pyo
${PYSITELIB}/pygal/graph/supranationalworldmap.py
${PYSITELIB}/pygal/graph/supranationalworldmap.pyc
${PYSITELIB}/pygal/graph/supranationalworldmap.pyo
+${PYSITELIB}/pygal/graph/treemap.py
+${PYSITELIB}/pygal/graph/treemap.pyc
+${PYSITELIB}/pygal/graph/treemap.pyo
${PYSITELIB}/pygal/graph/verticalpyramid.py
${PYSITELIB}/pygal/graph/verticalpyramid.pyc
${PYSITELIB}/pygal/graph/verticalpyramid.pyo
@@ -116,9 +121,15 @@ ${PYSITELIB}/pygal/style.pyo
${PYSITELIB}/pygal/svg.py
${PYSITELIB}/pygal/svg.pyc
${PYSITELIB}/pygal/svg.pyo
+${PYSITELIB}/pygal/table.py
+${PYSITELIB}/pygal/table.pyc
+${PYSITELIB}/pygal/table.pyo
${PYSITELIB}/pygal/test/__init__.py
${PYSITELIB}/pygal/test/__init__.pyc
${PYSITELIB}/pygal/test/__init__.pyo
+${PYSITELIB}/pygal/test/conftest.py
+${PYSITELIB}/pygal/test/conftest.pyc
+${PYSITELIB}/pygal/test/conftest.pyo
${PYSITELIB}/pygal/test/test_bar.py
${PYSITELIB}/pygal/test/test_bar.pyc
${PYSITELIB}/pygal/test/test_bar.pyo
@@ -131,24 +142,57 @@ ${PYSITELIB}/pygal/test/test_colors.pyo
${PYSITELIB}/pygal/test/test_config.py
${PYSITELIB}/pygal/test/test_config.pyc
${PYSITELIB}/pygal/test/test_config.pyo
+${PYSITELIB}/pygal/test/test_date.py
+${PYSITELIB}/pygal/test/test_date.pyc
+${PYSITELIB}/pygal/test/test_date.pyo
${PYSITELIB}/pygal/test/test_donut.py
${PYSITELIB}/pygal/test/test_donut.pyc
${PYSITELIB}/pygal/test/test_donut.pyo
+${PYSITELIB}/pygal/test/test_frenchmap.py
+${PYSITELIB}/pygal/test/test_frenchmap.pyc
+${PYSITELIB}/pygal/test/test_frenchmap.pyo
${PYSITELIB}/pygal/test/test_graph.py
${PYSITELIB}/pygal/test/test_graph.pyc
${PYSITELIB}/pygal/test/test_graph.pyo
+${PYSITELIB}/pygal/test/test_histogram.py
+${PYSITELIB}/pygal/test/test_histogram.pyc
+${PYSITELIB}/pygal/test/test_histogram.pyo
+${PYSITELIB}/pygal/test/test_interpolate.py
+${PYSITELIB}/pygal/test/test_interpolate.pyc
+${PYSITELIB}/pygal/test/test_interpolate.pyo
${PYSITELIB}/pygal/test/test_line.py
${PYSITELIB}/pygal/test/test_line.pyc
${PYSITELIB}/pygal/test/test_line.pyo
+${PYSITELIB}/pygal/test/test_map.py
+${PYSITELIB}/pygal/test/test_map.pyc
+${PYSITELIB}/pygal/test/test_map.pyo
+${PYSITELIB}/pygal/test/test_pie.py
+${PYSITELIB}/pygal/test/test_pie.pyc
+${PYSITELIB}/pygal/test/test_pie.pyo
+${PYSITELIB}/pygal/test/test_serie_config.py
+${PYSITELIB}/pygal/test/test_serie_config.pyc
+${PYSITELIB}/pygal/test/test_serie_config.pyo
${PYSITELIB}/pygal/test/test_sparktext.py
${PYSITELIB}/pygal/test/test_sparktext.pyc
${PYSITELIB}/pygal/test/test_sparktext.pyo
${PYSITELIB}/pygal/test/test_stacked.py
${PYSITELIB}/pygal/test/test_stacked.pyc
${PYSITELIB}/pygal/test/test_stacked.pyo
+${PYSITELIB}/pygal/test/test_style.py
+${PYSITELIB}/pygal/test/test_style.pyc
+${PYSITELIB}/pygal/test/test_style.pyo
+${PYSITELIB}/pygal/test/test_table.py
+${PYSITELIB}/pygal/test/test_table.pyc
+${PYSITELIB}/pygal/test/test_table.pyo
${PYSITELIB}/pygal/test/test_util.py
${PYSITELIB}/pygal/test/test_util.pyc
${PYSITELIB}/pygal/test/test_util.pyo
+${PYSITELIB}/pygal/test/test_view.py
+${PYSITELIB}/pygal/test/test_view.pyc
+${PYSITELIB}/pygal/test/test_view.pyo
+${PYSITELIB}/pygal/test/test_xml_filters.py
+${PYSITELIB}/pygal/test/test_xml_filters.pyc
+${PYSITELIB}/pygal/test/test_xml_filters.pyo
${PYSITELIB}/pygal/test/utils.py
${PYSITELIB}/pygal/test/utils.pyc
${PYSITELIB}/pygal/test/utils.pyo
diff --git a/graphics/py-pygal/distinfo b/graphics/py-pygal/distinfo
index 0bc4c0ae35f..5ea5082ed06 100644
--- a/graphics/py-pygal/distinfo
+++ b/graphics/py-pygal/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/05/17 13:59:37 rodent Exp $
+$NetBSD: distinfo,v 1.2 2014/10/05 20:34:20 rodent Exp $
-SHA1 (pygal-1.4.6.tar.gz) = b84d5b8e115ae8391dac896c4db535af97505cb8
-RMD160 (pygal-1.4.6.tar.gz) = 3d0c909d71edfa3834a976529223a75c9ad45aac
-Size (pygal-1.4.6.tar.gz) = 727605 bytes
+SHA1 (pygal-1.5.1.tar.gz) = 47a1c40aaf387bfd0f29ccec1fd8acf29ccf3274
+RMD160 (pygal-1.5.1.tar.gz) = 5d016e06ee0190eb5ffe5c063961efa6494de7ae
+Size (pygal-1.5.1.tar.gz) = 735659 bytes