Skip to content

Commit

Permalink
py313-mypy: fix compilation on OS X <= 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbs committed Nov 23, 2024
1 parent a96253f commit 945e0bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/py-mypy/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
PortSystem 1.0
PortGroup python 1.0
PortGroup select 1.0
PortGroup compiler_blacklist_versions 1.0

name py-mypy
version 1.13.0
Expand Down Expand Up @@ -37,7 +38,8 @@ if {${name} ne ${subport}} {
}

compiler.blacklist-append \
*gcc-4.0 *gcc-4.2
*gcc-4.0 *gcc-4.2 \
{clang < 602}

build.env-append MYPY_USE_MYPYC=1

Expand Down

0 comments on commit 945e0bf

Please sign in to comment.