python3: Split setuptools into separate source package
authorJeffery To <jeffery.to@gmail.com>
Thu, 18 May 2023 12:38:09 +0000 (20:38 +0800)
committerRosen Penev <rosenp@gmail.com>
Sun, 28 May 2023 12:47:08 +0000 (15:47 +0300)
commitd6cc46e2c284fd694123546950b6bca39a1adcda
treecdbd27348c1e204b1503cb52c91dd96153a8031c
parentb997e1bb69b1d8c31f4fd7fe02c27d9a2b1d9c3d
python3: Split setuptools into separate source package

Packaging setuptools from a separate source package allows it to stay
updated with upstream.

Host setuptools will remain installed as part of python3. Host
setuptools is used in a much more controlled way and so is less critical
for it to track upstream.

setuptools was in a separate source package that was removed in
a53d0c5a403d1669e2cf6c59c2be6a9d3ed633a0; this work is not based on that
earlier package.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit b4975f8bbb9f61a2a170dc1acd6cabe2b7e9f93c)
lang/python/python-setuptools/Makefile [new file with mode: 0644]
lang/python/python3/Makefile
lang/python/python3/files/python3-package-pkg-resources.mk [deleted file]
lang/python/python3/files/python3-package-setuptools.mk [deleted file]
lang/python/python3/patches-host-setuptools/.gitkeep [new file with mode: 0644]
lang/python/python3/patches-setuptools/.placeholder [deleted file]