mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
9
package/python-gpiozero/Config.in
Normal file
9
package/python-gpiozero/Config.in
Normal 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
|
||||
4
package/python-gpiozero/python-gpiozero.hash
Normal file
4
package/python-gpiozero/python-gpiozero.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# Locally computed
|
||||
sha256 8cb9824fe1b08e7935de03899455e20ce2c242e4cebb0c954c274c48059f6ea5 python-gpiozero-1.5.1.tar.gz
|
||||
# Locally computed
|
||||
sha256 b6e26763b79d7904d6eaa66f7f53ae374cf30431bb6ba8bcb0d9d5ff56dc69e3 LICENSE.rst
|
||||
13
package/python-gpiozero/python-gpiozero.mk
Normal file
13
package/python-gpiozero/python-gpiozero.mk
Normal 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))
|
||||
Reference in New Issue
Block a user