[arch-commits] Commit in python-pythran/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Tuesday, December 14, 2021 @ 16:51:56
  Author: arojas
Revision: 1072790

archrelease: copy trunk to community-any

Added:
  python-pythran/repos/community-any/PKGBUILD
    (from rev 1072789, python-pythran/trunk/PKGBUILD)
Deleted:
  python-pythran/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 27 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-14 16:51:48 UTC (rev 1072789)
+++ PKGBUILD	2021-12-14 16:51:56 UTC (rev 1072790)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Ashwin Vishnu <ashwinvis+arch at pr0t0nm4il dot com>
-# Contributor: xantares
-
-pkgname=python-pythran
-pkgver=0.10.0
-pkgrel=4
-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')
-
-prepare() {
-  cd pythran-$pkgver
-  git apply < ../pythran-xsimd-8.patch # Port to xsimd 8
-}
-
-build() {
-  cd pythran-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pythran-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/pythran/{boost,xsimd} # Remove bundled boost and xsimd
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pythran/repos/community-any/PKGBUILD (from rev 1072789, python-pythran/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-14 16:51:56 UTC (rev 1072790)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Ashwin Vishnu <ashwinvis+arch at pr0t0nm4il dot com>
+# Contributor: xantares
+
+pkgname=python-pythran
+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)
+source=(https://files.pythonhosted.org/packages/source/p/pythran/pythran-$pkgver.tar.gz)
+sha256sums=('0b2cba712e09f7630879dff69f268460bfe34a6d6000451b47d598558a92a875')
+
+build() {
+  cd pythran-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pythran-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/pythran/{boost,xsimd} # Remove bundled boost and xsimd
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list