summaryrefslogtreecommitdiffstats
path: root/python/pyresample
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-12-13 10:58:28 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-17 06:56:06 +0700
commit09be17bc99511b09d2dd6a21013837a9eaf49d4f (patch)
tree2bba5d39a6da141535f69f287b51e5754c70b836 /python/pyresample
parentebf4b731555860895161d77f9e8338570d335206 (diff)
downloadslackbuilds-09be17bc99511b09d2dd6a21013837a9eaf49d4f.tar.gz
slackbuilds-09be17bc99511b09d2dd6a21013837a9eaf49d4f.tar.xz
python/pyresample: Updated for version 1.2.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pyresample')
-rw-r--r--python/pyresample/README5
-rw-r--r--python/pyresample/pyresample.SlackBuild2
-rw-r--r--python/pyresample/pyresample.info8
3 files changed, 9 insertions, 6 deletions
diff --git a/python/pyresample/README b/python/pyresample/README
index 4616946715..1361d520ed 100644
--- a/python/pyresample/README
+++ b/python/pyresample/README
@@ -5,4 +5,7 @@ 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)
+Optional dependencies: numexpr, quicklook (not available from SBo)
+
+NOTE: Cython will not be used. Use environment variable 'USE_CYTHON=True'
+to use it.
diff --git a/python/pyresample/pyresample.SlackBuild b/python/pyresample/pyresample.SlackBuild
index 0027c0364d..a6aef35022 100644
--- a/python/pyresample/pyresample.SlackBuild
+++ b/python/pyresample/pyresample.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyresample
-VERSION=${VERSION:-1.2.7}
+VERSION=${VERSION:-1.2.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pyresample/pyresample.info b/python/pyresample/pyresample.info
index a137c0401c..d5a990631a 100644
--- a/python/pyresample/pyresample.info
+++ b/python/pyresample/pyresample.info
@@ -1,10 +1,10 @@
PRGNAM="pyresample"
-VERSION="1.2.7"
+VERSION="1.2.9"
HOMEPAGE="https://github.com/pytroll/pyresample"
-DOWNLOAD="https://pypi.python.org/packages/9e/d7/2f21b7f6ff77fc4c1acb2eea6b16d5863ac4556c9226823404227dd7ea85/pyresample-1.2.7.tar.gz"
-MD5SUM="bf3501297adb26785c14a965930e64cd"
+DOWNLOAD="https://pypi.python.org/packages/c7/27/76bbff626a7064fd995c2e7f1e70ca6b890e87c20952cedb22ce2ebdb13f/pyresample-1.2.9.tar.gz"
+MD5SUM="e61e02142e98bf7e576e3e1e7b6aa406"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pyproj numpy configobj"
+REQUIRES="pyproj pykdtree configobj"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"