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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 14 06:40:23 UTC 2021


    Date: Wednesday, July 14, 2021 @ 06:40:23
  Author: arojas
Revision: 976947

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-14 06:40:12 UTC (rev 976946)
+++ PKGBUILD	2021-07-14 06:40:23 UTC (rev 976947)
@@ -1,27 +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.9.11
-pkgrel=2
-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=('a317f91e2aade9f6550dc3bf40b5caeb45b7e012daf27e2b3e4ad928edb01667')
-
-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 976946, python-pythran/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-14 06:40:23 UTC (rev 976947)
@@ -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.9.12
+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=('5d50dc74dca1d3f902941865acbae981fc24cceeb9d54673d68d6b5c8c1b0001')
+
+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