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

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Wed Aug 18 18:46:34 UTC 2021


    Date: Wednesday, August 18, 2021 @ 18:46:34
  Author: jlichtblau
Revision: 1003678

archrelease: copy trunk to community-x86_64

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

----------------------+
 PKGBUILD             |   62 ++++++++++++++++++++++++-------------------------
 pystatgrab.changelog |   31 +++++++++++++-----------
 2 files changed, 48 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 18:46:30 UTC (rev 1003677)
+++ PKGBUILD	2021-08-18 18:46:34 UTC (rev 1003678)
@@ -1,31 +0,0 @@
-# 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-x86_64/PKGBUILD (from rev 1003677, pystatgrab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-18 18:46:34 UTC (rev 1003678)
@@ -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=1
+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
+}

Deleted: pystatgrab.changelog
===================================================================
--- pystatgrab.changelog	2021-08-18 18:46:30 UTC (rev 1003677)
+++ pystatgrab.changelog	2021-08-18 18:46:34 UTC (rev 1003678)
@@ -1,14 +0,0 @@
-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

Copied: pystatgrab/repos/community-x86_64/pystatgrab.changelog (from rev 1003677, pystatgrab/trunk/pystatgrab.changelog)
===================================================================
--- pystatgrab.changelog	                        (rev 0)
+++ pystatgrab.changelog	2021-08-18 18:46:34 UTC (rev 1003678)
@@ -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