mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
memray: update to 1.13.0.
This commit is contained in:
parent
43ddc2a0a2
commit
f09c8522dc
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'memray'
|
||||
pkgname=memray
|
||||
version=1.12.0
|
||||
version=1.13.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_args="-v -k not((TestTUILooks)or(test_tui))"
|
||||
make_check_target="tests/unit"
|
||||
hostmakedepends="python3-pkgconfig python3-setuptools python3-wheel python3-Cython"
|
||||
makedepends="python3-devel libunwind-devel liblz4-devel"
|
||||
makedepends="python3-devel libunwind-devel liblz4-devel elfutils-devel"
|
||||
depends="python3-Jinja2 python3-rich python3-textual"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="Reports memory allocations in python code & compiled extensions"
|
||||
|
@ -15,7 +15,7 @@ license="Apache-2.0"
|
|||
homepage="https://bloomberg.github.io/memray/"
|
||||
changelog="https://bloomberg.github.io/memray/changelog.html"
|
||||
distfiles="https://github.com/bloomberg/memray/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=723bfd949d572a3e60a1e96178897783c5291d358dc9182ec0e03d39d54672e9
|
||||
checksum=eca3f1b8b2ddae234460f327484e5dc0302ccbb0de87cf54705f5d40b2b9a028
|
||||
make_check_pre="env PYTHONPATH=src"
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Add table
Reference in a new issue