2014-12-07 18:09:09 by Blue Rats | Files touched by this commit (4) |
Log message:
Use ${EGG_INFODIR} since that variable is now available.
|
2014-06-29 00:49:32 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Doesn't support Python 2.6.
|
2014-06-25 09:35:11 by Richard PALO | Files touched by this commit (1) |  |
Log message:
update PLIST after py-pycha update
|
2014-06-22 18:28:55 by Richard PALO | Files touched by this commit (2) |  |
Log message:
update to pycha-0.7.0
|
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) |  |
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-08-15 22:57:14 by Richard PALO | Files touched by this commit (3) |
Log message:
patch for chavier in pycha
|
2013-07-21 14:02:18 by Richard PALO | Files touched by this commit (4) |
Log message:
Pycha is a very simple Python package for drawing charts using the great
`Cairo` library. Its goals are:
* Lightweight
* Simple to use
* Nice looking with default values
* Customization
It won't try to draw any possible chart on earth but draw the most common ones
nicely. There are some other options to look at like `pyCairoChart`.
|