mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
gis/rasterio: Updated for version 0.12.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
04f65b9937
commit
9da611d3d4
2 changed files with 6 additions and 10 deletions
|
@ -25,7 +25,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rasterio
|
||||
VERSION=${VERSION:-0.6}
|
||||
VERSION=${VERSION:-0.12.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -62,11 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
if [ -e $CWD/$VERSION.tar.gz ]; then
|
||||
tar xvf $CWD/$VERSION.tar.gz
|
||||
else
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
fi
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rasterio"
|
||||
VERSION="0.6"
|
||||
VERSION="0.12.1"
|
||||
HOMEPAGE="https://github.com/sgillies/rasterio"
|
||||
DOWNLOAD="https://github.com/sgillies/rasterio/archive/0.6.tar.gz"
|
||||
MD5SUM="4ca2eb664ef5f249fa48a40d44bde0d1"
|
||||
DOWNLOAD="https://github.com/sgillies/rasterio/archive/0.12.1.tar.gz"
|
||||
MD5SUM="c8e5c5e7e5e5a1512ce6a6bcf8212a71"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Cython gdal numpy pysetuptools"
|
||||
REQUIRES="affine click Cython enum34 gdal numpy pysetuptools"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="slackbuilds@jaxartes.net"
|
||||
|
|
Loading…
Reference in a new issue