memray: update to 1.11.0.

This commit is contained in:
icp 2023-12-05 21:17:04 +05:30 committed by Duncan Overbruck
parent 69be8b74d0
commit 3e78748aab

View file

@ -1,20 +1,21 @@
# Template file for 'memray'
pkgname=memray
version=1.10.0
version=1.11.0
revision=1
build_style=python3-pep517
make_check_args="-v -k not((TestTUILooks)or(test_tui))"
make_check_target="tests/unit"
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
hostmakedepends="python3-pkgconfig python3-setuptools python3-wheel python3-Cython"
makedepends="python3-devel libunwind-devel liblz4-devel"
depends="python3-Jinja2 python3-rich"
depends="python3-Jinja2 python3-rich python3-textual"
checkdepends="${depends} python3-pytest"
short_desc="Reports memory allocations in python code & compiled extensions"
maintainer="icp <pangolin@vivaldi.net>"
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/${version}.tar.gz"
checksum=5e548f735f440c8417fad5d02bc4c01bc2ca7215688bfd44dfca1094df5585ee
distfiles="https://github.com/bloomberg/memray/archive/refs/tags/v${version}.tar.gz"
checksum=529487147b295fa28f8a71d33d3f120cc0f66bdf5b8ab058736fb4661d545b9a
make_check_pre="env PYTHONPATH=src"
pre_build() {