click: update to version 7.1.2
authorJosef Schlehofer <redacted>
Mon, 5 Oct 2020 16:33:16 +0000 (18:33 +0200)
committerJosef Schlehofer <redacted>
Mon, 5 Oct 2020 16:35:43 +0000 (18:35 +0200)
Developers of click decided to change their tarball, so it does no
longer contains capital C and because of that, we can throw
PYPI_SOURCE_NAME.

Signed-off-by: Josef Schlehofer <redacted>
lang/python/click/Makefile

index fff235d8c77a91a757e438a363e5bc436db3174f..97c6307bf16998eb740b112272a7417933016d5e 100644 (file)
@@ -5,12 +5,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=click
-PKG_VERSION:=7.0
-PKG_RELEASE:=2
+PKG_VERSION:=7.1.2
+PKG_RELEASE:=1
 
-PYPI_NAME:=$(PKG_NAME)
-PYPI_SOURCE_NAME:=Click
-PKG_HASH:=5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
+PYPI_NAME:=click
+PKG_HASH:=d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a
 
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
 PKG_LICENSE:=BSD-3-Clause
git clone https://git.99rst.org/PROJECT