From 6e6d31d6c69bbca3f9ed7ca47d1e4addb8a068d6 Mon Sep 17 00:00:00 2001 From: Kamel Ibn Aziz Derouiche Date: Fri, 28 Oct 2011 18:23:05 +0000 Subject: [PATCH] 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 --- py-report/DESCR | 6 ++++++ py-report/Makefile | 24 ++++++++++++++++++++++++ py-report/PLIST | 23 +++++++++++++++++++++++ py-report/distinfo | 5 +++++ 4 files changed, 58 insertions(+) create mode 100644 py-report/DESCR create mode 100644 py-report/Makefile create mode 100644 py-report/PLIST create mode 100644 py-report/distinfo diff --git a/py-report/DESCR b/py-report/DESCR new file mode 100644 index 0000000000..950e0a2cf0 --- /dev/null +++ b/py-report/DESCR @@ -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 diff --git a/py-report/Makefile b/py-report/Makefile new file mode 100644 index 0000000000..90a8a6cc6b --- /dev/null +++ b/py-report/Makefile @@ -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" diff --git a/py-report/PLIST b/py-report/PLIST new file mode 100644 index 0000000000..909c666cf3 --- /dev/null +++ b/py-report/PLIST @@ -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 diff --git a/py-report/distinfo b/py-report/distinfo new file mode 100644 index 0000000000..2a4062d206 --- /dev/null +++ b/py-report/distinfo @@ -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