isc-dhcp: Update to 4.4.3-P1
[feed/packages.git] / lang / python / python-bidict / Makefile
1 #
2 # Copyright (C) 2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=python-bidict
11 PKG_VERSION:=0.21.2
12 PKG_RELEASE:=1
13
14 PYPI_NAME:=bidict
15 PKG_HASH:=4fa46f7ff96dc244abfc437383d987404ae861df797e2fd5b190e233c302be09
16
17 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
18 PKG_LICENSE:=MPL-2.0
19 PKG_LICENSE_FILES:=LICENSE
20
21 HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=setuptools-scm
22
23 include ../pypi.mk
24 include $(INCLUDE_DIR)/package.mk
25 include ../python3-package.mk
26
27 define Package/python3-bidict
28 SUBMENU:=Python
29 SECTION:=lang
30 CATEGORY:=Languages
31 TITLE:=The bidirectional mapping library
32 URL:=https://github.com/jab/bidict
33 DEPENDS:= \
34 +python3-light
35 endef
36
37 define Package/python3-bidict/description
38 The bidirectional mapping library for Python.
39 endef
40
41 $(eval $(call Py3Package,python3-bidict))
42 $(eval $(call BuildPackage,python3-bidict))
43 $(eval $(call BuildPackage,python3-bidict-src))