diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-04 18:41:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-04 18:41:19 +0700 |
commit | 472be5a7563a1f0c20396728e9cd7938eb31896a (patch) | |
tree | 98e73fe1e832fa806eb9801e95f44a44bae84d84 /python/cairocffi/slack-desc | |
parent | ee08710925db8ed5483c9c2ffd99ccb4af917bdf (diff) | |
download | slackbuilds-472be5a7563a1f0c20396728e9cd7938eb31896a.tar.gz |
python/cairocffi: Added (cffi-based cairo for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cairocffi/slack-desc')
-rw-r--r-- | python/cairocffi/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/cairocffi/slack-desc b/python/cairocffi/slack-desc new file mode 100644 index 0000000000..9d6dc6755b --- /dev/null +++ b/python/cairocffi/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +cairocffi: cairocffi (cffi-based cairo for Python) +cairocffi: +cairocffi: cairocffi is a `CFFI`_-based drop-in replacement for Pycairo_, +cairocffi: a set of Python bindings and object-oriented API for cairo_. +cairocffi: Cairo is a 2D vector graphics library with support for multiple +cairocffi: backends. including image buffers, PNG, PostScript, PDF, and SVG +cairocffi: file output. API compatible with Pycairo. +cairocffi: +cairocffi: Homepage: https://github.com/SimonSapin/cairocffi +cairocffi: +cairocffi: |