summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Robby Workman2021-04-21 07:05:10 +0200
committer Robby Workman2021-04-21 07:05:10 +0200
commitc253f4855b6d8cbae6ca2c9a6828310adecbeca4 (patch)
tree72af6fb8013fffa6ea3396e61c8163227118d0a9 /python
parent23140a23266e290749289a7f3a07f559e50f7c4f (diff)
downloadslackbuilds-c253f4855b6d8cbae6ca2c9a6828310adecbeca4.tar.gz
various: Kill python3-Cython dep mentions
Diffstat (limited to 'python')
-rw-r--r--python/PyStemmer/PyStemmer.info2
-rw-r--r--python/python3-multidict/python3-multidict.info2
-rw-r--r--python/python3-pandas/python3-pandas.info2
-rw-r--r--python/python3-pyzmq/python3-pyzmq.info2
-rw-r--r--python/python3-sympy/README2
-rw-r--r--python/scikit-learn/scikit-learn.info2
-rw-r--r--python/sympy/README2
7 files changed, 6 insertions, 8 deletions
diff --git a/python/PyStemmer/PyStemmer.info b/python/PyStemmer/PyStemmer.info
index 85735700e2..02970e0e9e 100644
--- a/python/PyStemmer/PyStemmer.info
+++ b/python/PyStemmer/PyStemmer.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/21/ee/19e0e4ec9398cc022617baa5f013fd4
MD5SUM="46ee623eeeba5a7cc0d95cbfa7e18abd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-Cython"
+REQUIRES=""
MAINTAINER="Nikos Giotis"
EMAIL="nikos.giotis@gmail.com"
diff --git a/python/python3-multidict/python3-multidict.info b/python/python3-multidict/python3-multidict.info
index 252ea06813..a8a8f3f474 100644
--- a/python/python3-multidict/python3-multidict.info
+++ b/python/python3-multidict/python3-multidict.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/aio-libs/multidict/archive/v5.1.0/multidict-5.1.0.t
MD5SUM="78fd6c8b34823a3e05706c66dd1d05a1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-Cython"
+REQUIRES=""
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"
diff --git a/python/python3-pandas/python3-pandas.info b/python/python3-pandas/python3-pandas.info
index 439c958789..29d37e2d95 100644
--- a/python/python3-pandas/python3-pandas.info
+++ b/python/python3-pandas/python3-pandas.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandas/pandas-1.0.5.t
MD5SUM="5183db713194e6fbc96c45f30a0d1311"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy3 python3-Cython python3-dateutil pytz"
+REQUIRES="numpy3 python3-dateutil pytz"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"
diff --git a/python/python3-pyzmq/python3-pyzmq.info b/python/python3-pyzmq/python3-pyzmq.info
index 3669297c94..f5a5b721e3 100644
--- a/python/python3-pyzmq/python3-pyzmq.info
+++ b/python/python3-pyzmq/python3-pyzmq.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v18.1.1/pyzmq-18.1.1.tar.gz"
MD5SUM="2a5c336dc942825006699bea9761d842"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="zeromq python3-Cython"
+REQUIRES="zeromq"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"
diff --git a/python/python3-sympy/README b/python/python3-sympy/README
index d8577a015b..abb84fa72b 100644
--- a/python/python3-sympy/README
+++ b/python/python3-sympy/README
@@ -6,7 +6,7 @@ any external libraries.
SymPy has several optional dependencies which enhance its functionality
or make it faster. Here are those available at SlackBuilds.org:
-numpy3, scipy3, python3-matplotlib, python3-ipython and python3-Cython.
+numpy3, scipy3, python3-matplotlib, and python3-ipython
This is the python3 version of SymPy. For the python2 version use the
sympy package.
diff --git a/python/scikit-learn/scikit-learn.info b/python/scikit-learn/scikit-learn.info
index 455e06fdc2..c07d26fc37 100644
--- a/python/scikit-learn/scikit-learn.info
+++ b/python/scikit-learn/scikit-learn.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/scikit-learn/scikit-learn/archive/0.24.1/scikit-lea
MD5SUM="a396b295ed76979577279bee9310acc4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-joblib python3-Cython scipy3"
+REQUIRES="python-joblib scipy3"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"
diff --git a/python/sympy/README b/python/sympy/README
index e09dbef1a0..514b9f2f2b 100644
--- a/python/sympy/README
+++ b/python/sympy/README
@@ -7,5 +7,3 @@ any external libraries.
SymPy has several optional dependencies which enhance its functionality
or make it faster. Here are those available at SlackBuilds.org:
numpy, scipy, matplotlib, ipython and pyglet.
-Besides, Cython is already provided by Slackware.
-