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

Levente Polyak anthraxx at archlinux.org
Fri Mar 19 22:05:52 UTC 2021


    Date: Friday, March 19, 2021 @ 22:05:52
  Author: anthraxx
Revision: 895195

upgpkg: python-ptrace 0.9.8-1

Modified:
  python-ptrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-19 22:05:52 UTC (rev 895194)
+++ PKGBUILD	2021-03-19 22:05:52 UTC (rev 895195)
@@ -3,8 +3,8 @@
 # Contributor: Sebastien Binet <binet at lblbox>
 
 pkgname=python-ptrace
-pkgver=0.9.7
-pkgrel=3
+pkgver=0.9.8
+pkgrel=1
 pkgdesc='Python binding of ptrace library to trace processes and syscalls'
 url='https://github.com/haypo/python-ptrace'
 arch=('any')
@@ -12,11 +12,10 @@
 depends=('python' 'python-six')
 makedepends=('python-sphinx' 'python-setuptools')
 source=(https://github.com/haypo/python-ptrace/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('2893da4bc63015c1173f70657a4132018d7397e3d7ef2bc9532903fdc3386ee25ce92c8d0b38c2fd31f0089bc67b43354b178fdc27bd25916c8c2704cf8fcce7')
-b2sums=('c171104b1858eaad396514ed248b6b34aea4dd0a65028743e17c2eebb8d02e3f9dcfae7e22d56de0e468bae8ad1e110110c2d0eb5b695e057233ec5d975bd7c6')
+sha512sums=('f50ba7d457bf20a161a99913a552f2e829e97975d7cfbf8cf5d89b4f2320772b537678f2e70b9aaa88341c4f01d4bf41f62683e913628db503152f3510a013a3')
+b2sums=('3d387beca9c92c0e3bbd5cf2c9d2af447c233b631e894ce1af2cdc697a1a48e24a299bbc998cd187ac9ad0f45bfc886f476afdb69329d761e8730a047731126b')
 
 build() {
-  echo "Building python..."
   cd ${pkgbase}-${pkgver}
   python setup.py build
   make -j1 -C doc man text SPHINXBUILD=sphinx-build
@@ -23,7 +22,6 @@
 }
 
 check() {
-  echo "Checking python..."
   cd ${pkgbase}-${pkgver}
   python runtests.py || echo "Warning: tests only run in an env with ptrace allowed"
 }
@@ -33,7 +31,7 @@
   python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
   install -Dm 644 doc/build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
   cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/build/man/${pkgbase}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 doc/build/man/${pkgbase}.1 -t "${pkgdir}/usr/share/man/man1"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list