click-log: Update to 0.4.0, rename source package
authorJeffery To <redacted>
Mon, 29 May 2023 11:15:29 +0000 (19:15 +0800)
committerRosen Penev <redacted>
Mon, 29 May 2023 15:16:56 +0000 (18:16 +0300)
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 <redacted>
lang/python/python-click-log/Makefile [moved from lang/python/click-log/Makefile with 63% similarity]

similarity index 63%
rename from lang/python/click-log/Makefile
rename to lang/python/python-click-log/Makefile
index 5a39c81de4d745f094c07001038843eb10bdc0d2..01f6c0e820f5e28e446a52b7570eaeaa3d5f48ba 100644 (file)
@@ -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čí <cynerd@email.cz>
 
-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
git clone https://git.99rst.org/PROJECT