[arch-commits] Commit in python-numexpr/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Jan 17 17:06:13 UTC 2021
Date: Sunday, January 17, 2021 @ 17:06:12
Author: arojas
Revision: 821416
archrelease: copy trunk to community-x86_64
Added:
python-numexpr/repos/community-x86_64/PKGBUILD
(from rev 821415, python-numexpr/trunk/PKGBUILD)
Deleted:
python-numexpr/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-17 17:06:02 UTC (rev 821415)
+++ PKGBUILD 2021-01-17 17:06:12 UTC (rev 821416)
@@ -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=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
-}
Copied: python-numexpr/repos/community-x86_64/PKGBUILD (from rev 821415, python-numexpr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-17 17:06:12 UTC (rev 821416)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Sebastien Binet <binet at lblbox>
+
+pkgname=python-numexpr
+pkgver=2.7.2
+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=('7d1b3790103221feda07f4a93a4fa5c6654f46865197a677ca6f27eb5cb4e5ef')
+
+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