summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2016-03-29 20:56:10 -0700
committer Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2016-03-29 20:56:10 -0700
commit6418dcb5f41b5e3e0826fb8e866dc666a085e769 (patch)
tree712446489068c7d094f28f3e53c474ab294322fa /gis
parent5bd3a24005203e32d8c519ab16e0cc7eb162551a (diff)
downloadslackbuilds-6418dcb5f41b5e3e0826fb8e866dc666a085e769.tar.gz
slackbuilds-6418dcb5f41b5e3e0826fb8e866dc666a085e769.tar.xz
gis/Shapely: Updated for version 1.5.15.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis')
-rw-r--r--gis/Shapely/Shapely.SlackBuild4
-rw-r--r--gis/Shapely/Shapely.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/Shapely/Shapely.SlackBuild b/gis/Shapely/Shapely.SlackBuild
index 8b7e3a2e46..4a01e88a18 100644
--- a/gis/Shapely/Shapely.SlackBuild
+++ b/gis/Shapely/Shapely.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Shapely
-VERSION=${VERSION:-1.5.9}
+VERSION=${VERSION:-1.5.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,7 +70,7 @@ find -L . \
-exec chmod 644 {} \;
# remove unnecessary .pxi file
-sed -i "s/data_files\s*=.*/data_files = []/g" setup.py
+sed -i "s/data_files\s*=.*/data_files = [],/g" setup.py
python setup.py install --root=$PKG
diff --git a/gis/Shapely/Shapely.info b/gis/Shapely/Shapely.info
index 70a7383734..d1e3b51963 100644
--- a/gis/Shapely/Shapely.info
+++ b/gis/Shapely/Shapely.info
@@ -1,8 +1,8 @@
PRGNAM="Shapely"
-VERSION="1.5.9"
+VERSION="1.5.15"
HOMEPAGE="https://github.com/Toblerity/Shapely"
-DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.5.9.tar.gz"
-MD5SUM="d274282a6f709d39220f94491efd166e"
+DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.5.15.tar.gz"
+MD5SUM="5c0f61cf7141a289bdb64417ec796e1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos"