trurl: update to 0.16.1

- enable tests
This commit is contained in:
Herby Gillot
2025-08-06 19:13:20 -04:00
parent cdb11c6e30
commit ecb35e7e43
+13 -4
View File
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup makefile 1.0
name trurl
version 0.16
version 0.16.1
revision 0
homepage https://curl.se/trurl
@@ -20,19 +20,28 @@ license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 e75ac8da0e99b28f63e7013c548319481bb083ba \
sha256 2c26e3016f591f06234838bbe1dd4b165dce2c871c82ca6a32222d19696588d6 \
size 59327
checksums rmd160 f1c5809609273f5b1d67833a562d2b0171bc4608 \
sha256 aac947d4fb421a58abc19a3771e87942cd4721b8f855c433478c94c11a8203ba \
size 64088
set python_branch 3.13
set python_version [string map {. {}} ${python_branch}]
depends_build-append \
port:gmake
depends_lib-append port:curl
depends_test-append port:python${python_version}
compiler.c_standard 2011
build.cmd gmake
build.target ${name}
test.run yes
test.pre_args-append \
PYTHON3=${prefix}/bin/python${python_branch}
use_parallel_build no
post-destroot {