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

Felix Yan fyan at archlinux.org
Sat Sep 20 03:28:00 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-09-20 03:27:40 UTC (rev 119307)
+++ PKGBUILD	2014-09-20 03:28:00 UTC (rev 119308)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Michael Krauss <hippodriver at 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)
+++ PKGBUILD	2014-09-20 03:28:00 UTC (rev 119308)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Michael Krauss <hippodriver at 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:




More information about the arch-commits mailing list