WIP: community/pythons: add all release versions
Fix #11265 (closed)
This is inspired by and adopts the approach used in
- https://github.com/docker-library/python
- see just the alpine template and how it applies
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, esptemplate/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 thetemplate
.
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