python/pyresample: Updated for version 1.2.5.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-08-22 17:04:19 +03:00 committed by David Spencer
parent 3ea6f55383
commit 256816e7d5
4 changed files with 18 additions and 16 deletions

View file

@ -4,3 +4,5 @@ Pyresample uses a kd-tree approach for resampling.
Pyresample is designed for resampling of remote sensing data
and supports resampling from both fixed grids and geolocated
swath data.
Optional dependencies: numexpr, pykdtree, quicklook (not available from SBo)

View file

@ -2,7 +2,7 @@
# Slackware build script for pyresample
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyresample
VERSION=${VERSION:-1.1.0}
VERSION=${VERSION:-1.2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,10 +1,10 @@
PRGNAM="pyresample"
VERSION="1.1.0"
HOMEPAGE="http://code.google.com/p/pyresample/"
DOWNLOAD="https://pypi.python.org/packages/source/p/pyresample/pyresample-1.1.0.tar.gz"
MD5SUM="9132d1e2596acbd20b4d460672593976"
VERSION="1.2.5"
HOMEPAGE="https://github.com/pytroll/pyresample"
DOWNLOAD="https://pypi.python.org/packages/47/51/af41958f02e2a79ea1d7509476237e2411b9e7117751b394c3cd80c49ada/pyresample-1.2.5.tar.gz"
MD5SUM="ffab5031bfcaa672d94138122ada5b4e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyproj configobj numexpr pykdtree"
REQUIRES="pyproj numpy configobj"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"

View file

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
pyresample: pyresample (geospatial resampling)
pyresample:
pyresample: Python package for geospatial resampling.
pyresample:
pyresample: Homepage: http://code.google.com/p/pyresample/
pyresample:
pyresample:
pyresample: Resampling (reprojection) of geospatial image data in Python.
pyresample: Pyresample uses a kd-tree approach for resampling. Pyresample is
pyresample: designed for resampling of remote sensing data and supports
pyresample: from both fixed grids and geolocated swath data.
pyresample:
pyresample: Homepage: https://github.com/pytroll/pyresample
pyresample:
pyresample:
pyresample: