summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrzej Giniewicz2016-07-30 21:50:11 +0200
committerAndrzej Giniewicz2016-07-30 21:50:11 +0200
commit1d4183e81f70761792d69510776af090b0e63668 (patch)
treed61d7dbce00639b3182a4f326a4b0c4211283c90
parent7763453800b895aa001415c3d316a4ef5f70593d (diff)
downloadaur-1d4183e81f70761792d69510776af090b0e63668.tar.gz
python2-guiqwt: new upstream release
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD14
2 files changed, 17 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7cce4bee7ca..105f57ea22d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,24 @@
+# Generated by mksrcinfo v8
+# Sat Jul 30 19:49:55 UTC 2016
pkgbase = python2-guiqwt
pkgdesc = Python library providing efficient 2D data-plotting features
- pkgver = 2.3.1
- pkgrel = 2
- url = http://code.google.com/p/guiqwt/
+ pkgver = 3.0.2
+ pkgrel = 1
+ url = https://github.com/pierreraybaut/guiqwt
arch = i686
arch = x86_64
license = custom:CeCIL
- makedepends = python2-distribute
- makedepends = unzip
+ makedepends = python2-setuptools
makedepends = cython2
depends = python2-guidata
- depends = python2-pyqwt
+ depends = python2-pythonqwt
depends = python2-scipy
- depends = python-imaging
+ depends = python2-pillow
optdepends = python2-pydicom: for DICOM files I/O features
optdepends = spyder: for Sift embedded Python console
options = !emptydirs
- source = http://guiqwt.googlecode.com/files/guiqwt-2.3.1.zip
- md5sums = 4dbbfa7ca62f5d9222e7c84f8a8995c2
+ source = https://github.com/PierreRaybaut/guiqwt/archive/v3.0.2.tar.gz
+ md5sums = f56ed23bca92a4c489a7ab44be95f0ec
pkgname = python2-guiqwt
diff --git a/PKGBUILD b/PKGBUILD
index f217d787cb12..06d484706c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python2-guiqwt
-pkgver=2.3.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc="Python library providing efficient 2D data-plotting features"
arch=('i686' 'x86_64')
-url="http://code.google.com/p/guiqwt/"
+url="https://github.com/pierreraybaut/guiqwt"
license=('custom:CeCIL')
-depends=('python2-guidata' 'python2-pyqwt' 'python2-scipy' 'python-imaging')
+depends=('python2-guidata' 'python2-pythonqwt' 'python2-scipy' 'python2-pillow')
optdepends=('python2-pydicom: for DICOM files I/O features'
'spyder: for Sift embedded Python console')
-makedepends=('python2-distribute' 'unzip' 'cython2')
+makedepends=('python2-setuptools' 'cython2')
options=(!emptydirs)
-source=(http://guiqwt.googlecode.com/files/guiqwt-$pkgver.zip)
-md5sums=('4dbbfa7ca62f5d9222e7c84f8a8995c2')
+source=("https://github.com/PierreRaybaut/guiqwt/archive/v${pkgver}.tar.gz")
+md5sums=('f56ed23bca92a4c489a7ab44be95f0ec')
build() {
cd "$srcdir"/guiqwt-$pkgver