You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
poetry: use Python 3.14
This commit is contained in:
@@ -5,7 +5,8 @@ PortGroup python 1.0
|
||||
|
||||
name poetry
|
||||
version 2.2.1
|
||||
revision 0
|
||||
revision 1
|
||||
|
||||
categories-append devel
|
||||
platforms {darwin any}
|
||||
license MIT
|
||||
@@ -33,8 +34,8 @@ variant python312 conflicts python310 python311 python313 python314 description
|
||||
variant python313 conflicts python310 python311 python312 python314 description {Use Python 3.13} {}
|
||||
variant python314 conflicts python310 python311 python312 python313 description {Use Python 3.14} {}
|
||||
|
||||
if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312] && ![variant_isset python314] } {
|
||||
default_variants +python313
|
||||
if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312] && ![variant_isset python313] } {
|
||||
default_variants +python314
|
||||
}
|
||||
|
||||
foreach pv {314 313 312 311 310} {
|
||||
|
||||
Reference in New Issue
Block a user