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

Antonio Rojas arojas at gemini.archlinux.org
Tue Dec 14 16:51:48 UTC 2021


    Date: Tuesday, December 14, 2021 @ 16:51:48
  Author: arojas
Revision: 1072789

Update to 0.11.0

Modified:
  python-pythran/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-14 16:47:04 UTC (rev 1072788)
+++ PKGBUILD	2021-12-14 16:51:48 UTC (rev 1072789)
@@ -3,24 +3,17 @@
 # Contributor: xantares
 
 pkgname=python-pythran
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 pkgdesc='Ahead of Time compiler for numeric kernels'
 arch=(any)
 url='https://pythran.readthedocs.io/'
 license=(BSD)
 depends=(python-networkx python-ply python-numpy python-beniget python-six xsimd boost)
-makedepends=(python-setuptools python-pytest-runner git)
-source=(https://files.pythonhosted.org/packages/source/p/pythran/pythran-$pkgver.tar.gz
-        pythran-xsimd-8.patch::https://github.com/serge-sans-paille/pythran/commit/418bd3e8.patch)
-sha256sums=('9dac8e1d50f33d4676003e350b1f0c878ce113e6f907920e92dc103352cac5bf'
-            'c059f2c42c8cca8bedf45dde1fe59587f3001bf14d47518157657463ec878ea4')
+makedepends=(python-setuptools python-pytest-runner)
+source=(https://files.pythonhosted.org/packages/source/p/pythran/pythran-$pkgver.tar.gz)
+sha256sums=('0b2cba712e09f7630879dff69f268460bfe34a6d6000451b47d598558a92a875')
 
-prepare() {
-  cd pythran-$pkgver
-  git apply < ../pythran-xsimd-8.patch # Port to xsimd 8
-}
-
 build() {
   cd pythran-$pkgver
   python setup.py build



More information about the arch-commits mailing list