gis/rasterio: Updated for version 0.12.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2014-09-02 23:23:09 -07:00 committed by Willy Sudiarto Raharjo
parent 04f65b9937
commit 9da611d3d4
2 changed files with 6 additions and 10 deletions

View file

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

View file

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