Import py27-pyreport-0.3.4c as wip/py-report.

Pyreport makes notes out of a python script. It can run the script in a sandbox
and capture its output. It allows for embedding RestructuredText or LaTeX
comments in the code for literate programming and generates a report made
of the literate comments, the code, pretty printed, and the output of the script
(pyreport can capture pylab figures). This is useful for documentations, making
tutorials, but also for  sharing python-based calculations with colleagues
This commit is contained in:
Kamel Ibn Aziz Derouiche 2011-10-28 18:23:05 +00:00 committed by Thomas Klausner
parent b978cdd4b5
commit 6e6d31d6c6
4 changed files with 58 additions and 0 deletions

6
py-report/DESCR Normal file
View file

@ -0,0 +1,6 @@
Pyreport makes notes out of a python script. It can run the script in a sandbox
and capture its output. It allows for embedding RestructuredText or LaTeX
comments in the code for literate programming and generates a report made
of the literate comments, the code, pretty printed, and the output of the script
(pyreport can capture pylab figures). This is useful for documentations, making
tutorials, but also for sharing python-based calculations with colleagues

24
py-report/Makefile Normal file
View file

@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/10/28 18:23:05 jihbed Exp $
#
DISTNAME= pyreport-0.3.4c
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/p/pyreport/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://gael-varoquaux.info/computers/pyreport/
COMMENT= Pyreport makes notes out of a python script
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.8.1:../../textproc/py-docutils
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/pyreport-0.3.4c
USE_LANGUAGES= # none
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

23
py-report/PLIST Normal file
View file

@ -0,0 +1,23 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/28 18:23:05 jihbed Exp $
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/pyreport/__init__.py
${PYSITELIB}/pyreport/__init__.pyc
${PYSITELIB}/pyreport/__init__.pyo
${PYSITELIB}/pyreport/code_hasher.py
${PYSITELIB}/pyreport/code_hasher.pyc
${PYSITELIB}/pyreport/code_hasher.pyo
${PYSITELIB}/pyreport/main.py
${PYSITELIB}/pyreport/main.pyc
${PYSITELIB}/pyreport/main.pyo
${PYSITELIB}/pyreport/options.py
${PYSITELIB}/pyreport/options.pyc
${PYSITELIB}/pyreport/options.pyo
${PYSITELIB}/pyreport/pyreport.py
${PYSITELIB}/pyreport/pyreport.pyc
${PYSITELIB}/pyreport/pyreport.pyo
${PYSITELIB}/pyreport/python_parser.py
${PYSITELIB}/pyreport/python_parser.pyc
${PYSITELIB}/pyreport/python_parser.pyo
${PYSITELIB}/pyreport/version.py
${PYSITELIB}/pyreport/version.pyc
${PYSITELIB}/pyreport/version.pyo

5
py-report/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/10/28 18:23:05 jihbed Exp $
SHA1 (pyreport-0.3.4c.tar.gz) = 3a3eddfffe918e348377a6b8c4dfaf90ae72872e
RMD160 (pyreport-0.3.4c.tar.gz) = a898fc7f2ac7ed83b69201d47f73b983a13dad8a
Size (pyreport-0.3.4c.tar.gz) = 25076 bytes