Skip to content

Commit

Permalink
py-brotli, py-zopfli: add Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbs committed Nov 12, 2023
1 parent b9ba1e5 commit c110089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/py-brotli/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ checksums rmd160 3e2402d137fd75f898007d3730773b32025a4857 \
sha256 b56a4371636e063ad3695f7c53aed5c18fc2303034564534981e7d6a11b75138 \
size 487046

python.versions 37 38 39 310 311
python.versions 37 38 39 310 311 312

if {$subport ne $name} {
depends_build-append port:py${python.version}-setuptools
Expand Down
2 changes: 1 addition & 1 deletion python/py-zopfli/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ checksums rmd160 28121b90d485ca5518c3c44cb0fc0cda1efecca5 \
sha256 2d49db7540d9991976af464ebc1b9ed12988c04d90691bcb51dc4a373a9e2afc \
size 205320

python.versions 37 38 39 310 311
python.versions 37 38 39 310 311 312

python.pep517 yes

Expand Down

0 comments on commit c110089

Please sign in to comment.