python-bidict: Update to 0.22.1
authorJeffery To <[email protected]>
Wed, 20 Sep 2023 09:38:49 +0000 (17:38 +0800)
committerRosen Penev <[email protected]>
Sun, 24 Sep 2023 01:43:37 +0000 (18:43 -0700)
The package no longer has a build dependency on setuptools-scm.

Signed-off-by: Jeffery To <[email protected]>
lang/python/python-bidict/Makefile

index f95eb07e98c1d9ef576bac7183d1a95956b02f7e..1e90deb040ee5eb503a4aa317237dc25c8ba5852 100644 (file)
@@ -8,18 +8,16 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-bidict
-PKG_VERSION:=0.21.2
-PKG_RELEASE:=2
+PKG_VERSION:=0.22.1
+PKG_RELEASE:=1
 
 PYPI_NAME:=bidict
-PKG_HASH:=4fa46f7ff96dc244abfc437383d987404ae861df797e2fd5b190e233c302be09
+PKG_HASH:=1e0f7f74e4860e6d0943a05d4134c63a2fad86f3d4732fb265bd79e4e856d81d
 
 PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
 PKG_LICENSE:=MPL-2.0
 PKG_LICENSE_FILES:=LICENSE
 
-PKG_BUILD_DEPENDS:=python-setuptools-scm/host
-
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk
 include ../python3-package.mk
@@ -28,8 +26,8 @@ define Package/python3-bidict
   SUBMENU:=Python
   SECTION:=lang
   CATEGORY:=Languages
-  TITLE:=The bidirectional mapping library
-  URL:=https://github.com/jab/bidict
+  TITLE:=Bidirectional mapping library
+  URL:=https://bidict.readthedocs.io/
   DEPENDS:= \
        +python3-light
 endef