mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
15 lines
565 B
Makefile
15 lines
565 B
Makefile
################################################################################
|
|
#
|
|
# python-gpiozero
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GPIOZERO_VERSION = 2.0.1
|
|
PYTHON_GPIOZERO_SOURCE = gpiozero-$(PYTHON_GPIOZERO_VERSION).tar.gz
|
|
PYTHON_GPIOZERO_SITE = https://files.pythonhosted.org/packages/e4/47/334b8db8a981eca9a0fb1e7e48e1997a5eaa8f40bb31c504299dcca0e6ff
|
|
PYTHON_GPIOZERO_LICENSE = BSD-3-Clause
|
|
PYTHON_GPIOZERO_LICENSE_FILES = LICENSE.rst
|
|
PYTHON_GPIOZERO_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|