mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
misc/py-gpiozero: New port: Simple interface to GPIO devices with Raspberry Pi
This commit is contained in:
parent
12a5f1fc65
commit
b218eaaaa3
4 changed files with 29 additions and 0 deletions
|
@ -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
23
misc/py-gpiozero/Makefile
Normal 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>
|
3
misc/py-gpiozero/distinfo
Normal file
3
misc/py-gpiozero/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1745735629
|
||||
SHA256 (gpiozero-2.0.1.tar.gz) = d4ea1952689ec7e331f9d4ebc9adb15f1d01c2c9dcfabb72e752c9869ab7e97e
|
||||
SIZE (gpiozero-2.0.1.tar.gz) = 136176
|
2
misc/py-gpiozero/pkg-descr
Normal file
2
misc/py-gpiozero/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue