Skip to content

Commit

Permalink
py-cffi: use last supported version for py <= 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Nov 2, 2023
1 parent b0009d2 commit c05f80b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/py-cffi/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,13 @@ if {${name} ne ${subport}} {
depends_lib-append port:libffi \
port:py${python.version}-pycparser

if {${python.version} < 38} {
version 1.15.1
revision 0
checksums md5 f493860a6e98cd0c4178149568a6b4f6 \
rmd160 9cc1d96670ad9df27e3be8dc3132e439347542ea \
sha256 d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9
}

livecheck.type none
}

0 comments on commit c05f80b

Please sign in to comment.