pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-pygal 2.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/ccd78bdaa057
branches: trunk
changeset: 365368:ccd78bdaa057
user: adam <adam%pkgsrc.org@localhost>
date: Fri Jul 14 17:03:40 2017 +0000
description:
2.4.0
Generalized fix solidgauge squares algorithm
Fix secondary series ?stroke_style? property
Fix wrong label colors when there are more series than colors
Show y guides in horizontal chart
Fix nomenclature of Taiwan
Better None values handling in logarithmic charts
diffstat:
graphics/py-pygal/Makefile | 17 +++++++++--------
graphics/py-pygal/PLIST | 8 +++++++-
graphics/py-pygal/distinfo | 10 +++++-----
graphics/py-pygal/options.mk | 20 --------------------
4 files changed, 21 insertions(+), 34 deletions(-)
diffs (104 lines):
diff -r a6ca94405519 -r ccd78bdaa057 graphics/py-pygal/Makefile
--- a/graphics/py-pygal/Makefile Fri Jul 14 17:02:20 2017 +0000
+++ b/graphics/py-pygal/Makefile Fri Jul 14 17:03:40 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/01/22 15:19:25 kamil Exp $
+# $NetBSD: Makefile,v 1.8 2017/07/14 17:03:40 adam Exp $
-DISTNAME= pygal-2.3.1
+DISTNAME= pygal-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygal/}
@@ -10,17 +10,18 @@
COMMENT= Python SVG graph plotting library
LICENSE= gnu-lgpl-v3
+DEPENDS+= ${PYPKGPREFIX}-cairosvg-[0-9]*:../../converters/py-cairosvg
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+BUILD_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
+BUILD_DEPENDS+= ${PYPKGPREFIX}-pyquery-[0-9]*:../../textproc/py-pyquery
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+# more BUILD_DEPENDS needed
USE_LANGUAGES= # none
-PY_PATCHPLIST= yes
-
-.include "options.mk"
-
post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/pygal_gen.py \
- ${DESTDIR}${PREFIX}/bin/pygal_gen${PYVERSSUFFIX}.py || ${TRUE}
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} pygal_gen.py pygal_gen${PYVERSSUFFIX}.py || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r a6ca94405519 -r ccd78bdaa057 graphics/py-pygal/PLIST
--- a/graphics/py-pygal/PLIST Fri Jul 14 17:02:20 2017 +0000
+++ b/graphics/py-pygal/PLIST Fri Jul 14 17:03:40 2017 +0000
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.5 2017/01/22 15:19:25 kamil Exp $
+@comment $NetBSD: PLIST,v 1.6 2017/07/14 17:03:40 adam 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/__about__.py
+${PYSITELIB}/pygal/__about__.pyc
+${PYSITELIB}/pygal/__about__.pyo
${PYSITELIB}/pygal/__init__.py
${PYSITELIB}/pygal/__init__.pyc
${PYSITELIB}/pygal/__init__.pyo
@@ -170,6 +173,9 @@
${PYSITELIB}/pygal/test/test_line.py
${PYSITELIB}/pygal/test/test_line.pyc
${PYSITELIB}/pygal/test/test_line.pyo
+${PYSITELIB}/pygal/test/test_line_log_none_max_solved.py
+${PYSITELIB}/pygal/test/test_line_log_none_max_solved.pyc
+${PYSITELIB}/pygal/test/test_line_log_none_max_solved.pyo
${PYSITELIB}/pygal/test/test_maps.py
${PYSITELIB}/pygal/test/test_maps.pyc
${PYSITELIB}/pygal/test/test_maps.pyo
diff -r a6ca94405519 -r ccd78bdaa057 graphics/py-pygal/distinfo
--- a/graphics/py-pygal/distinfo Fri Jul 14 17:02:20 2017 +0000
+++ b/graphics/py-pygal/distinfo Fri Jul 14 17:03:40 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/01/22 15:19:25 kamil Exp $
+$NetBSD: distinfo,v 1.6 2017/07/14 17:03:40 adam Exp $
-SHA1 (pygal-2.3.1.tar.gz) = ebc99e9f0b3b747e47387a36a2fc78af5bf60a4c
-RMD160 (pygal-2.3.1.tar.gz) = d52617377fe51fc79e93e64c4ca1a28df15a7548
-SHA512 (pygal-2.3.1.tar.gz) = b8dfa0f2840f373e095626d489914efa49f8f22a1c3eff75ffce9deb78a5088b3933c91f3dd69733d8db821b195547c6fea3c3b5250a01532014750a3a3a4a73
-Size (pygal-2.3.1.tar.gz) = 74061 bytes
+SHA1 (pygal-2.4.0.tar.gz) = ba01677142332f60cd2548e5dd94f1dd48297a6e
+RMD160 (pygal-2.4.0.tar.gz) = d26d5263a70333f363faeb0f28cbe7a9c4a1d9da
+SHA512 (pygal-2.4.0.tar.gz) = 5cb95ca5c0cf74ae476953f3503154a305a0b5e42c69191b0b46f6e6cfea8c806713fe175329a69b393654d055997b2063cf3b641e91009a2b7bef219bb49ddb
+Size (pygal-2.4.0.tar.gz) = 74686 bytes
diff -r a6ca94405519 -r ccd78bdaa057 graphics/py-pygal/options.mk
--- a/graphics/py-pygal/options.mk Fri Jul 14 17:02:20 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2014/05/17 13:59:37 rodent Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.py-pygal
-PKG_SUPPORTED_OPTIONS= png tests
-PKG_SUGGESTED_OPTIONS+= png
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mpng)
-DEPENDS+= ${PYPKGPREFIX}-cairosvg-[0-9]*:../../converters/py-cairosvg
-DEPENDS+= ${PYPKGPREFIX}-tinycss-[0-9]*:../../textproc/py-tinycss
-DEPENDS+= ${PYPKGPREFIX}-cssselect-[0-9]*:../../textproc/py-cssselect
-.endif
-
-.if !empty(PKG_OPTIONS:Mtests)
-DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-DEPENDS+= ${PYPKGPREFIX}-pyquery-[0-9]*:../../textproc/py-pyquery
-DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
-DEPENDS+= ${PYPKGPREFIX}-cairosvg-[0-9]*:../../converters/py-cairosvg
-.endif
Home |
Main Index |
Thread Index |
Old Index