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

Felix Yan felixonmars at archlinux.org
Thu Aug 15 05:24:07 UTC 2019


    Date: Thursday, August 15, 2019 @ 05:24:06
  Author: felixonmars
Revision: 499410

upgpkg: python-plop 0.4.0-1

Modified:
  python-plop/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-15 05:23:48 UTC (rev 499409)
+++ PKGBUILD	2019-08-15 05:24:06 UTC (rev 499410)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-plop
-pkgver=0.3.0
-pkgrel=4
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="Python Low-Overhead Profiler"
 arch=('any')
 license=('MIT')
@@ -9,17 +9,9 @@
 url="https://github.com/bdarnell/plop"
 depends=('python-six' 'python-tornado')
 makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/p/plop/plop-${pkgver}.tar.gz"
-        disable-flaky-threaded-test.patch)
-md5sums=('4a313d6a8dd59ac48cfa3af426d197fc'
-         '1d9dc194b65a08f877506b5c5098c251')
+source=("https://pypi.python.org/packages/source/p/plop/plop-${pkgver}.tar.gz")
+md5sums=('0f22aab8cbcb718ed0b00ebc15545274')
 
-prepare() {
-  patch -d plop-$pkgver -Np1 < disable-flaky-threaded-test.patch
-  # tornado.testing.LogTrapTestCase was removed in Tornado 5.0
-  sed -i 's/LogTrapTestCase/ExpectLog/' plop-$pkgver/plop/test/callgraph_test.py
-}
-
 build() {
   cd plop-$pkgver
   python setup.py build



More information about the arch-commits mailing list