kumquat-buildroot/package/python-aiomonitor/python-aiomonitor.mk

15 lines
577 B
Makefile
Raw Normal View History

################################################################################
#
# python-aiomonitor
#
################################################################################
PYTHON_AIOMONITOR_VERSION = 0.4.4
PYTHON_AIOMONITOR_SOURCE = aiomonitor-$(PYTHON_AIOMONITOR_VERSION).tar.gz
PYTHON_AIOMONITOR_SITE = https://files.pythonhosted.org/packages/fe/15/ac345a2a55ef106b466347c58ebc5f77ef491aea5a05f700e80a181cda47
PYTHON_AIOMONITOR_SETUP_TYPE = setuptools
PYTHON_AIOMONITOR_LICENSE = Apache-2.0
PYTHON_AIOMONITOR_LICENSE_FILES = LICENSE
$(eval $(python-package))