isc-dhcp: Update to 4.4.3-P1
[feed/packages.git] / lang / python / python-pluggy / Makefile
1 #
2 # Copyright (C) 2020 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-pluggy
11 PKG_VERSION:=0.13.1
12 PKG_RELEASE:=4
13
14 PYPI_NAME:=pluggy
15 PKG_HASH:=15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0
16
17 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
18 PKG_LICENSE:=MIT
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-pluggy
28 SUBMENU:=Python
29 SECTION:=lang
30 CATEGORY:=Languages
31 TITLE:=Plugin and hook calling mechanisms for Python
32 URL:=https://github.com/pytest-dev/pluggy
33 DEPENDS:=+python3-light
34 endef
35
36 define Package/python3-pluggy/description
37 A minimalist production ready plugin system for python
38 endef
39
40 $(eval $(call Py3Package,python3-pluggy))
41 $(eval $(call BuildPackage,python3-pluggy))
42 $(eval $(call BuildPackage,python3-pluggy-src))