python3: Split setuptools into separate source package 21190/head
authorJeffery To <jeffery.to@gmail.com>
Thu, 18 May 2023 12:38:09 +0000 (20:38 +0800)
committerJeffery To <jeffery.to@gmail.com>
Fri, 26 May 2023 14:06:24 +0000 (22:06 +0800)
commitb4975f8bbb9f61a2a170dc1acd6cabe2b7e9f93c
treed36eef267fc9740d0f3027f10f79ae006e366af3
parenteee273507b868ad5f6f7e744d513c85330967906
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>
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]