| | 13 | |
| | 14 | pythran is installed: |
| | 15 | {{{ |
| | 16 | % port -v installed | grep pythran |
| | 17 | py312-pythran @0.16.1_0 (active) requested_variants='' platform='darwin any' archs='noarch' date='2024-09-27T18:40:28-0700' |
| | 18 | }}} |
| | 19 | |
| | 20 | and so is a version of gast (maybe not the right version?) |
| | 21 | {{{ |
| | 22 | % port -v installed | grep gast |
| | 23 | py312-gast @0.6.0_0 (active) requested_variants='' platform='darwin any' archs='noarch' date='2024-09-27T18:39:35-0700' |
| | 24 | }}} |
| | 25 | |
| | 26 | I don't know where the gast dependency is specified to change it though. |