summaryrefslogtreecommitdiffstats
path: root/development
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 /development
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 'development')
-rw-r--r--development/Cython-Kivy/README12
-rw-r--r--development/pandas/pandas.info2
2 files changed, 7 insertions, 7 deletions
diff --git a/development/Cython-Kivy/README b/development/Cython-Kivy/README
index 196ad6261d..6b3aea20b8 100644
--- a/development/Cython-Kivy/README
+++ b/development/Cython-Kivy/README
@@ -1,8 +1,8 @@
-Cython is a language that makes writing C extensions for
-the Python language as easy as Python itself. Cython is
-based on the well-known Pyrex, but supports more cutting
-edge functionality and optimizations.
+Cython version to support Kivy
-Cython version to support package Kivy.
+Cython is a language that makes writing C extensions for the Python
+language as easy as Python itself. Cython is based on the well-known
+Pyrex, but supports more cutting edge functionality and optimizations.
-NOTE: This package conflict with Cython. Do not install both.
+NOTE: This package conflicts with Slackware's Cython and thus is
+intended to replace it. Both should not be installed at the same time.
diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info
index 3f4866222a..42ab5850d1 100644
--- a/development/pandas/pandas.info
+++ b/development/pandas/pandas.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pydata/pandas/archive/v0.17.1.tar.gz"
MD5SUM="ef1c09e1d66c54a2b227fead292b0359"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Cython numpy python-dateutil pytz"
+REQUIRES="numpy python-dateutil pytz"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"