About half of my projects are in subersion and half are in git, so I'm going to need subversion, which is where I found the python depdendencies.
ports rdeps subersion
This makes a nice depdendency tree to find things.
ports rdeps subersion
This makes a nice depdendency tree to find things.port install git
This took 13 days to build everything, including perl and gcc14.
# get the ports repo git clone https://github.com/macports/macports-ports.git cd macports-ports # checkout the last commit *before* the 2.10.7 release announcement time git checkout "$(git rev-list -1 --before='2025-05-05 12:00:00' master)" # build a PortIndex for this snapshot portindexI then copied this onto my Pismo via a thumb drive. 4 hours in and portindex is still running.
I've been unable to get Python greater than 3.11 to compile on my Pismo. For this reason, I'm going to pull everything back to 3.11...