Skip to content

Commit

Permalink
py-pyqt5: pin version to 5.9.2 on Yosemite and older. Closes https://…
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoll committed Jun 8, 2018
1 parent 42b10a9 commit ae982df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/py-pyqt5/Portfile
Expand Up @@ -22,6 +22,15 @@ checksums rmd160 4e0d454172288d26d40ebf2c15a70e0e271da57e \

python.versions 27 34 35 36

if {${os.major} <= 14 && ${os.platform} eq "darwin"} {
version 5.9.2
revision 1
distname PyQt5_gpl-${version}
checksums rmd160 744f54000240c25ce2b39dbe62f5b3d2afd83e8b \
sha256 c190dac598c97b0113ca5e7a37c71c623f02d1d713088addfacac4acfa4b8394 \
size 3102848
}

if {${name} ne ${subport}} {
PortGroup qmake5 1.0

Expand Down

0 comments on commit ae982df

Please sign in to comment.