summaryrefslogtreecommitdiffstats
path: root/python/python3-Cython/README
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2016-10-24 21:20:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-24 21:20:58 +0700
commitb532c63d9ba870a2993cb09f73a730a672643db8 (patch)
tree3776bd2e5b3d8b8a54c1d036d85c5ddb5ed6d36a /python/python3-Cython/README
parentf402329dc3c289655bfe9620a97de45710c75af5 (diff)
downloadslackbuilds-b532c63d9ba870a2993cb09f73a730a672643db8.tar.gz
slackbuilds-b532c63d9ba870a2993cb09f73a730a672643db8.tar.xz
python/python3-Cython: Added (C-Extensions for Python3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Cython/README')
-rw-r--r--python/python3-Cython/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-Cython/README b/python/python3-Cython/README
new file mode 100644
index 0000000000..0dd3a3eda4
--- /dev/null
+++ b/python/python3-Cython/README
@@ -0,0 +1,5 @@
+Cython is an optimising static compiler for both the Python programming
+language and the extended Cython programming language (based on Pyrex).
+It makes writing C extensions for Python as easy as Python itself.
+
+This SlackBuild may be installed alongside the stock Cython package.