summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0396038cbe58..8116e3feb37a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,15 @@
pkgname='python-pyviz_comms'
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc='Bidirectional communication for the PyViz ecosystem'
arch=('any')
url='https://github.com/pyviz/pyviz_comms'
license=('BSD')
-makedepends=('python-setuptools' 'python-param')
-groups=('bokeh-ecosystem')
-depends=('python-bokeh'
- 'python-cartopy'
- 'python-holoviews'
- 'python-numpy')
-checkdepends=(
- 'python-nose'
+makedepends=('python-setuptools'
+ 'python-param')
+depends=()
+checkdepends=('python-nose'
'flake8')
source=("https://github.com/pyviz/pyviz_comms/archive/v${pkgver}.tar.gz")
sha256sums=('24978f18895c1655364083a464d7327d6cc848ad67ffca40237bfaaa3d8de5c8')