From: Jeffery To Date: Thu, 13 Jul 2023 08:42:52 +0000 (+0800) Subject: python-editables: Update to 0.4 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9a5f66acc37d77ddfe98b87fcdcbd260365c9c70;p=feed%2Fpackages.git python-editables: Update to 0.4 The build backend was changed from setuptools to flit-core. Signed-off-by: Jeffery To --- diff --git a/lang/python/python-editables/Makefile b/lang/python/python-editables/Makefile index dc0547ed31..6a012b04a4 100644 --- a/lang/python/python-editables/Makefile +++ b/lang/python/python-editables/Makefile @@ -8,18 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-editables -PKG_VERSION:=0.3 +PKG_VERSION:=0.4 PKG_RELEASE:=1 PYPI_NAME:=editables -PKG_HASH:=167524e377358ed1f1374e61c268f0d7a4bf7dbd046c656f7b410cde16161b1a +PKG_HASH:=dc322c42e7ccaf19600874035a4573898d88aadd07e177c239298135b75da772 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt PKG_MAINTAINER:=Jeffery To PKG_HOST_ONLY:=1 -HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host +HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-flit-core/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk