diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/PyStemmer/PyStemmer.info | 2 | ||||
-rw-r--r-- | python/python3-multidict/python3-multidict.info | 2 | ||||
-rw-r--r-- | python/python3-pandas/python3-pandas.info | 2 | ||||
-rw-r--r-- | python/python3-pyzmq/python3-pyzmq.info | 2 | ||||
-rw-r--r-- | python/python3-sympy/README | 2 | ||||
-rw-r--r-- | python/scikit-learn/scikit-learn.info | 2 | ||||
-rw-r--r-- | python/sympy/README | 2 |
7 files changed, 6 insertions, 8 deletions
diff --git a/python/PyStemmer/PyStemmer.info b/python/PyStemmer/PyStemmer.info index 85735700e25c..02970e0e9e0a 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 252ea0681319..a8a8f3f474cd 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 439c958789f5..29d37e2d952e 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 3669297c94ec..f5a5b721e36c 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 d8577a015b50..abb84fa72bd1 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 455e06fdc2a3..c07d26fc378d 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 e09dbef1a0b2..514b9f2f2bb6 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. - |