python3-bottle: update to version 0.13.4

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 <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer
2025-12-29 11:50:49 +01:00
parent 1c1af85fc5
commit 4f5de42c72

View 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