./wip/py-sphinxreport, Report generator in python based on Sphinx and matplotlib

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


Branch: CURRENT, Version: 2.0, Package name: py310-sphinxreport-2.0, Maintainer: kamelderouiche

Report generator in python based on Sphinx and matplotlib


Required to run:
[graphics/py-matplotlib] [math/py-rpy] [devel/py-setuptools] [databases/py-sqlalchemy] [math/py-numpy] [textproc/py-sphinx] [textproc/py-openpyxl] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: fc0d3e5729764a4cb784b315eb4538fd46fa68a6
Filesize: 167.091 KB

Version history: (Expand)


CVS history: (Expand)


   2014-12-31 14:58:32 by Thomas Klausner | Files touched by this commit (37)
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Fix various problems while here, including marking packages as not ready
for python-3.x.
   2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208)
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2013-11-05 18:49:07 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-sphinxreport-2.0 as wip/py-sphinxreport.

Report generator in python based on Sphinx and matplotlib