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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 10:03:45 UTC 2020


    Date: Thursday, November 12, 2020 @ 10:03:44
  Author: foutrelis
Revision: 751362

archrelease: copy trunk to community-staging-x86_64

Added:
  python-numexpr/repos/community-staging-x86_64/PKGBUILD
    (from rev 751361, 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	2020-11-12 10:03:41 UTC (rev 751361)
+++ PKGBUILD	2020-11-12 10:03:44 UTC (rev 751362)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Sebastien Binet <binet at lblbox>
-
-pkgname=python-numexpr
-pkgver=2.7.1
-pkgrel=2
-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
-}

Copied: python-numexpr/repos/community-staging-x86_64/PKGBUILD (from rev 751361, python-numexpr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 10:03:44 UTC (rev 751362)
@@ -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=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=('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