mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
memray: update to 1.10.0.
This commit is contained in:
parent
60585dd010
commit
cf67832955
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'memray'
|
# Template file for 'memray'
|
||||||
pkgname=memray
|
pkgname=memray
|
||||||
version=1.9.1
|
version=1.10.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_check_target="tests/unit"
|
make_check_target="tests/unit"
|
||||||
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
|
||||||
|
@ -13,8 +13,8 @@ maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://bloomberg.github.io/memray/"
|
homepage="https://bloomberg.github.io/memray/"
|
||||||
changelog="https://bloomberg.github.io/memray/changelog.html"
|
changelog="https://bloomberg.github.io/memray/changelog.html"
|
||||||
distfiles="https://github.com/bloomberg/memray/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/bloomberg/memray/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=c135417558ee0efc1eeb5684c2a7b52fc9598ac0fdcf5d7dadc4486f4a028e49
|
checksum=5e548f735f440c8417fad5d02bc4c01bc2ca7215688bfd44dfca1094df5585ee
|
||||||
make_check_pre="env PYTHONPATH=src"
|
make_check_pre="env PYTHONPATH=src"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue