From 09be17bc99511b09d2dd6a21013837a9eaf49d4f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 13 Dec 2016 10:58:28 +0200 Subject: python/pyresample: Updated for version 1.2.9. Signed-off-by: Dimitris Zlatanidis --- python/pyresample/README | 5 ++++- python/pyresample/pyresample.SlackBuild | 2 +- python/pyresample/pyresample.info | 8 ++++---- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'python/pyresample') 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" -- cgit v1.2.3-65-gdbad