Skip to content

WIP: community/pythons: add all release versions

Darren Weber requested to merge dazza-codes/aports:python-versions into master

Fix #11265 (closed)

This is inspired by and adopts the approach used in

See the README.md file for explanations and example use. If this works, there are just a few files to manage for this:

  • community/pythons/update_pythons.sh
  • content in template directory, esp template/APKBUILD
  • the python versions are just directories in community/pythons that are copied into the package directories for each version; all the content is auto-generated from the template.

WIP status

  • RFC and approval on this approach
    • need advice on how to structure this approach to fit with the expected package structure, because this uses a templated approach to generate multiple packages
  • double check APKBUILD details and sed script details for each version
Edited by Darren Weber

Merge request reports