Skip to content

Add community/python36 for python 3.6.x

Darren Weber requested to merge dazza-codes/aports:python3-6 into master

Related to #11265 (closed)

The gitlab-diff doesn't show the minor changes from main/python3 to this package, so the basic approach so far is simply:

$ diff main/python3/ community/python36/
diff main/python3/APKBUILD community/python36/APKBUILD
2a3
> # Contributor: Darren Weber <dweber.consulting@gmail.com>
4c5
< pkgname=python3
---
> pkgname=python36
6c7
< pkgver=3.8.2
---
> pkgver=3.6.10
167c168
< sha512sums="ca37ad0e7c5845f5f228566aa8ff654a8f428c7d4a5aaabff29baebb0ca3219b31ba8bb2607f89e37cf3fc564f023b8407e53a4f2c47bd99122c1cc222613e37  Python-3.8.2.tar.xz
---
> sha512sums="26147099e1f1a0ffc85febad26e18e991f019599a150887ea0b925e34663fad8e03b3c2a941e2770c1a63960695e173ef32709572c9361e7f2cb862ccf75b28a  Python-3.6.10.tar.xz

If stuff fails, study https://github.com/docker-library/python/blob/master/3.6/alpine3.11/Dockerfile for related fixes.

Edited by Darren Weber

Merge request reports