Commit graph

10 commits

Author SHA1 Message Date
wiz
aa67e11089 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.
2014-01-25 10:29:56 +00:00
obache
209195c57e Update actdiag to 0.5.1.
History
=======

0.5.1 (2013-10-22)
------------------
* Fix bugs

0.5.0 (2013-10-05)
------------------
* Support python 3.2 and 3.3 (thanks to @masayuko)
* Drop supports for python 2.4 and 2.5
* Replace dependency: PIL -> Pillow
2013-12-06 11:33:13 +00:00
obache
072928363c Update py-actdiag to 0.4.3
0.4.3 (2013-02-10)
------------------
* Fix bugs

0.4.2 (2013-02-10)
------------------
* Fix bugs
2013-09-11 05:45:09 +00:00
cheusov
bd949b34de Update to arcdiag-1.4.1
0.4.1 (2012-10-28)
        ------------------
        * Fix bugs

        0.4.0 (2012-10-22)
        ------------------
        * Optimize algorithm for rendering shadow
        * Add options to docutils directive
        * Fix bugs

        0.3.4 (2012-09-29)
        ------------------
        * Fix bugs
2012-11-19 19:57:29 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
obache
72eb45d18d Update py-actdiag to 0.3.3.
History
        =======

        0.3.3 (2012-04-23)
        ------------------
        * Set hyperlinks to header of lanes on SVG image
        * Fill background of lane header with lane.color attribute
2012-06-12 13:41:20 +00:00
obache
a01407f0b0 Update py-actdiag to 0.3.2.
while here, install man page.

        0.3.2 (2012-03-15)
        ------------------
        * Fix bugs

        0.3.1 (2012-02-15)
        ------------------
        * Add autolane plugin
        * Update to new package structure (blockdiag >= 1.1.2)
2012-03-21 14:36:47 +00:00
obache
087179ca2b Update py-actdiag to 0.3.0.
History
        =======

        0.3.0 (2011-11-19)
        ------------------
        * Add fontfamily attribute for switching fontface
        * Fix bugs

        0.2.4 (2011-11-10)
        ------------------
        * Fix dependencies (do not depend PIL directly for pillow users)

        0.2.3 (2011-11-06)
        ------------------
        * Add docutils exetension
        * Fix bugs

        0.2.2 (2011-11-01)
        ------------------
        * Add class feature (experimental)

        0.2.1 (2011-11-01)
        ------------------
        * Follow blockdiag-0.9.7 interface

        0.2.0 (2011-10-19)
        ------------------
        * Follow blockdiag-0.9.5 interface

        0.1.9 (2011-10-11)
        ------------------
        * Fix bugs
2011-12-07 13:27:14 +00:00
obache
71bfd556bb Update py-actdiag to 0.1.8.
History
=======

0.1.8 (2011-09-30)
------------------
* Add diagram attribute: default_text_color
2011-10-06 06:28:25 +00:00
obache
eaf4300662 Import py-actdiag-0.1.7 as graphics/py-actdiag.
`actdiag' generate activity-diagram image file from spec-text file.
* Generate activity-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
2011-08-07 15:43:50 +00:00