python-zipp: remove the package
authorAlexandru Ardelean <redacted>
Sun, 31 May 2026 16:23:30 +0000 (19:23 +0300)
committerAlexandru Ardelean <redacted>
Sun, 31 May 2026 17:21:01 +0000 (20:21 +0300)
commit8eb1580bc82ca0fa1da3725c2be431d92c4bf7b8
treee331f49240eb111515324b014f5d2b7c4dc28c1a
parentec7fbc9a9b4916446dc78c5a590fbd9b4bf23a09
python-zipp: remove the package

zipp is a small backport / forward-port of zipfile.Path, originally
useful when zipfile.Path was new in stdlib (Python 3.8). With the
python3 package now tracking 3.14, zipfile.Path covers what
zipp.Path exposes, and no other package in this repository declares
zipp as a runtime or build dependency.

Drop the package to remove the dead weight; users who still need it
can install it via pip on the target.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-zipp/Makefile [deleted file]
lang/python/python-zipp/patches/001-remove-coherent-licensed-build-dep.patch [deleted file]
lang/python/python-zipp/test.sh [deleted file]
git clone https://git.99rst.org/PROJECT