package/python-gpiozero: bump to version 2.0.1

Remove no longer required python-rpi-gpio runtime dependency.

Remove no longer required python-setuptools runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard
2024-09-15 01:30:32 -06:00
committed by Thomas Petazzoni
parent 3ccd05f35d
commit 35c578f256
3 changed files with 4 additions and 6 deletions

View File

@@ -2,8 +2,6 @@ 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
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
help
A simple interface to GPIO devices with Raspberry Pi.

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/gpiozero/json
md5 b8b63443961de2710d88b82671ec6d8a gpiozero-2.0.tar.gz
sha256 403bcc9e7f24f0877653e7fced91ba51508d5197c9d1f80e383fe6693b9c3c27 gpiozero-2.0.tar.gz
md5 ed36bee070df2a8788c2038d585146db gpiozero-2.0.1.tar.gz
sha256 d4ea1952689ec7e331f9d4ebc9adb15f1d01c2c9dcfabb72e752c9869ab7e97e gpiozero-2.0.1.tar.gz
# Locally computed sha256 checksums
sha256 b6fdd587f3dc3a9b8cc5adae00918e3ffa909b1092bd4decf7e8b1b08fa5d0fb LICENSE.rst

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_GPIOZERO_VERSION = 2.0
PYTHON_GPIOZERO_VERSION = 2.0.1
PYTHON_GPIOZERO_SOURCE = gpiozero-$(PYTHON_GPIOZERO_VERSION).tar.gz
PYTHON_GPIOZERO_SITE = https://files.pythonhosted.org/packages/b3/a7/85676e0689114ea08ea3c88b7813efd988a9ead64dc9e1b24545b17af4fd
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