[arch-commits] Commit in pystatgrab/repos/community-x86_64 (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Feb 19 18:36:06 UTC 2018


    Date: Monday, February 19, 2018 @ 18:36:05
  Author: jlichtblau
Revision: 296403

archrelease: copy trunk to community-x86_64

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

----------------------+
 PKGBUILD             |   44 +++++++++++++++++++++++---------------------
 pystatgrab.changelog |   25 ++++++++++++++-----------
 2 files changed, 37 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-19 18:35:38 UTC (rev 296402)
+++ PKGBUILD	2018-02-19 18:36:05 UTC (rev 296403)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Hugo Ideler <hugoideler at dse.nl>
-
-pkgname=pystatgrab
-pkgver=0.6
-pkgrel=1
-pkgdesc="Python bindings for libstatgrab"
-arch=('i686' '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')
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  python2 setup.py build
-  python2 setup.py install --prefix="${pkgdir}"/usr
-}

Copied: pystatgrab/repos/community-x86_64/PKGBUILD (from rev 296402, pystatgrab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-19 18:36:05 UTC (rev 296403)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=pystatgrab
+pkgver=0.7
+pkgrel=1
+pkgdesc="Python bindings for libstatgrab"
+arch=('x86_64')
+url="http://www.i-scream.org/pystatgrab"
+license=('GPL')
+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
+
+  python setup.py build
+  python setup.py install --prefix="${pkgdir}"/usr
+}

Deleted: pystatgrab.changelog
===================================================================
--- pystatgrab.changelog	2018-02-19 18:35:38 UTC (rev 296402)
+++ pystatgrab.changelog	2018-02-19 18:36:05 UTC (rev 296403)
@@ -1,11 +0,0 @@
-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

Copied: pystatgrab/repos/community-x86_64/pystatgrab.changelog (from rev 296402, pystatgrab/trunk/pystatgrab.changelog)
===================================================================
--- pystatgrab.changelog	                        (rev 0)
+++ pystatgrab.changelog	2018-02-19 18:36:05 UTC (rev 296403)
@@ -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