summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBrainDamage2023-05-17 12:35:59 +0200
committerBrainDamage2023-05-17 12:35:59 +0200
commitae534209517c308bb0979247417a65bab76cd75f (patch)
treea9ce90fa9c6742bb0088dbd265a91aec363bc193 /.SRCINFO
parentb37891fba3f9a1c38b1ec84a2cc3b743a049491c (diff)
downloadaur-ae534209517c308bb0979247417a65bab76cd75f.tar.gz
version bump
switched from setup.py to pyproject.toml switched tarball url to pypi
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO13
1 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae622a8541c4..7bcf38eba4f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-metpy
pkgdesc = collection of tools in Python for reading, visualizing and performing calculations with weather data.
- pkgver = 1.4.1
+ pkgver = 1.5.0
pkgrel = 1
url = https://unidata.github.io/MetPy
arch = any
@@ -10,8 +10,9 @@ pkgbase = python-metpy
checkdepends = python-cartopy
checkdepends = python-shapely
checkdepends = python-netcdf4
- makedepends = python-setuptools
- makedepends = python-setuptools-scm
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = python
depends = python-matplotlib
depends = python-numpy
@@ -22,9 +23,11 @@ pkgbase = python-metpy
depends = python-xarray
depends = python-pyproj
depends = python-traitlets
+ depends = python-importlib_resources
optdepends = python-cartopy: for the examples
optdepends = python-shapely: for the examples
- source = python-metpy-1.4.1::https://github.com/Unidata/MetPy/archive/refs/tags/v1.4.1.tar.gz
- sha256sums = c8f0c6a449386844a3712b5bd95262ddb755aeceba7a68b429798ccaa3eb8699
+ optdepends = python-geopandas: for the examples
+ source = python-metpy-1.5.0::https://files.pythonhosted.org/packages/source/M/MetPy/MetPy-1.5.0.tar.gz
+ sha256sums = 1897b276097053aeda615e3e23bf497b7704e4536b1f8e2788bb02911646353d
pkgname = python-metpy