mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
Multiple: Fix .info and README (Cython refs)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
0203f6567c
commit
c2e9c35cda
11 changed files with 18 additions and 19 deletions
|
@ -1,5 +1,4 @@
|
|||
Mathics is a free, light-weight alternative to Mathematica.
|
||||
Mathics is a general-purpose online computer algebra system featuring Mathematica-compatible syntax and functions.
|
||||
It is backed by highly extensible Python code, relying on SymPy for most mathematical tasks.
|
||||
|
||||
You can install Cython for some extra functionality/optimizations.
|
||||
Mathics is a general-purpose online computer algebra system featuring
|
||||
Mathematica-compatible syntax and functions. It is backed by highly
|
||||
extensible Python code, relying on SymPy for most mathematical tasks.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/Toblerity/Fiona/archive/1.6.2.tar.gz"
|
|||
MD5SUM="394867b29d6516b61ccedb1aea424f69"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Cython gdal six"
|
||||
REQUIRES="gdal six"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/SciTools/cartopy/archive/v0.10.0.tar.gz"
|
|||
MD5SUM="5f9f2bdea1fad2969482332c9701bb23"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Cython geos matplotlib proj pyshp scipy Shapely"
|
||||
REQUIRES="geos matplotlib proj pyshp scipy Shapely"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.31.0.tar.gz"
|
|||
MD5SUM="7cb1af370a3cf470623a3a4902740685"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="affine click-plugins cligj Cython enum34 gdal numpy snuggs"
|
||||
REQUIRES="affine click-plugins cligj enum34 gdal numpy snuggs"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/c/cchardet/cchardet-1.0.0.tar.
|
|||
MD5SUM="353f5ca2bc445cef5f103a9a7c2f7599"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Cython"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue