summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBlair Bonnett2021-11-06 09:57:26 +0100
committerBlair Bonnett2021-11-06 09:57:26 +0100
commitd2f6cbf780cb4a6497b7bdb5907610678c5309c6 (patch)
tree899d6bccd5d3e19b0b4aa5595313dc19d47c7312 /.SRCINFO
parent85ecb95256b78c68d7c5e6061ecf6d524fdb2e32 (diff)
downloadaur-d2f6cbf780cb4a6497b7bdb5907610678c5309c6.tar.gz
Upgrade to 0.20.1
* Now builds against PROJ8 so the patch to use the AUR proj6 package can be removed.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO24
1 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd7b0b4fb5db..12e9805313a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-cartopy
pkgdesc = A cartographic Python library with Matplotlib support for visualisation
- pkgver = 0.19.0
+ pkgver = 0.20.1
pkgrel = 1
- url = https://scitools.org.uk/cartopy/docs/latest/
+ url = https://scitools.org.uk/cartopy/
arch = x86_64
license = LGPL3
checkdepends = python-pytest
@@ -10,23 +10,23 @@ pkgbase = python-cartopy
makedepends = python-setuptools
makedepends = cython
makedepends = python-setuptools-scm
- depends = python-numpy
- depends = python-six
- depends = python-shapely
- depends = python-pyshp
- depends = proj6
depends = geos
+ depends = proj
+ depends = python-certifi
depends = python-matplotlib
+ depends = python-numpy
depends = python-pillow
+ depends = python-pyproj
+ depends = python-pyshp
depends = python-scipy
+ depends = python-shapely
+ depends = python-six
optdepends = python-fiona: faster shapefile reading
optdepends = python-gdal: for use with SRTM data
optdepends = python-pyepsg: interface to https://epsg.io
+ optdepends = python-pykdtree: faster warping of images
optdepends = python-owslib: access OGC clients
- source = cartopy-v0.19.0.tar.gz::https://files.pythonhosted.org/packages/source/c/cartopy/Cartopy-0.19.0.post1.tar.gz
- source = use-proj6.patch
- sha256sums = 4b8b4773a98ed7009fe17d9b6ec87ac3ac62b7d14634d7768c190eadc647d576
- sha256sums = f0367e38237739fe4c4700353eeae34f892a102a16ff43012b4758fcba564e9b
+ source = https://files.pythonhosted.org/packages/source/c/cartopy/Cartopy-0.20.1.tar.gz
+ sha256sums = 91f87b130e2574547a20cd634498df97d797abd12dcfd0235bc0cdbcec8b05e3
pkgname = python-cartopy
-