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

Felix Yan felixonmars at archlinux.org
Sun Jul 1 18:55:18 UTC 2018


    Date: Sunday, July 1, 2018 @ 18:55:17
  Author: felixonmars
Revision: 349424

archrelease: copy trunk to community-staging-x86_64

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

----------------------+
 PKGBUILD             |   32 ++++++++++++++++++++++++++++++++
 pystatgrab.changelog |   14 ++++++++++++++
 2 files changed, 46 insertions(+)

Copied: pystatgrab/repos/community-staging-x86_64/PKGBUILD (from rev 349423, pystatgrab/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-07-01 18:55:17 UTC (rev 349424)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=pystatgrab
+pkgver=0.7
+pkgrel=2
+pkgdesc="Python bindings for libstatgrab"
+arch=('x86_64')
+url="http://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 349423, pystatgrab/trunk/pystatgrab.changelog)
===================================================================
--- community-staging-x86_64/pystatgrab.changelog	                        (rev 0)
+++ community-staging-x86_64/pystatgrab.changelog	2018-07-01 18:55:17 UTC (rev 349424)
@@ -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