1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# python-jaraco-functools 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunPYTHON_JARACO_FUNCTOOLS_VERSION = 2.0 8*4882a593SmuzhiyunPYTHON_JARACO_FUNCTOOLS_SOURCE = jaraco.functools-$(PYTHON_JARACO_FUNCTOOLS_VERSION).tar.gz 9*4882a593SmuzhiyunPYTHON_JARACO_FUNCTOOLS_SITE = https://files.pythonhosted.org/packages/a9/1e/44f6a5cffef147a3ffd37a748b8f4c2ded9b07ca20a15f17cd9874158f24 10*4882a593SmuzhiyunPYTHON_JARACO_FUNCTOOLS_LICENSE = MIT 11*4882a593SmuzhiyunPYTHON_JARACO_FUNCTOOLS_LICENSE_FILES = LICENSE 12*4882a593SmuzhiyunPYTHON_JARACO_FUNCTOOLS_SETUP_TYPE = setuptools 13*4882a593SmuzhiyunPYTHON_JARACO_FUNCTOOLS_DEPENDENCIES = host-python-setuptools-scm 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun$(eval $(python-package)) 16