From: Jeffery To Date: Fri, 14 Apr 2023 08:09:36 +0000 (+0800) Subject: python-hatchling: Update to 1.14.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fe0dc6f48ae6b98c4663e3e93f6df12d8ef55203;p=openwrt-packages.git python-hatchling: Update to 1.14.0 Signed-off-by: Jeffery To --- diff --git a/lang/python/python-hatchling/Makefile b/lang/python/python-hatchling/Makefile index 6ba6c63c1..958600083 100644 --- a/lang/python/python-hatchling/Makefile +++ b/lang/python/python-hatchling/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-hatchling -PKG_VERSION:=1.13.0 +PKG_VERSION:=1.14.0 PKG_RELEASE:=1 PYPI_NAME:=hatchling -PKG_HASH:=f8d275a2cc720735286b7c2e2bc35da05761e6d3695c2fa416550395f10c53c7 +PKG_HASH:=462ea91df03ff5d52813b5613fec1313a1a2059d2e37343e572b3f979867c5da PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt @@ -27,7 +27,8 @@ HOST_BUILD_DEPENDS:= \ python-packaging/host \ python-pathspec/host \ python-pluggy/host \ - python-tomli/host + python-tomli/host \ + python-trove-classifiers/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk @@ -48,7 +49,8 @@ define Package/python3-hatchling +python3-packaging \ +python3-pathspec \ +python3-pluggy \ - +python3-tomli + +python3-tomli \ + +python3-trove-classifiers BUILDONLY:=1 endef