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

Alexander Rødseth arodseth at archlinux.org
Mon Feb 18 14:30:37 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-02-18 14:30:27 UTC (rev 434240)
+++ PKGBUILD	2019-02-18 14:30:36 UTC (rev 434241)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# 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=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)
+++ PKGBUILD	2019-02-18 14:30:36 UTC (rev 434241)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Michael Krauss <hippodriver at gmx.net>
+# Contributor: Baptiste Jonglez <zerstorer at free dot fr>
+
+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:



More information about the arch-commits mailing list