summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-04-25 22:31:56 +0100
committerWill Handley2020-04-25 22:31:56 +0100
commit033e0367e8bd08807ac01efbfa586c30e1c50868 (patch)
treec71b337cde07db43cc4d56b93c894ba9ea298f4e
parent26858fbe4280bf499abb6d55357b093143aa5657 (diff)
downloadaur-033e0367e8bd08807ac01efbfa586c30e1c50868.tar.gz
Updated to 0.8.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20ad6a68200b..e59d2a831ed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-pywwt
pkgdesc = Python interface to the Windows and Web client of WorldWide Telescope
- pkgver = 0.6.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/WorldWideTelescope/pywwt
arch = any
license = BSD
makedepends = python-setuptools
+ makedepends = npm
depends = python-numpy
depends = python-matplotlib
depends = python-requests
@@ -17,8 +18,8 @@ pkgbase = python-pywwt
depends = python-flask
depends = python-six
options = !emptydirs
- source = https://github.com/WorldWideTelescope/pywwt/archive/v0.6.0.tar.gz
- sha256sums = b151959e2f7e41ff9088fc824da07942384c48b7c43a15239e4239038ae27dfb
+ source = https://github.com/WorldWideTelescope/pywwt/archive/v0.8.0.tar.gz
+ sha256sums = e21c191245a98c3fbb064bb3927023af3c22b83055e5c518aaaa115de9f882de
pkgname = python-pywwt
diff --git a/PKGBUILD b/PKGBUILD
index 461a6e067f18..7f336081c768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=pywwt
pkgname=python-$_modulename
-pkgver=0.6.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="Python interface to the Windows and Web client of WorldWide Telescope"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/WorldWideTelescope/pywwt"
license=('BSD')
groups=()
depends=('python-numpy' 'python-matplotlib' 'python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-ipywidgets' 'python-traitlets' 'python-qtpy' 'python-flask' 'python-six')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'npm')
provides=()
conflicts=()
replaces=()
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('b151959e2f7e41ff9088fc824da07942384c48b7c43a15239e4239038ae27dfb')
+sha256sums=('e21c191245a98c3fbb064bb3927023af3c22b83055e5c518aaaa115de9f882de')
#check() {
# cd "$srcdir/CAMB-$pkgver/"
# python setup.py test