mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/pyresample: Updated for version 1.2.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ebf4b73155
commit
09be17bc99
3 changed files with 9 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue