[arch-commits] Commit in python-gnuplot/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 06:31:48 UTC 2019


    Date: Monday, November 4, 2019 @ 06:31:47
  Author: felixonmars
Revision: 523414

archrelease: copy trunk to community-staging-any

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

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

Copied: python-gnuplot/repos/community-staging-any/PKGBUILD (from rev 523413, python-gnuplot/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 06:31:47 UTC (rev 523414)
@@ -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=10
+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