mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
py-spy: only for x86 and remove wrong nocross
This commit is contained in:
parent
47128822ed
commit
779acbabec
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Template file for 'py-spy'
|
# Template file for 'py-spy'
|
||||||
pkgname=py-spy
|
pkgname=py-spy
|
||||||
version=0.1.11
|
version=0.1.11
|
||||||
|
# other archs can't compile remoteprocess
|
||||||
|
archs="x86_64* i686*"
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Sampling profiler for Python programs"
|
short_desc="Sampling profiler for Python programs"
|
||||||
|
@ -9,4 +11,3 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/benfred/py-spy"
|
homepage="https://github.com/benfred/py-spy"
|
||||||
distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
|
distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
|
||||||
checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
|
checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
|
||||||
nocross="Could not compile remoteprocess"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue