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
27 lines
685 B
Makefile
27 lines
685 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/10/05 20:34:20 rodent Exp $
|
|
|
|
DISTNAME= pygal-1.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/p/pygal/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://pygal.org/
|
|
COMMENT= Python SVG graph plotting library
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PY_PATCHPLIST= yes
|
|
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
|
|
|
.include "options.mk"
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/bin/pygal_gen.py \
|
|
${DESTDIR}${PREFIX}/bin/pygal_gen${PYVERSSUFFIX}.py
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|