gis/Shapely: Updated for version 1.5.15.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2016-03-29 20:56:10 -07:00
parent 5bd3a24005
commit 6418dcb5f4
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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"