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

2018-02-19 Thread Jaroslav Lichtblau via arch-commits
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
===
--- PKGBUILD2018-02-19 18:35:38 UTC (rev 296402)
+++ PKGBUILD2018-02-19 18:36:05 UTC (rev 296403)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Hugo Ideler 
-
-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=('eee0a65e108462800823bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe')
-
-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)
+++ PKGBUILD2018-02-19 18:36:05 UTC (rev 296403)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Hugo Ideler 
+
+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 

+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.changelog2018-02-19 18:35:38 UTC (rev 296402)
+++ pystatgrab.changelog2018-02-19 18:36:05 UTC (rev 296403)
@@ -1,11 +0,0 @@
-2014-11-06 Jaroslav Lichtblau 
-   * pystatgrab 0.6-1
-
-2013-02-02 Jaroslav Lichtblau 
-   * pystatgrab 0.5-6 clean-up $pkgdir usage
-
-2010-07-21 Jaroslav Lichtblau 
-   * Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau 
-   * 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.changelog2018-02-19 18:36:05 UTC (rev 296403)
@@ -0,0 +1,14 @@
+2018-02-19 Jaroslav Lichtblau 
+   * pystatgrab 0.7-1
+
+2014-11-06 Jaroslav Lichtblau 
+   * pystatgrab 0.6-1
+
+2013-02-02 Jaroslav Lichtblau 
+   * pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau 
+   * Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau 
+   * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update


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

2014-11-06 Thread Jaroslav Lichtblau
Date: Thursday, November 6, 2014 @ 23:55:13
  Author: jlichtblau
Revision: 122128

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   42 +-
 pystatgrab.changelog |   19 +++
 2 files changed, 32 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-06 22:55:03 UTC (rev 122127)
+++ PKGBUILD2014-11-06 22:55:13 UTC (rev 122128)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Hugo Ideler 
-
-pkgname=pystatgrab
-pkgver=0.5
-pkgrel=7
-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=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
-
-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 122127, 
pystatgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-06 22:55:13 UTC (rev 122128)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Hugo Ideler 
+
+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=('eee0a65e108462800823bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python2 setup.py build
+  python2 setup.py install --prefix="${pkgdir}"/usr
+}

Deleted: pystatgrab.changelog
===
--- pystatgrab.changelog2014-11-06 22:55:03 UTC (rev 122127)
+++ pystatgrab.changelog2014-11-06 22:55:13 UTC (rev 122128)
@@ -1,8 +0,0 @@
-2013-02-02 Jaroslav Lichtblau 
-   * pystatgrab 0.5-6 clean-up $pkgdir usage
-
-2010-07-21 Jaroslav Lichtblau 
-   * Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau 
-   * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update

Copied: pystatgrab/repos/community-x86_64/pystatgrab.changelog (from rev 
122127, pystatgrab/trunk/pystatgrab.changelog)
===
--- pystatgrab.changelog(rev 0)
+++ pystatgrab.changelog2014-11-06 22:55:13 UTC (rev 122128)
@@ -0,0 +1,11 @@
+2014-11-06 Jaroslav Lichtblau 
+   * pystatgrab 0.6-1
+
+2013-02-02 Jaroslav Lichtblau 
+   * pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau 
+   * Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau 
+   * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update


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

2013-02-02 Thread Jaroslav Lichtblau
Date: Saturday, February 2, 2013 @ 15:53:33
  Author: jlichtblau
Revision: 83539

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   42 +-
 pystatgrab.changelog |   10 +-
 2 files changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-02 14:53:22 UTC (rev 83538)
+++ PKGBUILD2013-02-02 14:53:33 UTC (rev 83539)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Hugo Ideler 
-
-pkgname=pystatgrab
-pkgver=0.5
-pkgrel=5
-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)
-md5sums=('b7a3451ba682ebf167fcb43f1769a121')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py build
-  python2 setup.py install --prefix=${pkgdir}/usr
-}

Copied: pystatgrab/repos/community-x86_64/PKGBUILD (from rev 83538, 
pystatgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-02 14:53:33 UTC (rev 83539)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Hugo Ideler 
+
+pkgname=pystatgrab
+pkgver=0.5
+pkgrel=6
+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=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  python2 setup.py build
+  python2 setup.py install --prefix=${pkgdir}/usr
+}

Deleted: pystatgrab.changelog
===
--- pystatgrab.changelog2013-02-02 14:53:22 UTC (rev 83538)
+++ pystatgrab.changelog2013-02-02 14:53:33 UTC (rev 83539)
@@ -1,5 +0,0 @@
-2010-07-21 Jaroslav Lichtblau 
-   * Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau 
-   * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update

Copied: pystatgrab/repos/community-x86_64/pystatgrab.changelog (from rev 83538, 
pystatgrab/trunk/pystatgrab.changelog)
===
--- pystatgrab.changelog(rev 0)
+++ pystatgrab.changelog2013-02-02 14:53:33 UTC (rev 83539)
@@ -0,0 +1,5 @@
+2010-07-21 Jaroslav Lichtblau 
+   * Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau 
+   * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update