diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-01 03:55:34 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-01 03:55:34 +0000 |
commit | a3924493ad1f6d222947b1ecfdf8d394a713fefa (patch) | |
tree | 2125d0a2a3640e203f2b4b1ebf784c94fc0f3a26 /graphics | |
parent | f06fcb1ac25ac7e93da77bcac6e2642b835eb4ce (diff) | |
download | pkgsrc-a3924493ad1f6d222947b1ecfdf8d394a713fefa.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')
-rw-r--r-- | graphics/py-pygal/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-pygal/PLIST | 11 | ||||
-rw-r--r-- | graphics/py-pygal/distinfo | 8 |
3 files changed, 12 insertions, 11 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/ diff --git a/graphics/py-pygal/PLIST b/graphics/py-pygal/PLIST index 4cc205f5792..4edb9841dbf 100644 --- a/graphics/py-pygal/PLIST +++ b/graphics/py-pygal/PLIST @@ -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/base.pyo ${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/stackedline.pyo ${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 --git a/graphics/py-pygal/distinfo b/graphics/py-pygal/distinfo index 5ea5082ed06..7f716a7d899 100644 --- a/graphics/py-pygal/distinfo +++ b/graphics/py-pygal/distinfo @@ -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 |