summaryrefslogtreecommitdiff
path: root/graphics/py-pygal/Makefile
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/Makefile
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/Makefile')
-rw-r--r--graphics/py-pygal/Makefile4
1 files changed, 2 insertions, 2 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/