Skip to content

Commit

Permalink
grass-gui: remove unsupported +python312 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Mar 17, 2024
1 parent 3e421b6 commit 252fe10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gis/grass/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ subport grass-gui {
build {}

# Python variants
# for the time being, missing `py312-wxpython-4.0`, skip Python 3.12
set python_suffixes {38 39 310 311}
set py_grass [lindex $python_suffixes end]
set py_variant ${py_grass}
foreach pyver ${python_suffixes} {
Expand Down

0 comments on commit 252fe10

Please sign in to comment.