Commit graph

16 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
f5ca0a5c30 adjust path to Pillow 2013-12-07 12:57:54 +00:00
obache
a70306c7f5 Update blockdiag to 1.3.2.
History
=======

1.3.2 (2013-11-19)
------------------
* Fix bugs

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

1.3.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:26:55 +00:00
obache
0be68cb64b Update py-blockdiag to 1.2.4.
1.2.4 (2012-11-21)
------------------
* Fix bugs
2013-09-11 02:56:10 +00:00
obache
d589c44701 sort 2013-09-11 02:53:05 +00:00
cheusov
cdf46db96c Update block-diag to 1.2.3
1.2.3 (2012-11-05)
        ------------------
        * Fix bugs

        1.2.2 (2012-10-28)
        ------------------
        * Fix bugs

        1.2.1 (2012-10-28)
        ------------------
        * Add external imagedraw plugin supports
        * Add node attribute: label_orientation*
        * Fix bugs

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

        1.1.8 (2012-09-28)
        ------------------
        * Add --ignore-pil option
        * Fix bugs

        1.1.7 (2012-09-20)
        ------------------
        * Add diagram attribute: shadow_style
        * Add font path for centos 6.2
        * Add a setting 'antialias' in the configuration file
        * Fix bugs
2012-11-19 19:54:39 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
obache
1d196338a4 Update py-blockdiag to 1.1.6.
History
        =======

        1.1.6 (2012-06-06)
        ------------------
        * Support for readthedocs.org
        * reST directive supports :caption: option
        * Fix bugs

        1.1.5 (2012-04-22)
        ------------------
        * Embed source code to SVG document as description
        * Fix bugs
2012-06-12 13:37:00 +00:00
obache
67b030cf06 Update py-blockdiag to 1.1.4.
1.1.4 (2012-03-15)
        ------------------
        * Add new edge.hstyles: oneone, onemany, manyone, manymany
        * Add edge attribute: description (for build description-tables)
        * Fix bugs

        1.1.3 (2012-02-13)
        ------------------
        * Add new edge type for data-models (thanks to David Lang)
        * Add --no-transparency option
        * Fix bugs
2012-03-21 14:25:33 +00:00
obache
5555e3865a Update blockdiag to 1.1.2.
1.1.2 (2011-12-26)
        ------------------
        * Support font-index for TrueType Font Collections (.ttc file)
        * Allow to use reST syntax in descriptions of nodes
        * Fix bugs
2012-01-18 10:40:39 +00:00
obache
06d2fa5605 * apply patch for python<=2.5, taken from upstream.
* install manual page.

Bump PKGREVISION.
2011-12-12 11:33:27 +00:00
obache
14285e77a6 Update py-blockdiag to 1.1.1.
1.1.1 (2011-11-27)

    * Add node attribute: href (thanks to @r_rudi!)
    * Fix bugs

1.1.0 (2011-11-19)

    * Add shape: square and circle
    * Add fontfamily attribute for switching fontface
    * Fix bugs

1.0.3 (2011-11-13)

    * Add plugin: attributes
    * Change plugin syntax; (cf. plugin attributes [attr = value, attr, value])
    * Fix bugs

1.0.2 (2011-11-07)

    * Fix bugs

1.0.1 (2011-11-06)

    * Add group attribute: shape
    * Fix bugs

1.0.0 (2011-11-04)

    * Add node attribute: linecolor

    * Rename diagram attributes:
            * fontsize -> default_fontsize
            * default_line_color -> default_linecolor
            * default_text_color -> default_textcolor

    * Add docutils extention

    * Fix bugs

0.9.7 (2011-11-01)

    * Add node attribute: fontsize
    * Add edge attributes: thick, fontsize
    * Add group attribute: fontsize
    * Change color of shadow in PDF mode
    * Add class feature (experimental)
    * Add handler-plugin framework (experimental)

0.9.6 (2011-10-22)

    * node.style supports dashed_array format style
    * Fix bugs

0.9.5 (2011-10-19)

    * Add node attributes: width and height
    * Fix bugs

0.9.4 (2011-10-07)

    * Fix bugs

0.9.3 (2011-10-06)

    * Replace SVG core by original's (simplesvg.py)
    * Refactored
    * Fix bugs
2011-12-07 13:12:08 +00:00
obache
34401a85e3 Update py-blockdiag to 0.9.2.
HIstory
=======

0.9.2 (2011-09-30)
------------------
* Add node attribute: textcolor
* Add group attribute: textcolor
* Add edge attribute: textcolor
* Add diagram attributes: default_text_attribute
* Fix beginpoint shape and endpoint shape were reversed
* Fix bugs

0.9.1 (2011-09-26)
------------------
* Add diagram attributes: default_node_color, default_group_color and
  default_line_color
* Fix bugs

0.9.0 (2011-09-25)
------------------
* Add icon attribute to node
* Make transparency to background of PNG images
* Fix bugs
2011-10-06 06:18:25 +00:00
obache
5440db5c51 Update blockdiag to 0.8.9.
0.8.9 (2011-08-09)
 * Fix bugs
0.8.8 (2011-08-08)
 * Fix bugs
2011-08-11 12:40:57 +00:00
obache
d6511fe9c9 Update blockdiag to 0.8.7
0.8.7 (2011-08-06)
 * Fix bugs
0.8.6 (2011-08-01)
 * Support Pillow as replacement of PIL (experimental)
 * Fix bugs
0.8.5 (2011-07-31)
 * Allow dot characters in node_id
 * Fix bugs
2011-08-07 06:14:27 +00:00
obache
5f841a3b9f Import py-blockdiag-0.8.4 as graphics/py-blockdiag.
`blockdiag` generate block-diagram image file from spec-text file.
  * Generate block-diagram from dot like text (basic feature).
  * Multilingualization for node-label (utf-8 only).
2011-07-15 13:54:07 +00:00