py-nose: drop py39 subport

This commit is contained in:
Renee Otten
2026-04-06 11:05:10 -04:00
parent ed7ecbc32f
commit cffa259001
+2 -4
View File
@@ -32,7 +32,7 @@ checksums rmd160 4a3e1bb3121a2620aec0baa51eac1bb5a11cf6e9 \
# do NOT add subport for Python 3.12+ ; nose does not work with these versions, use the `py-pynose` instead.
# setting `python.test_framework nose` will take care of selecting the correct port automatically
python.versions 27 39 310 311
python.versions 27 310 311
# already installs version-suffixed executables
python.link_binaries no
@@ -75,7 +75,5 @@ if {${name} ne ${subport}} {
file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${subport}
}
if {${python.version} > 39} {
test.run yes
}
test.run yes
}