misc/py-gpiozero: New port: Simple interface to GPIO devices with Raspberry Pi

This commit is contained in:
Yuri Victorovich 2025-04-26 23:40:40 -07:00
parent 12a5f1fc65
commit b218eaaaa3
4 changed files with 29 additions and 0 deletions

View file

@ -441,6 +441,7 @@
SUBDIR += py-gguf
SUBDIR += py-gluoncv
SUBDIR += py-gluonnlp
SUBDIR += py-gpiozero
SUBDIR += py-halo
SUBDIR += py-hist
SUBDIR += py-histoprint

23
misc/py-gpiozero/Makefile Normal file
View file

@ -0,0 +1,23 @@
PORTNAME= gpiozero
DISTVERSION= 2.0.1
CATEGORIES= misc python # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simple interface to GPIO devices with Raspberry Pi
WWW= https://gpiozero.readthedocs.io/en/latest/ \
https://github.com/gpiozero/gpiozero
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
ONLY_FOR_ARCHS= aarch64
ONLY_FOR_ARCHS_REASON= intended only for Raspberry Pi
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1745735629
SHA256 (gpiozero-2.0.1.tar.gz) = d4ea1952689ec7e331f9d4ebc9adb15f1d01c2c9dcfabb72e752c9869ab7e97e
SIZE (gpiozero-2.0.1.tar.gz) = 136176

View file

@ -0,0 +1,2 @@
gpiozero is a simple interface to GPIO devices with Raspberry Pi,
developed and maintained by Ben Nuttall and Dave Jones.