Skip to content

Commit

Permalink
py37-pyglet: use last supported version 1.5.27
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Aug 8, 2023
1 parent ac779e3 commit f490762
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions python/py-pyglet/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ checksums rmd160 d57bc0d40e00e11a47a97fd770bc289928250d08 \
size 6525060

if {${name} ne ${subport}} {
if {${python.version} eq 27} {
if {${python.version} eq 37} {
version 1.5.27
revision 0
checksums md5 40f6c92efc3f2f25f546ff84276e8d08 \
rmd160 c6226dcfb55f56f286a3606a8382ee93cc031b24 \
sha256 4d00e067451f3b10fd51b69764fddab65444372a2da344ee2b35f0a8e6ebf005
} elseif {${python.version} eq 27} {
version 1.4.10
revision 0
checksums rmd160 7bb3f66eafcfafe00d83a2c556c699b0eb1d81e9 \
Expand All @@ -38,7 +44,8 @@ if {${name} ne ${subport}} {
python.pep517 no
depends_build-append \
port:py${python.version}-setuptools
} else {
}
if {${python.version} >= 37} {
patchfiles-append patch-pyproject.toml.diff
}

Expand Down

0 comments on commit f490762

Please sign in to comment.