libmypaint: use python 3.14

This commit is contained in:
Bruno Lopes
2026-06-13 09:53:16 -03:00
committed by Renee Otten
parent 99d18c86f7
commit 2fc86ba0f4
+2 -3
View File
@@ -11,7 +11,6 @@ checksums rmd160 1c09037ab87cadddb57345e5fc2057ba4fadfe23 \
categories graphics
maintainers {ryandesign @ryandesign} {devans @dbevans} openmaintainer
platforms darwin
# license ISC
license Permissive
@@ -23,8 +22,8 @@ long_description libmypaint, a.k.a. \"brushlib\", is a library for making bru
github.tarball_from releases
use_xz yes
# Using the same python as MyPaint for consistency.
set python_branch 3.12
# Using the same python as MyPaint (if higher) for consistency.
set python_branch 3.14
set python_version [string map {. {}} ${python_branch}]
depends_build port:gettext \