From 2c15e8a29002b5d5b43bb2b372331a4f7bba24cb Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 29 May 2023 19:15:29 +0800 Subject: [PATCH] click-log: Update to 0.4.0, rename source package This renames the source package from click-log to python-click-log to match other Python packages. This also updates the package to download from PyPI, and updates the package title, URL, and dependencies. Signed-off-by: Jeffery To (cherry picked from commit 67a854aee28f6a360af1c595fdea396c9193b6e9) --- .../{click-log => python-click-log}/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) rename lang/python/{click-log => python-click-log}/Makefile (63%) diff --git a/lang/python/click-log/Makefile b/lang/python/python-click-log/Makefile similarity index 63% rename from lang/python/click-log/Makefile rename to lang/python/python-click-log/Makefile index 5a39c81de4..01f6c0e820 100644 --- a/lang/python/click-log/Makefile +++ b/lang/python/python-click-log/Makefile @@ -4,16 +4,17 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=click-log -PKG_VERSION:=0.3.2 -PKG_RELEASE:=2 +PKG_NAME:=python-click-log +PKG_VERSION:=0.4.0 +PKG_RELEASE:=1 PKG_MAINTAINER:=Karel Kočí -PKG_SOURCE_URL:=https://codeload.github.com/click-contrib/click-log/tar.gz/$(PKG_VERSION)? -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=16babb66a2ebf22c37c1cf38753a84e6027eb8991fcf9a8487971591b8ca9812 +PYPI_NAME:=click-log +PKG_HASH:=3970f8570ac54491237bcdb3d8ab5e3eef6c057df29f8c3d1151a51a9c23b975 PKG_LICENSE:=MIT +PKG_LICENSE_FILES:=LICENSE +include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk @@ -21,9 +22,9 @@ define Package/python3-click-log SECTION:=lang CATEGORY:=Languages SUBMENU:=Python - URL:=http://github.com/mitsuhiko/click - TITLE:=python3-click-log - DEPENDS:=+python3-click + URL:=https://github.com/click-contrib/click-log + TITLE:=Logging integration for Click + DEPENDS:=+python3-light +python3-logging +python3-click endef define Package/python3-click-log/description -- 2.30.2