[arch-commits] Commit in python-numexpr/repos/community-x86_64 (PKGBUILD PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Wed Jan 22 20:32:09 UTC 2020


    Date: Wednesday, January 22, 2020 @ 20:32:08
  Author: aginiewicz
Revision: 554549

archrelease: copy trunk to community-x86_64

Added:
  python-numexpr/repos/community-x86_64/PKGBUILD
    (from rev 554548, python-numexpr/trunk/PKGBUILD)
Deleted:
  python-numexpr/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 20:32:05 UTC (rev 554548)
+++ PKGBUILD	2020-01-22 20:32:08 UTC (rev 554549)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Sebastien Binet <binet at lblbox>
-
-pkgname=python-numexpr
-pkgver=2.7.0
-pkgrel=4
-pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas"
-url="https://github.com/pydata/numexpr"
-arch=('x86_64')
-license=('MIT')
-depends=('python-numpy')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-sha256sums=('1923f038b90cc69635871968ed742be7775c879451c612f173c2547c823c9561')
-
-build() {
-  cd "$srcdir"/numexpr-$pkgver
-  python setup.py build
-}
-package() {
-  cd "$srcdir"/numexpr-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-numexpr/repos/community-x86_64/PKGBUILD (from rev 554548, python-numexpr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-22 20:32:08 UTC (rev 554549)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Sebastien Binet <binet at lblbox>
+
+pkgname=python-numexpr
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas"
+url="https://github.com/pydata/numexpr"
+arch=('x86_64')
+license=('MIT')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
+sha256sums=('5c6ae3bb5688184b922b43fc47de49d642576d0feec55a1b679caa66efae90a1')
+
+build() {
+  cd "$srcdir"/numexpr-$pkgver
+  python setup.py build
+}
+package() {
+  cd "$srcdir"/numexpr-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list