Date: Monday, October 30, 2017 @ 14:39:58 Author: arodseth Revision: 264791
upgpkg: python-gnuplot 1.8-7 Modified: python-gnuplot/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-30 14:32:58 UTC (rev 264790) +++ PKGBUILD 2017-10-30 14:39:58 UTC (rev 264791) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Michael Krauss <[email protected]> # Contributor: Baptiste Jonglez <zerstorer at free dot fr> @@ -6,14 +6,14 @@ pkgbase=python-gnuplot pkgname=('python2-gnuplot' 'python-gnuplot') pkgver=1.8 -pkgrel=6 +pkgrel=7 pkgdesc='Plot graphs with Gnuplot' arch=('any') license=('LGPL') -url='http://gnuplot-py.sourceforge.net/' -makedepends=('python-setuptools' 'python2-setuptools' 'python-numpy' 'python2-numpy' 'git') -source=("http://downloads.sourceforge.net/gnuplot-py/gnuplot-py-$pkgver.tar.gz" - "git://github.com/yuyichao/gnuplot-py.git#commit=2c2218dc67") # python 3 port +url='https://gnuplot-py.sourceforge.net/' +makedepends=('git' 'python-numpy' 'python-setuptools' 'python2-numpy' 'python2-setuptools') +source=("https://downloads.sourceforge.net/gnuplot-py/gnuplot-py-$pkgver.tar.gz" + "git+https://github.com/yuyichao/gnuplot-py.git#commit=2c2218dc67") # python 3 port sha256sums=('ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21' 'SKIP') @@ -21,6 +21,7 @@ depends=('python2' 'python2-numpy' 'gnuplot') cd "gnuplot-py-$pkgver" + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 } @@ -27,8 +28,9 @@ package_python-gnuplot() { depends=('python' 'python-numpy' 'gnuplot') - cd "gnuplot-py" + cd gnuplot-py + python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 } -# vim:set ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
