summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-19 21:33:18 -0500
committerCarlos Aznarán2024-03-19 21:33:18 -0500
commit5e4e0586941ee65472aeb788124164b00ae933d4 (patch)
treed74e239a9b87c8b530393892e986e32e10b06b8c
parent836e0803861597e3cca98eb0503f1bce568986ee (diff)
downloadaur-5e4e0586941ee65472aeb788124164b00ae933d4.tar.gz
Bump version to 2.0.3
-rw-r--r--.SRCINFO9
-rw-r--r--.nvchecker.toml5
-rw-r--r--PKGBUILD8
3 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1532b722ea3d..2837865878be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-trame-matplotlib
pkgdesc = Matplotlib widget for trame
- pkgver = 2.0.2
- pkgrel = 3
+ pkgver = 2.0.3
+ pkgrel = 1
url = https://github.com/Kitware/trame-matplotlib
arch = any
license = BSD-3-clause
@@ -13,7 +13,8 @@ pkgbase = python-trame-matplotlib
makedepends = nodejs-lts-hydrogen
makedepends = npm
depends = python-trame-client
- source = trame-matplotlib-2.0.2.tar.gz::https://github.com/Kitware/trame-matplotlib/archive/v2.0.2.tar.gz
- sha512sums = 2758400fe658697dbb27eb4f2e0cb0acbe7116e912ca69f2d472fdeb129f8f243c51613e2d588f395ccd5cf070297df4546e1323e220ca419d716173540c0de2
+ depends = python-mpld3
+ source = trame-matplotlib-2.0.3.tar.gz::https://github.com/Kitware/trame-matplotlib/archive/v2.0.3.tar.gz
+ sha512sums = 5c13e528d1fef2494c4bd479c642b6f61dbdd0d3347591cd43a2100aaf573382fdb01f3e271c035286e6fe24eec34f31679c390d74db1158d2dcbaf6b4669dc6
pkgname = python-trame-matplotlib
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..694ccb35cb0a
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,5 @@
+[python-trame-matplotlib]
+source = "github"
+github = "Kitware/trame-matplotlib"
+use_latest_release = "true"
+prefix = "v" \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index cac600b8258d..591e0c30a6e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_base=trame-matplotlib
pkgname=python-${_base}
pkgdesc="Matplotlib widget for trame"
-pkgver=2.0.2
-pkgrel=3
+pkgver=2.0.3
+pkgrel=1
arch=(any)
url="https://github.com/Kitware/${_base}"
license=(BSD-3-clause)
-depends=(python-trame-client)
+depends=(python-trame-client python-mpld3)
makedepends=(python-build python-installer python-setuptools python-wheel nodejs-lts-hydrogen npm)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('2758400fe658697dbb27eb4f2e0cb0acbe7116e912ca69f2d472fdeb129f8f243c51613e2d588f395ccd5cf070297df4546e1323e220ca419d716173540c0de2')
+sha512sums=('5c13e528d1fef2494c4bd479c642b6f61dbdd0d3347591cd43a2100aaf573382fdb01f3e271c035286e6fe24eec34f31679c390d74db1158d2dcbaf6b4669dc6')
prepare() {
sed -i 's/^include/#include/' ${_base}-${pkgver}/MANIFEST.in