[arch-commits] Commit in pystatgrab/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 17:36:58 UTC 2020
Date: Thursday, November 12, 2020 @ 17:36:58
Author: felixonmars
Revision: 752717
archrelease: copy trunk to community-staging-x86_64
Added:
pystatgrab/repos/community-staging-x86_64/
pystatgrab/repos/community-staging-x86_64/PKGBUILD
(from rev 752714, pystatgrab/trunk/PKGBUILD)
pystatgrab/repos/community-staging-x86_64/pystatgrab.changelog
(from rev 752716, pystatgrab/trunk/pystatgrab.changelog)
----------------------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
pystatgrab.changelog | 14 ++++++++++++++
2 files changed, 45 insertions(+)
Copied: pystatgrab/repos/community-staging-x86_64/PKGBUILD (from rev 752714, pystatgrab/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-11-12 17:36:58 UTC (rev 752717)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=pystatgrab
+pkgver=0.7
+pkgrel=4
+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 752716, pystatgrab/trunk/pystatgrab.changelog)
===================================================================
--- community-staging-x86_64/pystatgrab.changelog (rev 0)
+++ community-staging-x86_64/pystatgrab.changelog 2020-11-12 17:36:58 UTC (rev 752717)
@@ -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