[arch-commits] Commit in python-numexpr/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Wed Jun 29 14:34:56 UTC 2022


    Date: Wednesday, June 29, 2022 @ 14:34:56
  Author: archange
Revision: 1240565

upgpkg: python-numexpr 2.8.3-1

Modified:
  python-numexpr/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-29 14:34:26 UTC (rev 1240564)
+++ PKGBUILD	2022-06-29 14:34:56 UTC (rev 1240565)
@@ -1,24 +1,25 @@
 # Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
 # Contributor: Sebastien Binet <binet at lblbox>
 
 pkgname=python-numexpr
-pkgver=2.8.1
+pkgver=2.8.3
 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=('a416a869f4e6a488af7cd876a326fb82f892b23570b68eecff8135c4a39dd161')
+arch=(x86_64)
+license=(MIT)
+depends=(python-numpy)
+makedepends=(python-setuptools)
+source=(https://github.com/pydata/numexpr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('389ceefca74eff30ec3fd03fc4c3b7ab3df8f22d1f235117a392ce702ed208c0')
 
 build() {
-  cd "$srcdir"/numexpr-$pkgver
+  cd numexpr-$pkgver
   python setup.py build
 }
 package() {
-  cd "$srcdir"/numexpr-$pkgver
+  cd numexpr-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



More information about the arch-commits mailing list