python-astral: Update to 3.2

This adds a build dependency that will be required for
pyproject.toml-based builds.

This also marks the package as BROKEN (for now) as it requires proper
support for pyproject.toml-based builds.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 1a1b444571)
This commit is contained in:
Jeffery To 2023-02-17 21:19:17 +08:00 committed by Josef Schlehofer
parent 7442839f3a
commit ad0abb4159
1 changed files with 5 additions and 3 deletions

View File

@ -8,16 +8,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-astral
PKG_VERSION:=2.2
PKG_VERSION:=3.2
PKG_RELEASE:=1
PYPI_NAME:=astral
PKG_HASH:=e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe
PKG_HASH:=9b7c3b412e9e69d172cfb24be0e6addcc9f1bd01a28db8bebe66d75ccc533d88
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
PKG_BUILD_DEPENDS:=python-poetry-core/host
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk
@ -30,7 +32,7 @@ define Package/python3-astral
URL:=https://github.com/sffjunkie/astral
DEPENDS+= \
+python3-light \
+python3-pytz
@BROKEN
endef
define Package/python3-astral/description