./wip/py-report, Pyreport makes notes out of a python script

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.4c, Package name: py27-report-0.3.4c, Maintainer: kamel.derouiche

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


Required to run:
[textproc/py-docutils] [graphics/py-matplotlib] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: a898fc7f2ac7ed83b69201d47f73b983a13dad8a
Filesize: 24.488 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-01-26 16:49:50 by Thomas Klausner | Files touched by this commit (121)
Log message:
Mark packages as not python-3.x ready where appropriate.
   2013-09-07 23:30:30 by Kamel Derouiche | Files touched by this commit (1)
Log message:
UPDATE PKGNAME

   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-04-08 22:22:11 by Thomas Klausner | Files touched by this commit (7)
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
   2011-10-28 20:23:05 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
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