diff options
author | Bojan Popovic <bocke@slackware-srbija.org> | 2014-01-10 00:10:58 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:57 -0600 |
commit | 517c7e1048fda65ec97ffc975d93c7b9a8e5a4e8 (patch) | |
tree | b93ab179e2944eea90a840a84bc2405a4714504d /python/py3cairo/slack-desc | |
parent | f7e948b0a753b19022740ec9ac8bd4b95e306bbc (diff) | |
download | slackbuilds-517c7e1048fda65ec97ffc975d93c7b9a8e5a4e8.tar.gz |
python/py3cairo: Added (Python 3.x bindings for cairo).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/py3cairo/slack-desc')
-rw-r--r-- | python/py3cairo/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/py3cairo/slack-desc b/python/py3cairo/slack-desc new file mode 100644 index 0000000000..a05c180740 --- /dev/null +++ b/python/py3cairo/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------------------------------------------------------| +py3cairo: py3cairo (Python 3.x bindings for cairo) +py3cairo: +py3cairo: Pycairo is a Python binding for the cairo graphics library. +py3cairo: The Pycairo bindings are designed to match the cairo C API as closely +py3cairo: as possible, and to deviate only in cases which are clearly better +py3cairo: implemented in a more 'Pythonic' way. +py3cairo: +py3cairo: +py3cairo: +py3cairo: Home Page: http://cairographics.org/pycairo/ +py3cairo: |