[arch-commits] Commit in python-numexpr/repos/community-staging-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Sun Nov 3 12:07:29 UTC 2019


    Date: Sunday, November 3, 2019 @ 12:07:29
  Author: felixonmars
Revision: 522444

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 12:07:24 UTC (rev 522443)
+++ PKGBUILD	2019-11-03 12:07:29 UTC (rev 522444)
@@ -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=3
-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-staging-x86_64/PKGBUILD (from rev 522442, python-numexpr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 12:07:29 UTC (rev 522444)
@@ -0,0 +1,24 @@
+# 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
+}



More information about the arch-commits mailing list