[arch-commits] Commit in pystatgrab/trunk (PKGBUILD pystatgrab.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Feb 19 18:35:42 UTC 2018


    Date: Monday, February 19, 2018 @ 18:35:38
  Author: jlichtblau
Revision: 296402

upgpkg: pystatgrab 0.7-1 - new upstream release

Modified:
  pystatgrab/trunk/PKGBUILD
  pystatgrab/trunk/pystatgrab.changelog

----------------------+
 PKGBUILD             |   16 +++++++++-------
 pystatgrab.changelog |    3 +++
 2 files changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-19 18:26:35 UTC (rev 296401)
+++ PKGBUILD	2018-02-19 18:35:38 UTC (rev 296402)
@@ -1,21 +1,23 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: Hugo Ideler <hugoideler at dse.nl>
 
 pkgname=pystatgrab
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc="Python bindings for libstatgrab"
 arch=('x86_64')
 url="http://www.i-scream.org/pystatgrab"
 license=('GPL')
-depends=('python2' 'libstatgrab')
-source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('eee0a65e1084628008222223bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe')
+depends=('python' 'libstatgrab')
+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')
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  python2 setup.py build
-  python2 setup.py install --prefix="${pkgdir}"/usr
+  python setup.py build
+  python setup.py install --prefix="${pkgdir}"/usr
 }

Modified: pystatgrab.changelog
===================================================================
--- pystatgrab.changelog	2018-02-19 18:26:35 UTC (rev 296401)
+++ pystatgrab.changelog	2018-02-19 18:35:38 UTC (rev 296402)
@@ -1,3 +1,6 @@
+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
 



More information about the arch-commits mailing list