python3-bottle: update to version 0.13.4
authorJosef Schlehofer <redacted>
Mon, 29 Dec 2025 10:50:49 +0000 (11:50 +0100)
committerJosef Schlehofer <redacted>
Mon, 29 Dec 2025 22:16:33 +0000 (23:16 +0100)
Release notes:
https://github.com/bottlepy/bottle/releases/tag/0.13.4

Add setuptools to PKG_BUILD_DEPENDS to fix:
```
pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'
```

Signed-off-by: Josef Schlehofer <redacted>
lang/python/python3-bottle/Makefile

index 1a6913d2b5187fc92a55c6d17abb69f02be297f5..cc1442c09d631aaa2f5771d38adc0fee6d206060 100644 (file)
@@ -8,11 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python3-bottle
-PKG_VERSION:=0.12.25
+PKG_VERSION:=0.13.4
 PKG_RELEASE:=1
 
 PYPI_NAME:=bottle
-PKG_HASH:=e1a9c94970ae6d710b3fb4526294dfeb86f2cb4a81eff3a4b98dc40fb0e5e021
+PKG_HASH:=787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47
+
+PKG_BUILD_DEPENDS:=python-setuptools/host
 
 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
 PKG_LICENSE:=MIT
git clone https://git.99rst.org/PROJECT