mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
pygal is a dynamic SVG charting library written in python.
WWW: http://pygal.org/ PR: 189270 Submitted by: Jose Jachuf <jjachuf@gmail.com>
This commit is contained in:
parent
3c79812311
commit
5f8dd5503b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354886
@ -851,6 +851,7 @@
|
||||
SUBDIR += py-poppler-qt4
|
||||
SUBDIR += py-pycha
|
||||
SUBDIR += py-pydot
|
||||
SUBDIR += py-pygal
|
||||
SUBDIR += py-pyggel
|
||||
SUBDIR += py-pyglet
|
||||
SUBDIR += py-pygooglechart
|
||||
|
22
graphics/py-pygal/Makefile
Normal file
22
graphics/py-pygal/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Jose Jachuf <jjachuf@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pygal
|
||||
PORTVERSION= 1.4.6
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= jjachuf@gmail.com
|
||||
COMMENT= Python svg graph plotting library
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:${PORTSDIR}/devel/py-lxml
|
||||
|
||||
# Python3 ready
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/py-pygal/distinfo
Normal file
2
graphics/py-pygal/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pygal-1.4.6.tar.gz) = 857a7e4d9fa09f1cbe42a9da85f088054e9c18871af3aa4d05062e67c1a9a122
|
||||
SIZE (pygal-1.4.6.tar.gz) = 727605
|
3
graphics/py-pygal/pkg-descr
Normal file
3
graphics/py-pygal/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
pygal is a dynamic SVG charting library written in python.
|
||||
|
||||
WWW: http://pygal.org/
|
Loading…
Reference in New Issue
Block a user