Graphy is a simple Python library for generating charts. It tries

to get out of the way and let you just work with your data. At the
moment, it produces charts using the Google Chart API.

WWW: http://graphy.googlecode.com/

Approved by:	wxs@ (mentor)
This commit is contained in:
Sahil Tandon 2010-06-04 01:54:58 +00:00
parent 332cb20319
commit 99877ae6a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255698
5 changed files with 106 additions and 0 deletions

View File

@ -763,6 +763,7 @@
SUBDIR += py-graph-core
SUBDIR += py-graph-dot
SUBDIR += py-graphviz
SUBDIR += py-graphy
SUBDIR += py-gvgen
SUBDIR += py-imaging
SUBDIR += py-ming

View File

@ -0,0 +1,49 @@
# New ports collection makefile for: py-graphy
# Date created: 2010-06-01
# Whom: Sahil Tandon <sahil@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= graphy
PORTVERSION= 1.0
CATEGORIES= graphics python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= sahil@FreeBSD.org
COMMENT= A simple chart library for Python
USE_BZIP2= yes
USE_PYTHON_RUN= yes
PORTDOCS= README
PORTEXAMPLES= *
NO_BUILD= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|python2.4|${PYTHON_VERSION}|' \
${WRKSRC}/examples/*.py \
${WRKSRC}/${PORTNAME}/*.py
@${FIND} ${WRKSRC} -name '.svn' -or -name '*.bak' | \
${XARGS} ${RM} -rf
do-install:
@${MKDIR} ${PYTHON_SITELIBDIR}/${PORTNAME}
@(cd ${WRKSRC}/${PORTNAME}/ && \
${COPYTREE_SHARE} \* ${PYTHON_SITELIBDIR}/${PORTNAME})
.if !defined(NOPORTDOCS)
@${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
@${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 555 -d ${EXAMPLESDIR}
@(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (graphy_1.0.tar.bz2) = cbf392db1866f3158608f6de97488de1
SHA256 (graphy_1.0.tar.bz2) = d51c726c7deb028304fe4745afebd5e4fcd012ef2ee214d971f902f5d321492b
SIZE (graphy_1.0.tar.bz2) = 69099

View File

@ -0,0 +1,5 @@
Graphy is a simple Python library for generating charts. It tries
to get out of the way and let you just work with your data. At the
moment, it produces charts using the Google Chart API.
WWW: http://graphy.googlecode.com/

View File

@ -0,0 +1,48 @@
%%PYTHON_SITELIBDIR%%/graphy/__init__.py
%%PYTHON_SITELIBDIR%%/graphy/__init__.pyc
%%PYTHON_SITELIBDIR%%/graphy/all_tests.py
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/base_encoder_test.py
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/util_test.py
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/util.py
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/pie_chart_test.py
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/__init__.py
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/encoders.py
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/bar_chart_test.py
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/line_chart_test.py
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/__init__.pyc
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/encoders.pyc
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/util.pyc
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/base_encoder_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/util_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/pie_chart_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/bar_chart_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api/line_chart_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/backends/__init__.py
%%PYTHON_SITELIBDIR%%/graphy/backends/__init__.pyc
%%PYTHON_SITELIBDIR%%/graphy/bar_chart.py
%%PYTHON_SITELIBDIR%%/graphy/bar_chart.pyc
%%PYTHON_SITELIBDIR%%/graphy/bar_chart_test.py
%%PYTHON_SITELIBDIR%%/graphy/bar_chart_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/common.py
%%PYTHON_SITELIBDIR%%/graphy/common.pyc
%%PYTHON_SITELIBDIR%%/graphy/common_test.py
%%PYTHON_SITELIBDIR%%/graphy/common_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/formatters.py
%%PYTHON_SITELIBDIR%%/graphy/util.py
%%PYTHON_SITELIBDIR%%/graphy/formatters.pyc
%%PYTHON_SITELIBDIR%%/graphy/formatters_test.py
%%PYTHON_SITELIBDIR%%/graphy/formatters_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/graphy_test.py
%%PYTHON_SITELIBDIR%%/graphy/graphy_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/line_chart.py
%%PYTHON_SITELIBDIR%%/graphy/line_chart.pyc
%%PYTHON_SITELIBDIR%%/graphy/line_chart_test.py
%%PYTHON_SITELIBDIR%%/graphy/line_chart_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/pie_chart.py
%%PYTHON_SITELIBDIR%%/graphy/pie_chart.pyc
%%PYTHON_SITELIBDIR%%/graphy/pie_chart_test.py
%%PYTHON_SITELIBDIR%%/graphy/pie_chart_test.pyc
%%PYTHON_SITELIBDIR%%/graphy/util.pyc
@dirrm %%PYTHON_SITELIBDIR%%/graphy/backends/google_chart_api
@dirrm %%PYTHON_SITELIBDIR%%/graphy/backends
@dirrm %%PYTHON_SITELIBDIR%%/graphy