xref: /OK3568_Linux_fs/buildroot/package/python-jaraco-functools/python-jaraco-functools.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# python-jaraco-functools
4#
5################################################################################
6
7PYTHON_JARACO_FUNCTOOLS_VERSION = 2.0
8PYTHON_JARACO_FUNCTOOLS_SOURCE = jaraco.functools-$(PYTHON_JARACO_FUNCTOOLS_VERSION).tar.gz
9PYTHON_JARACO_FUNCTOOLS_SITE = https://files.pythonhosted.org/packages/a9/1e/44f6a5cffef147a3ffd37a748b8f4c2ded9b07ca20a15f17cd9874158f24
10PYTHON_JARACO_FUNCTOOLS_LICENSE = MIT
11PYTHON_JARACO_FUNCTOOLS_LICENSE_FILES = LICENSE
12PYTHON_JARACO_FUNCTOOLS_SETUP_TYPE = setuptools
13PYTHON_JARACO_FUNCTOOLS_DEPENDENCIES = host-python-setuptools-scm
14
15$(eval $(python-package))
16