summaryrefslogtreecommitdiff
path: root/graphics/py-pygal/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-01 03:55:34 +0000
committerrodent <rodent>2015-04-01 03:55:34 +0000
commit8984970d33a75efea6fa9a246277adb56af67d58 (patch)
tree2125d0a2a3640e203f2b4b1ebf784c94fc0f3a26 /graphics/py-pygal/Makefile
parent4d5f77ed453caf27fadbb03cf8c15ad654fd7f62 (diff)
downloadpkgsrc-8984970d33a75efea6fa9a246277adb56af67d58.tar.gz
V 1.7.0
Remove DateY and replace it by real XY datetime, date, time and timedelta support. (#188) Introduce new XY configuration options: `xrange`, `x_value_formatter`. Add show_x_labels option to remove them and the x axis. Set print_values to False by default. Fix secondary serie text values when None in data. (#192) V 1.6.2 Add margin_top, margin_right, margin_bottom, margin_left options which defaults to margin. (thanks djt) Update django mime parameter from mimetype to content_type. (thanks kswiat) Allow a color and a style parameter to value metadata. V 1.6.1 Fix Decimal incompatibility V 1.6.0 Adds config option missing_value_fill_truncation. (thanks sirlark) Avoid HTTP 301 Moved Permanently (thanks jean) Add a Django response method (thanks inlanger) Fix setup.py (#170) Fix format error on list like in table Add legend_at_bottom_columns option to specify number of columns in legend when at bottom. (#157) Fix secondary interpolation (#165) Adds an extra class (axis) to horizontal guides if the label is "0" (#147) (thanks sirlark) Add line stroke customization parameters to style.py (#154) (thanks blakev)
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 556ff18509a..938799da2c3 100644
--- a/graphics/py-pygal/Makefile
+++ b/graphics/py-pygal/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/10/05 20:34:20 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/01 03:55:34 rodent Exp $
-DISTNAME= pygal-1.5.1
+DISTNAME= pygal-1.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= https://pypi.python.org/packages/source/p/pygal/