[arch-commits] Commit in python2-faulthandler/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Fri Mar 2 18:07:36 UTC 2018


    Date: Friday, March 2, 2018 @ 18:07:35
  Author: felixonmars
Revision: 301468

archrelease: copy trunk to community-x86_64

Added:
  python2-faulthandler/repos/community-x86_64/PKGBUILD
    (from rev 301467, python2-faulthandler/trunk/PKGBUILD)
Deleted:
  python2-faulthandler/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 40 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-02 18:07:09 UTC (rev 301467)
+++ PKGBUILD	2018-03-02 18:07:35 UTC (rev 301468)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Storm Dragon <stormdragon2976 at gmail.com> 
-
-pkgname=python2-faulthandler
-pkgver=2.4
-pkgrel=2
-pkgdesc="Display the Python traceback on a crash"
-arch=('i686' 'x86_64')
-url="https://pypi.python.org/pypi/faulthandler/"
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/f/faulthandler/faulthandler-$pkgver.tar.gz")
-md5sums=('110960933b0902334e8804eb4ea20750')
-
-build() {
-  cd "${srcdir}/faulthandler-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/faulthandler-${pkgver}"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 tests.py
-}
-
-package() {
-  cd "${srcdir}/faulthandler-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: python2-faulthandler/repos/community-x86_64/PKGBUILD (from rev 301467, python2-faulthandler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-02 18:07:35 UTC (rev 301468)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Storm Dragon <stormdragon2976 at gmail.com> 
+
+pkgname=python2-faulthandler
+pkgver=3.0
+pkgrel=1
+pkgdesc="Display the Python traceback on a crash"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/faulthandler/"
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.io/packages/source/f/faulthandler/faulthandler-$pkgver.tar.gz"
+        https://github.com/vstinner/faulthandler/commit/67b661ebdbbf4067bd173af4d61ba815b9d49616.patch)
+sha512sums=('9e31682338e572e77e22a510637877c3e27440bc451854a898c5e58238d28a1bbf824cb2b44d1f1f11d8a4f491ddc299982a3d452eebec38bc2a03a824bac392'
+            'c34bee68fbf3066ce2bccc85118c1a55090a550d154bdc34d80340067678b38f1bf820d5d6220a436c871a6874b6613e85688a00a52721286ae55ee0bc839786')
+
+prepare() {
+  cd faulthandler-$pkgver
+  patch -p1 -i ../67b661ebdbbf4067bd173af4d61ba815b9d49616.patch
+}
+
+build() {
+  cd faulthandler-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd faulthandler-$pkgver
+  echo -e "import site\nsite.addsitedir('$PWD/build/lib.linux-$CARCH-2.7')" > sitecustomize.py
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 tests.py
+  rm sitecustomize.py
+}
+
+package() {
+  cd faulthandler-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list