From c2b48ea93baa1c6d98a613303a74b786f454965b Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Wed, 8 Apr 2026 13:00:01 -0400 Subject: [PATCH] py-calver: drop py3[7,8] subports --- python/py-calver/Portfile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/python/py-calver/Portfile b/python/py-calver/Portfile index 3d10c35d99f..a8748340d1f 100644 --- a/python/py-calver/Portfile +++ b/python/py-calver/Portfile @@ -23,14 +23,4 @@ checksums rmd160 36f81049c332e24aee3d8ba4ccf923b2dd807bc8 \ sha256 c98b376c2424642224d456b2f70c51402343e008c63d204634665e1a2a2835f5 \ size 8101 -python.versions 37 38 310 311 312 313 314 - -if {${name} ne ${subport}} { - if {${python.version} <= 38} { - version 2022.06.26 - revision 0 - checksums rmd160 c7d61c4556aad4036481dbe7440b642ca153b578 \ - sha256 bf9269675424b9d0b27a0fc88066ed667f312623880c83393f2cd65081ff03e7 \ - size 7598 - } -} +python.versions 310 311 312 313 314