mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
gis/Shapely: Updated for version 1.5.15.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
5bd3a24005
commit
6418dcb5f4
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue