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>
This commit is contained in:
parent
49af2d58ac
commit
0434413108
1 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue