summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2016-01-06 15:44:01 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commitc2e9c35cdad0eceba8fea0a622155d607071a8b0 (patch)
tree1915aeb694eec1e8c583b5d5b24fc428857a6f57 /python
parent0203f6567c033b05f0b66e64f7e79bd9b3474bc6 (diff)
downloadslackbuilds-c2e9c35cdad0eceba8fea0a622155d607071a8b0.tar.gz
slackbuilds-c2e9c35cdad0eceba8fea0a622155d607071a8b0.tar.xz
Multiple: Fix .info and README (Cython refs)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/lxml/README2
-rw-r--r--python/pyliblo/pyliblo.info2
-rw-r--r--python/pytables/pytables.info2
-rw-r--r--python/pyzmq/pyzmq.info2
4 files changed, 4 insertions, 4 deletions
diff --git a/python/lxml/README b/python/lxml/README
index 61afd1f60f..5772fe694a 100644
--- a/python/lxml/README
+++ b/python/lxml/README
@@ -2,5 +2,5 @@ lxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness
of these libraries with the simplicity of a native Python API.
-Cython, python3 and pysetuptools are optional build dependencies.
+python3 is an optional build dependency.
cssselect and html5lib are optional runtime dependencies.
diff --git a/python/pyliblo/pyliblo.info b/python/pyliblo/pyliblo.info
index f28e9267d4..64192eacc6 100644
--- a/python/pyliblo/pyliblo.info
+++ b/python/pyliblo/pyliblo.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://das.nasophon.de/download/pyliblo-0.10.0.tar.gz"
MD5SUM="1be68794dedaf8cc60748fe94fdb9628"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="liblo Cython"
+REQUIRES="liblo"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
diff --git a/python/pytables/pytables.info b/python/pytables/pytables.info
index 5320f07c30..cdfbface7d 100644
--- a/python/pytables/pytables.info
+++ b/python/pytables/pytables.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-3.2.0.tar.gz"
MD5SUM="339a2225ee814a6899cb14e7ba28c081"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Cython hdf5 numexpr"
+REQUIRES="hdf5 numexpr"
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
diff --git a/python/pyzmq/pyzmq.info b/python/pyzmq/pyzmq.info
index 688aef9fdd..ad3b2a706f 100644
--- a/python/pyzmq/pyzmq.info
+++ b/python/pyzmq/pyzmq.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v14.5.0.tar.gz"
MD5SUM="d69df0a51a13ba42788351eefe78e7ff"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Cython zeromq"
+REQUIRES="zeromq"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"