pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-pygal V 1.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4c4ac38be2f
branches:  trunk
changeset: 649124:f4c4ac38be2f
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Wed Apr 01 03:55:34 2015 +0000

description:
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:

 graphics/py-pygal/Makefile |   4 ++--
 graphics/py-pygal/PLIST    |  11 ++++++-----
 graphics/py-pygal/distinfo |   8 ++++----
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (60 lines):

diff -r 84b7b8a05225 -r f4c4ac38be2f graphics/py-pygal/Makefile
--- a/graphics/py-pygal/Makefile        Wed Apr 01 03:17:06 2015 +0000
+++ b/graphics/py-pygal/Makefile        Wed Apr 01 03:55:34 2015 +0000
@@ -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/
diff -r 84b7b8a05225 -r f4c4ac38be2f graphics/py-pygal/PLIST
--- a/graphics/py-pygal/PLIST   Wed Apr 01 03:17:06 2015 +0000
+++ b/graphics/py-pygal/PLIST   Wed Apr 01 03:55:34 2015 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2014/10/05 20:34:20 rodent Exp $
-bin/pygal_gen${PYVERSSUFFIX}.py
+@comment $NetBSD: PLIST,v 1.3 2015/04/01 03:55:34 rodent Exp $
+bin/pygal_gen2.7.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
@@ -40,9 +41,6 @@
 ${PYSITELIB}/pygal/graph/box.py
 ${PYSITELIB}/pygal/graph/box.pyc
 ${PYSITELIB}/pygal/graph/box.pyo
-${PYSITELIB}/pygal/graph/datey.py
-${PYSITELIB}/pygal/graph/datey.pyc
-${PYSITELIB}/pygal/graph/datey.pyo
 ${PYSITELIB}/pygal/graph/dot.py
 ${PYSITELIB}/pygal/graph/dot.pyc
 ${PYSITELIB}/pygal/graph/dot.pyo
@@ -93,6 +91,9 @@
 ${PYSITELIB}/pygal/graph/supranationalworldmap.py
 ${PYSITELIB}/pygal/graph/supranationalworldmap.pyc
 ${PYSITELIB}/pygal/graph/supranationalworldmap.pyo
+${PYSITELIB}/pygal/graph/time.py
+${PYSITELIB}/pygal/graph/time.pyc
+${PYSITELIB}/pygal/graph/time.pyo
 ${PYSITELIB}/pygal/graph/treemap.py
 ${PYSITELIB}/pygal/graph/treemap.pyc
 ${PYSITELIB}/pygal/graph/treemap.pyo
diff -r 84b7b8a05225 -r f4c4ac38be2f graphics/py-pygal/distinfo
--- a/graphics/py-pygal/distinfo        Wed Apr 01 03:17:06 2015 +0000
+++ b/graphics/py-pygal/distinfo        Wed Apr 01 03:55:34 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/10/05 20:34:20 rodent Exp $
+$NetBSD: distinfo,v 1.3 2015/04/01 03:55:34 rodent Exp $
 
-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
+SHA1 (pygal-1.7.0.tar.gz) = aec174672771318b85df03215636c011b8ca36b4
+RMD160 (pygal-1.7.0.tar.gz) = ace3d09b7136c19706ab668c4f039c46edfe2cac
+Size (pygal-1.7.0.tar.gz) = 737013 bytes



Home | Main Index | Thread Index | Old Index