mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-25 20:57:45 +00:00
14 lines
416 B
Makefile
14 lines
416 B
Makefile
################################################################################
|
|
#
|
|
# python-remi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_REMI_VERSION = v1.1
|
|
PYTHON_REMI_SITE = $(call github,dddomodossola,remi,$(PYTHON_REMI_VERSION))
|
|
PYTHON_REMI_LICENSE = Apache-2.0
|
|
PYTHON_REMI_LICENSE_FILES = LICENSE
|
|
PYTHON_REMI_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|