diff options
author | Philip Lacroix <slackph at posteo dot de> | 2015-12-18 23:28:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:23:11 +0700 |
commit | f356912de46653f1d50a742e4bb5eebddffdcbdc (patch) | |
tree | f7e7d3b3a74074e05f1a7c2f1aa430789dc2c85a /libraries/python3-pillow/slack-desc | |
parent | 89b1f941a5da11dc5b2c23b1b837f4fdb32253b2 (diff) |
libraries/python3-pillow: Added (Python3 support for python-pillow).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-pillow/slack-desc')
-rw-r--r-- | libraries/python3-pillow/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/python3-pillow/slack-desc b/libraries/python3-pillow/slack-desc new file mode 100644 index 0000000000000..e97ef968a7156 --- /dev/null +++ b/libraries/python3-pillow/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------------------------------------------------------| +python3-pillow: python3-pillow (Python3 support for python-pillow) +python3-pillow: +python3-pillow: The Python Imaging Library (PIL) adds image processing capabilities +python3-pillow: to your Python environment. This library provides extensive file +python3-pillow: format support, an efficient internal representation, and powerful +python3-pillow: image processing capabilities. +python3-pillow: +python3-pillow: This package provides the PIL libraries with support for Python3. It +python3-pillow: is intended to be a complement to python-pillow, not to replace it. +python3-pillow: +python3-pillow: PIL homepage: https://python3-pillow.github.io/ |