py-jaraco.context: add missing dependency to py-backports.tarfile

This commit is contained in:
someuser12
2025-05-26 01:37:20 +02:00
committed by Renee Otten
parent ee28faeef2
commit f0862bd4e4
+5 -1
View File
@@ -5,7 +5,7 @@ PortGroup python 1.0
name py-jaraco.context
version 6.0.1
revision 0
revision 1
categories-append devel
supported_archs noarch
@@ -29,4 +29,8 @@ python.versions 39 310 311 312 313
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
if {${python.version} < 312} {
depends_lib-append port:py${python.version}-backports.tarfile
}
}