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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 14 18:12:43 UTC 2021


    Date: Wednesday, July 14, 2021 @ 18:12:42
  Author: arojas
Revision: 977064

archrelease: copy trunk to community-any

Added:
  python-pythran/repos/community-any/PKGBUILD
    (from rev 977062, 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 18:12:42 UTC (rev 977063)
+++ PKGBUILD	2021-07-14 18:12:42 UTC (rev 977064)
@@ -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.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
-}

Copied: python-pythran/repos/community-any/PKGBUILD (from rev 977062, python-pythran/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-14 18:12:42 UTC (rev 977064)
@@ -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.post1
+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=('e7589cf83b0befa9a1b55e98223caf89aff887d9e3f14be912cf8703a717f185')
+
+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