python-colorama: Update to 0.4.6

The package changed to the hatchling build backend.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-07-28 02:10:47 +08:00 committed by Tianling Shen
parent c2a725ec00
commit 54f9f2777c
1 changed files with 13 additions and 10 deletions

View File

@ -1,14 +1,17 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=colorama PKG_NAME:=python-colorama
PKG_VERSION:=0.4.1 PKG_VERSION:=0.4.6
PKG_RELEASE:=2 PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME) PYPI_NAME:=colorama
PKG_HASH:=05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d PKG_HASH:=08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44
PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com> PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com>
PKG_LICENSE:=MIT PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.txt
PKG_BUILD_DEPENDS:=python-hatchling/host
include ../pypi.mk include ../pypi.mk
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -18,14 +21,14 @@ define Package/python3-colorama
SUBMENU:=Python SUBMENU:=Python
SECTION:=lang SECTION:=lang
CATEGORY:=Languages CATEGORY:=Languages
TITLE:=colorama TITLE:=Cross-platform colored terminal text
URL:=https://github.com/tartley/colorama URL:=https://github.com/tartley/colorama
DEPENDS:=+python3 DEPENDS:=+python3-light
endef endef
define Package/python3-colorama/description define Package/python3-colorama/description
Makes ANSI escape character sequences Makes ANSI escape character sequences (for producing colored terminal
(for producing colored terminal text and cursor positioning) work under MS Windows. text and cursor positioning) work under MS Windows.
endef endef
$(eval $(call Py3Package,python3-colorama)) $(eval $(call Py3Package,python3-colorama))