summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2024-04-22 09:10:23 +0200
committerMarcell Meszaros2024-04-22 09:10:23 +0200
commite71582804eec42a534d00071fa77f546768ad6c6 (patch)
tree21dc4eacbdce7207826bd020575fd80d189efd45
parent09cea0a1a7e25a24867e94fa91981bf26ec0be3c (diff)
downloadaur-python-visvis.tar.gz
remove obsolete optdepend 'pyside2'
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD17
2 files changed, 15 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26084bc8247..0e218ca3f3af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-visvis
pkgdesc = Python library for visualization of 1D to 4D data
pkgver = 1.14.0.r3.gd8f36d4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/almarklein/visvis
arch = any
license = BSD-3-Clause
@@ -17,13 +17,12 @@ pkgbase = python-visvis
depends = python-opengl
depends = python-pillow
depends = python-scipy
- optdepends = pyside2: for another Qt5 GUI backend
- optdepends = pyside6: for another Qt6 GUI backend
- optdepends = python-glfw: for GLFW GUI backend
- optdepends = python-pyfltk: for an FLTK GUI backend
- optdepends = python-pyqt5: for a Qt5 GUI backend
- optdepends = python-pyqt6: for a Qt6 GUI backend
- optdepends = python-wxpython: for the WxWidgets GUI backend
+ optdepends = pyside6: altenative Qt6 GUI backend
+ optdepends = python-glfw: GLFW GUI backend
+ optdepends = python-pyfltk: FLTK GUI backend
+ optdepends = python-pyqt5: Qt5 GUI backend
+ optdepends = python-pyqt6: Qt6 GUI backend
+ optdepends = python-wxpython: WxWidgets GUI backend
source = python-visvis::git+https://github.com/almarklein/visvis.git#commit=d8f36d4b33554a24918c7043188ccffcc054690e
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f7f72eb59aeb..d83fa5163c95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: cqz5555 < cqzw555@163.com >
+# Contributor: cqz5555 < cqzw555@163.com >
# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python-visvis
pkgver=1.14.0.r3.gd8f36d4
_commit=d8f36d4b33554a24918c7043188ccffcc054690e
-pkgrel=2
+pkgrel=3
pkgdesc="Python library for visualization of 1D to 4D data"
url="https://github.com/almarklein/visvis"
arch=('any')
@@ -26,13 +26,12 @@ makedepends=(
'python-wheel'
)
optdepends=(
- 'pyside2: for another Qt5 GUI backend'
- 'pyside6: for another Qt6 GUI backend'
- 'python-glfw: for GLFW GUI backend'
- 'python-pyfltk: for an FLTK GUI backend'
- 'python-pyqt5: for a Qt5 GUI backend'
- 'python-pyqt6: for a Qt6 GUI backend'
- 'python-wxpython: for the WxWidgets GUI backend'
+ 'pyside6: altenative Qt6 GUI backend'
+ 'python-glfw: GLFW GUI backend'
+ 'python-pyfltk: FLTK GUI backend'
+ 'python-pyqt5: Qt5 GUI backend'
+ 'python-pyqt6: Qt6 GUI backend'
+ 'python-wxpython: WxWidgets GUI backend'
)
checkdepends=(
'python-pytest'