From 471d1f668b9fd3c9ad95047c7bfa3dd7e9282c16 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 15 Jun 2020 21:56:52 -0500 Subject: [PATCH] py-spy: update to 0.3.11. --- srcpkgs/py-spy/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template index fcedf8091027..eee2f3a6dfab 100644 --- a/srcpkgs/py-spy/template +++ b/srcpkgs/py-spy/template @@ -1,13 +1,14 @@ # Template file for 'py-spy' pkgname=py-spy -version=0.1.11 -# other archs can't compile remoteprocess -archs="x86_64* i686*" +version=0.3.11 revision=1 build_style=cargo +makedepends="libunwind-devel" +checkdepends="python3" short_desc="Sampling profiler for Python programs" maintainer="Wilson Birney " license="GPL-3.0-or-later" homepage="https://github.com/benfred/py-spy" distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz" -checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e +checksum=094cfb80e2c099763453fc39cfa9c46cfa423afa858268c6a7bc0d867763b014 +make_check=extended