[arch-commits] Commit in pystatgrab/repos (3 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 00:42:02 UTC 2021
Date: Friday, December 3, 2021 @ 00:42:02
Author: felixonmars
Revision: 1063964
archrelease: copy trunk to community-staging-x86_64
Added:
pystatgrab/repos/community-staging-x86_64/
pystatgrab/repos/community-staging-x86_64/PKGBUILD
(from rev 1063963, pystatgrab/trunk/PKGBUILD)
pystatgrab/repos/community-staging-x86_64/pystatgrab.changelog
(from rev 1063963, pystatgrab/trunk/pystatgrab.changelog)
----------------------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
pystatgrab.changelog | 17 +++++++++++++++++
2 files changed, 48 insertions(+)
Copied: pystatgrab/repos/community-staging-x86_64/PKGBUILD (from rev 1063963, pystatgrab/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-12-03 00:42:02 UTC (rev 1063964)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=pystatgrab
+pkgver=0.7.1
+pkgrel=2
+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=('40a71a0e915df1cc8874bdcd52d2a34c8fa234915f2021c137934321ac886e9f'
+ '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 1063963, pystatgrab/trunk/pystatgrab.changelog)
===================================================================
--- community-staging-x86_64/pystatgrab.changelog (rev 0)
+++ community-staging-x86_64/pystatgrab.changelog 2021-12-03 00:42:02 UTC (rev 1063964)
@@ -0,0 +1,17 @@
+2021-08-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * pystatgrab 0.7.1-1
+
+2018-02-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * pystatgrab 0.7-1
+
+2014-11-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * pystatgrab 0.6-1
+
+2013-02-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update
More information about the arch-commits
mailing list