py-SDL2: drop py27 and py3[8,9] subports

This commit is contained in:
Renee Otten
2026-01-16 09:20:06 -05:00
committed by Joshua Root
parent 8c5ccf6e40
commit 329dd4ea82
+1 -4
View File
@@ -21,10 +21,9 @@ checksums md5 8dd193d3b01d949b256b5bb95c277dc6 \
rmd160 f8633c634c6b0fc1de6e3a5d9d991e034eca621d \
sha256 48c6ef01a4eb123db5f7e46e1a1b565675755b07e615f3fe20a623c94735b52b
python.versions 27 38 39 310 311 312 313 314
python.versions 310 311 312 313 314
if {$subport ne $name} {
depends_build port:py${python.version}-setuptools
depends_lib-append port:libsdl2 \
port:libsdl2_image \
port:libsdl2_mixer \
@@ -34,6 +33,4 @@ if {$subport ne $name} {
post-patch {
reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/sdl2/dll.py
}
livecheck.type none
}