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>
This commit is contained in:
parent
6649314a03
commit
1a1b444571
1 changed files with 5 additions and 3 deletions
|
@ -8,16 +8,18 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-astral
|
PKG_NAME:=python-astral
|
||||||
PKG_VERSION:=2.2
|
PKG_VERSION:=3.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=astral
|
PYPI_NAME:=astral
|
||||||
PKG_HASH:=e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe
|
PKG_HASH:=9b7c3b412e9e69d172cfb24be0e6addcc9f1bd01a28db8bebe66d75ccc533d88
|
||||||
|
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
|
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
|
||||||
|
|
||||||
|
PKG_BUILD_DEPENDS:=python-poetry-core/host
|
||||||
|
|
||||||
include ../pypi.mk
|
include ../pypi.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../python3-package.mk
|
include ../python3-package.mk
|
||||||
|
@ -30,7 +32,7 @@ define Package/python3-astral
|
||||||
URL:=https://github.com/sffjunkie/astral
|
URL:=https://github.com/sffjunkie/astral
|
||||||
DEPENDS+= \
|
DEPENDS+= \
|
||||||
+python3-light \
|
+python3-light \
|
||||||
+python3-pytz
|
@BROKEN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-astral/description
|
define Package/python3-astral/description
|
||||||
|
|
Loading…
Reference in a new issue