From: Jeffery To Date: Fri, 17 Feb 2023 13:19:17 +0000 (+0800) Subject: python-astral: Update to 3.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ad0abb4159e372c412b6eb037d39d53a94808919;p=feed%2Fpackages.git 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 (cherry picked from commit 1a1b4445715a9970f1d9d3964e06e965c8693531) --- diff --git a/lang/python/python-astral/Makefile b/lang/python/python-astral/Makefile index 79b4857f29..c012c7b31a 100644 --- a/lang/python/python-astral/Makefile +++ b/lang/python/python-astral/Makefile @@ -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 +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