packages/lang/python/python3
Alexandru Ardelean 27aee1fbf0 python3: introduce libpython3 with ABI_VERSION flag
Related to discussion:
  https://github.com/openwrt/packages/pull/14060

Every once in a while a version bump will occur that requires an ABI
change. Example: Python 3.8 to 3.9. When this happens some Python packages
would need to be rebuilt. In setups where everything gets rebuilt, this
isn't a problem.

It's usually a bigger problem when needing to upgrade something via
opkg.
To accommodate for this, we add a libpython with it's own ABI_VERSION
flag. If this ABI_VERSION changes, then this should propagate forward.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-04-28 14:25:01 +03:00
..
files python3: bump to version 3.9.0 2020-10-19 11:01:12 +03:00
patches python3: bump to version 3.9.4 2021-04-05 19:32:00 +03:00
patches-pip python3: Update to 3.8.4, refresh/rework patches, backport patches 2020-07-20 17:30:14 +08:00
patches-setuptools python3: bump to version 3.9.0 2020-10-19 11:01:12 +03:00
Config-python3-light.in python3: Add config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE 2020-08-16 06:09:45 +08:00
Makefile python3: introduce libpython3 with ABI_VERSION flag 2021-04-28 14:25:01 +03:00