summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2023-12-08 11:42:49 +0100
committerBlair Bonnett2023-12-08 11:42:49 +0100
commit8ad003a2e6b1efe937a148cf973bc196d4bd195d (patch)
tree89ef52cbffb0931b016cdd883374a80c1166c419
parente2323272c2c3e54d82ab73665fd852b0bb78f2e9 (diff)
downloadaur-8ad003a2e6b1efe937a148cf973bc196d4bd195d.tar.gz
Update to 0.22.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63bc2e70eb56..0733ed06e354 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cartopy
pkgdesc = A cartographic Python library with Matplotlib support for visualisation
- pkgver = 0.21.1
+ pkgver = 0.22.0
pkgrel = 1
url = https://scitools.org.uk/cartopy/
arch = x86_64
@@ -14,8 +14,6 @@ pkgbase = python-cartopy
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
- depends = geos
- depends = python-certifi
depends = python-matplotlib
depends = python-numpy
depends = python-pillow
@@ -23,13 +21,13 @@ pkgbase = python-cartopy
depends = python-pyshp
depends = python-scipy
depends = python-shapely
- depends = python-six
+ optdepends = python-beautifulsoup4: for use with SRTM data
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 = https://files.pythonhosted.org/packages/source/C/Cartopy/Cartopy-0.21.1.tar.gz
- sha256sums = 89d5649712c8582231c6e11825a04c85f6f0cee94dbb89e4db23eabca1cc250a
+ source = https://files.pythonhosted.org/packages/source/C/Cartopy/Cartopy-0.22.0.tar.gz
+ sha256sums = b300f90120931d43f11ef87c064ea1dacec1b59a4940aa76ebf82cf09548bb49
pkgname = python-cartopy
diff --git a/PKGBUILD b/PKGBUILD
index 530d60fdc8a1..b90627b9193b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
# Contributor: Rich Li <rich@dranek.com>
pkgname=python-cartopy
-pkgver=0.21.1
+pkgver=0.22.0
pkgrel=1
pkgdesc="A cartographic Python library with Matplotlib support for visualisation"
url="https://scitools.org.uk/cartopy/"
depends=(
- 'geos' 'python-certifi' 'python-matplotlib' 'python-numpy' 'python-pillow'
- 'python-pyproj' 'python-pyshp' 'python-scipy' 'python-shapely' 'python-six'
+ 'python-matplotlib' 'python-numpy' 'python-pillow'
+ 'python-pyproj' 'python-pyshp' 'python-scipy' 'python-shapely'
)
optdepends=(
+ 'python-beautifulsoup4: for use with SRTM data'
'python-fiona: faster shapefile reading'
'python-gdal: for use with SRTM data'
'python-pyepsg: interface to https://epsg.io'
@@ -31,7 +32,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz"
)
sha256sums=(
- '89d5649712c8582231c6e11825a04c85f6f0cee94dbb89e4db23eabca1cc250a'
+ 'b300f90120931d43f11ef87c064ea1dacec1b59a4940aa76ebf82cf09548bb49'
)
prepare() {