[arch-commits] Commit in pystatgrab/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 4 10:05:16 UTC 2019


    Date: Monday, November 4, 2019 @ 10:05:15
  Author: foutrelis
Revision: 523997

archrelease: copy trunk to community-staging-x86_64

Added:
  pystatgrab/repos/community-staging-x86_64/
  pystatgrab/repos/community-staging-x86_64/PKGBUILD
    (from rev 523996, pystatgrab/trunk/PKGBUILD)
  pystatgrab/repos/community-staging-x86_64/pystatgrab.changelog
    (from rev 523996, pystatgrab/trunk/pystatgrab.changelog)

----------------------+
 PKGBUILD             |   31 +++++++++++++++++++++++++++++++
 pystatgrab.changelog |   14 ++++++++++++++
 2 files changed, 45 insertions(+)

Copied: pystatgrab/repos/community-staging-x86_64/PKGBUILD (from rev 523996, pystatgrab/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-04 10:05:15 UTC (rev 523997)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=pystatgrab
+pkgver=0.7
+pkgrel=3
+pkgdesc="Python bindings for libstatgrab"
+arch=('x86_64')
+url="https://www.i-scream.org/pystatgrab"
+license=('GPL')
+depends=('python' 'libstatgrab')
+makedepends=('cython')
+validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop <tim at bishnet.net>
+source=(https://ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('9e79919efdbeb45e28f26cb45d4f1a2861caa2937c5bf86be351c5c096b6550f'
+            'SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # Remove shipped copy of statgrab.c so it is regenerated with
+  # newer Cython (>= 0.27.3) that is compatible with Python 3.7
+  rm statgrab.c
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py build
+  python setup.py install --prefix="${pkgdir}"/usr
+}

Copied: pystatgrab/repos/community-staging-x86_64/pystatgrab.changelog (from rev 523996, pystatgrab/trunk/pystatgrab.changelog)
===================================================================
--- community-staging-x86_64/pystatgrab.changelog	                        (rev 0)
+++ community-staging-x86_64/pystatgrab.changelog	2019-11-04 10:05:15 UTC (rev 523997)
@@ -0,0 +1,14 @@
+2018-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* pystatgrab 0.7-1
+
+2014-11-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* pystatgrab 0.6-1
+
+2013-02-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Minor version bump (0.5-2) due the python 2.5 -> 2.6 update



More information about the arch-commits mailing list