[arch-commits] Commit in python-gnuplot/repos/community-any (PKGBUILD PKGBUILD)

2019-02-18 Thread Alexander Rødseth via arch-commits
Date: Monday, February 18, 2019 @ 14:30:36
  Author: arodseth
Revision: 434241

archrelease: copy trunk to community-any

Added:
  python-gnuplot/repos/community-any/PKGBUILD
(from rev 434240, python-gnuplot/trunk/PKGBUILD)
Deleted:
  python-gnuplot/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 
 1 file changed, 24 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-18 14:30:27 UTC (rev 434240)
+++ PKGBUILD2019-02-18 14:30:36 UTC (rev 434241)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Michael Krauss 
-# Contributor: Baptiste Jonglez 
-
-pkgbase=python-gnuplot
-pkgname=('python2-gnuplot' 'python-gnuplot')
-pkgver=1.8
-pkgrel=8
-pkgdesc='Plot graphs with Gnuplot'
-arch=('any')
-license=('LGPL')
-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')
-
-package_python2-gnuplot() {
-  depends=('python2' 'python2-numpy' 'gnuplot')
-
-  cd "gnuplot-py-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python-gnuplot() {
-  depends=('python' 'python-numpy' 'gnuplot')
-
-  cd gnuplot-py
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-gnuplot/repos/community-any/PKGBUILD (from rev 434240, 
python-gnuplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-18 14:30:36 UTC (rev 434241)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Michael Krauss 
+# Contributor: Baptiste Jonglez 
+
+pkgbase=python-gnuplot
+pkgname=(python-gnuplot)
+pkgver=1.8
+pkgrel=9
+pkgdesc='Plot graphs with Gnuplot'
+arch=(any)
+license=(LGPL)
+url='https://gnuplot-py.sourceforge.net/'
+depends=(python-numpy gnuplot)
+makedepends=(git python-setuptools)
+source=("git+https://github.com/yuyichao/gnuplot-py#commit=2c2218dc67;)
+sha256sums=('SKIP')
+
+package() {
+  cd gnuplot-py
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-gnuplot/repos/community-any (PKGBUILD PKGBUILD)

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 14:40:18
  Author: arodseth
Revision: 264792

archrelease: copy trunk to community-any

Added:
  python-gnuplot/repos/community-any/PKGBUILD
(from rev 264791, python-gnuplot/trunk/PKGBUILD)
Deleted:
  python-gnuplot/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 +++--
 1 file changed, 36 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-30 14:39:58 UTC (rev 264791)
+++ PKGBUILD2017-10-30 14:40:18 UTC (rev 264792)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Michael Krauss 
-# Contributor: Baptiste Jonglez 
-
-pkgbase=python-gnuplot
-pkgname=('python2-gnuplot' 'python-gnuplot')
-pkgver=1.8
-pkgrel=6
-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
-sha256sums=('ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21'
-'SKIP')
-
-package_python2-gnuplot() {
-  depends=('python2' 'python2-numpy' 'gnuplot')
-
-  cd "gnuplot-py-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python-gnuplot() {
-  depends=('python' 'python-numpy' 'gnuplot')
-
-  cd "gnuplot-py"
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-gnuplot/repos/community-any/PKGBUILD (from rev 264791, 
python-gnuplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-30 14:40:18 UTC (rev 264792)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Michael Krauss 
+# Contributor: Baptiste Jonglez 
+
+pkgbase=python-gnuplot
+pkgname=('python2-gnuplot' 'python-gnuplot')
+pkgver=1.8
+pkgrel=7
+pkgdesc='Plot graphs with Gnuplot'
+arch=('any')
+license=('LGPL')
+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')
+
+package_python2-gnuplot() {
+  depends=('python2' 'python2-numpy' 'gnuplot')
+
+  cd "gnuplot-py-$pkgver"
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python-gnuplot() {
+  depends=('python' 'python-numpy' 'gnuplot')
+
+  cd gnuplot-py
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-gnuplot/repos/community-any (PKGBUILD PKGBUILD)

2014-09-19 Thread Felix Yan
Date: Saturday, September 20, 2014 @ 05:28:00
  Author: fyan
Revision: 119308

archrelease: copy trunk to community-any

Added:
  python-gnuplot/repos/community-any/PKGBUILD
(from rev 119307, python-gnuplot/trunk/PKGBUILD)
Deleted:
  python-gnuplot/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-20 03:27:40 UTC (rev 119307)
+++ PKGBUILD2014-09-20 03:28:00 UTC (rev 119308)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Michael Krauss hippodri...@gmx.net
-# Contributor: Baptiste Jonglez zerstorer at free dot fr
-
-pkgbase=python-gnuplot
-pkgname=('python2-gnuplot' 'python-gnuplot')
-pkgver=1.8
-pkgrel=3
-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
-sha256sums=('ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21'
-'SKIP')
-
-package_python2-gnuplot() {
-  depends=('python2' 'python2-numpy' 'gnuplot')
-
-  cd gnuplot-py-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-}
-
-package_python-gnuplot() {
-  depends=('python' 'python-numpy' 'gnuplot')
-
-  cd gnuplot-py
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-gnuplot/repos/community-any/PKGBUILD (from rev 119307, 
python-gnuplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-20 03:28:00 UTC (rev 119308)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Michael Krauss hippodri...@gmx.net
+# Contributor: Baptiste Jonglez zerstorer at free dot fr
+
+pkgbase=python-gnuplot
+pkgname=('python2-gnuplot' 'python-gnuplot')
+pkgver=1.8
+pkgrel=4
+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
+sha256sums=('ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21'
+'SKIP')
+
+package_python2-gnuplot() {
+  depends=('python2' 'python2-numpy' 'gnuplot')
+
+  cd gnuplot-py-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+package_python-gnuplot() {
+  depends=('python' 'python-numpy' 'gnuplot')
+
+  cd gnuplot-py
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python-gnuplot/repos/community-any (PKGBUILD)

2014-03-25 Thread Alexander Rødseth
Date: Tuesday, March 25, 2014 @ 12:31:26
  Author: arodseth
Revision: 108246

archrelease: copy trunk to community-any

Added:
  python-gnuplot/repos/community-any/PKGBUILD
(from rev 108245, python-gnuplot/trunk/PKGBUILD)

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Copied: python-gnuplot/repos/community-any/PKGBUILD (from rev 108245, 
python-gnuplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-25 11:31:26 UTC (rev 108246)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Michael Krauss hippodri...@gmx.net
+# Contributor : Baptiste Jonglez zerstorer at free dot fr
+
+pkgbase=python-gnuplot
+pkgname=('python2-gnuplot')
+pkgver=1.8
+pkgrel=2
+pkgdesc='Plot graphs with Gnuplot'
+arch=('any')
+license=('LGPL')
+url='http://gnuplot-py.sourceforge.net/'
+makedepends=('python2-setuptools' 'python2-numpy')
+source=(http://downloads.sourceforge.net/gnuplot-py/gnuplot-py-$pkgver.tar.gz;)
+sha256sums=('ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21')
+
+build() {
+  cp -a gnuplot-py-$pkgver gnuplot-py2-$pkgver
+}
+
+package_python2-gnuplot() {
+  depends=('python2' 'gnuplot' 'python2-numpy')
+
+  cd gnuplot-py2-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+# TODO: See if someone has developed a Gnuplot module for python 3.
+#   Could not find one and the following lead nowhere:
+package_python-gnuplot() {
+  # remember to add python-setuptools to makedepends if this is to be tested
+  depends=('python' 'gnuplot' 'python-numpy')
+
+  cd gnuplot-py-$pkgver
+  iconv --from-code=ISO-8859-1 --to-code=UTF-8 gnuplot_Suites.py  tmp
+  mv tmp gnuplot_Suites.py
+  for f in *.py; do 2to3 --no-diffs -w -n -j 4 $f || echo --- $f; done
+  for f in *.py; do sed -i 's/from ./from /g' $f; sed -i 's/from import/from . 
import/g' $f; done
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python-gnuplot/repos/community-any (PKGBUILD PKGBUILD)

2014-03-25 Thread Alexander Rødseth
Date: Tuesday, March 25, 2014 @ 14:01:14
  Author: arodseth
Revision: 108262

archrelease: copy trunk to community-any

Added:
  python-gnuplot/repos/community-any/PKGBUILD
(from rev 108261, python-gnuplot/trunk/PKGBUILD)
Deleted:
  python-gnuplot/repos/community-any/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 34 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-25 12:50:32 UTC (rev 108261)
+++ PKGBUILD2014-03-25 13:01:14 UTC (rev 108262)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Michael Krauss hippodri...@gmx.net
-# Contributor : Baptiste Jonglez zerstorer at free dot fr
-
-pkgbase=python-gnuplot
-pkgname=('python2-gnuplot')
-pkgver=1.8
-pkgrel=2
-pkgdesc='Plot graphs with Gnuplot'
-arch=('any')
-license=('LGPL')
-url='http://gnuplot-py.sourceforge.net/'
-makedepends=('python2-setuptools' 'python2-numpy')
-source=(http://downloads.sourceforge.net/gnuplot-py/gnuplot-py-$pkgver.tar.gz;)
-sha256sums=('ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21')
-
-build() {
-  cp -a gnuplot-py-$pkgver gnuplot-py2-$pkgver
-}
-
-package_python2-gnuplot() {
-  depends=('python2' 'gnuplot' 'python2-numpy')
-
-  cd gnuplot-py2-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-}
-
-# TODO: See if someone has developed a Gnuplot module for python 3.
-#   Could not find one and the following lead nowhere:
-package_python-gnuplot() {
-  # remember to add python-setuptools to makedepends if this is to be tested
-  depends=('python' 'gnuplot' 'python-numpy')
-
-  cd gnuplot-py-$pkgver
-  iconv --from-code=ISO-8859-1 --to-code=UTF-8 gnuplot_Suites.py  tmp
-  mv tmp gnuplot_Suites.py
-  for f in *.py; do 2to3 --no-diffs -w -n -j 4 $f || echo --- $f; done
-  for f in *.py; do sed -i 's/from ./from /g' $f; sed -i 's/from import/from . 
import/g' $f; done
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-gnuplot/repos/community-any/PKGBUILD (from rev 108261, 
python-gnuplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-25 13:01:14 UTC (rev 108262)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Michael Krauss hippodri...@gmx.net
+# Contributor: Baptiste Jonglez zerstorer at free dot fr
+
+pkgbase=python-gnuplot
+pkgname=('python2-gnuplot' 'python-gnuplot')
+pkgver=1.8
+pkgrel=3
+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
+sha256sums=('ab339be7847d30a8acfd616f27b5021bfde0999b7bf2d68400fbe62c53106e21'
+'SKIP')
+
+package_python2-gnuplot() {
+  depends=('python2' 'python2-numpy' 'gnuplot')
+
+  cd gnuplot-py-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+package_python-gnuplot() {
+  depends=('python' 'python-numpy' 'gnuplot')
+
+  cd gnuplot-py
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et: