This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_GPIOZERO
bool "python-gpiozero"
depends on BR2_arm
select BR2_PACKAGE_PYTHON_COLORZERO # runtime
select BR2_PACKAGE_PYTHON_RPI_GPIO # runtime
help
A simple interface to GPIO devices with Raspberry Pi.
https://github.com/gpiozero/gpiozero

View File

@@ -0,0 +1,4 @@
# Locally computed
sha256 8cb9824fe1b08e7935de03899455e20ce2c242e4cebb0c954c274c48059f6ea5 python-gpiozero-1.5.1.tar.gz
# Locally computed
sha256 b6e26763b79d7904d6eaa66f7f53ae374cf30431bb6ba8bcb0d9d5ff56dc69e3 LICENSE.rst

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-gpiozero
#
################################################################################
PYTHON_GPIOZERO_VERSION = 1.5.1
PYTHON_GPIOZERO_SITE = $(call github,gpiozero,gpiozero,v$(PYTHON_GPIOZERO_VERSION))
PYTHON_GPIOZERO_LICENSE = BSD-3-Clause
PYTHON_GPIOZERO_LICENSE_FILES = LICENSE.rst
PYTHON_GPIOZERO_SETUP_TYPE = setuptools
$(eval $(python-package))