diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-09-20 17:38:49 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-09-23 18:43:37 -0700 |
commit | 04344131087473289f0d9cfff0ffb196ac3376bd (patch) | |
tree | 327f9703f0c999c3d8cec9780d022181e6979326 /lang/python | |
parent | 49af2d58ace50ae72c7b2ab3ebb97b000c496a37 (diff) |
python-bidict: Update to 0.22.1
The package no longer has a build dependency on setuptools-scm.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-bidict/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/python/python-bidict/Makefile b/lang/python/python-bidict/Makefile index f95eb07e9..1e90deb04 100644 --- a/lang/python/python-bidict/Makefile +++ b/lang/python/python-bidict/Makefile @@ -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 <jan.pavlinec1@gmail.com> 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 |