diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-04-27 06:40:40 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-04-27 06:40:48 +0000 |
| commit | b218eaaaa3f5f400ee5826b5cf6551518b7d7660 (patch) | |
| tree | fa52fd6d83922ad2331b7a9e42a76e05757d08fa /misc/py-gpiozero | |
| parent | 12a5f1fc65f9d15eb591f8861f4feb227e37c7f2 (diff) | |
Diffstat (limited to 'misc/py-gpiozero')
| -rw-r--r-- | misc/py-gpiozero/Makefile | 23 | ||||
| -rw-r--r-- | misc/py-gpiozero/distinfo | 3 | ||||
| -rw-r--r-- | misc/py-gpiozero/pkg-descr | 2 |
3 files changed, 28 insertions, 0 deletions
diff --git a/misc/py-gpiozero/Makefile b/misc/py-gpiozero/Makefile new file mode 100644 index 000000000000..87453b481070 --- /dev/null +++ b/misc/py-gpiozero/Makefile @@ -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> diff --git a/misc/py-gpiozero/distinfo b/misc/py-gpiozero/distinfo new file mode 100644 index 000000000000..73afe8e2b67e --- /dev/null +++ b/misc/py-gpiozero/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1745735629 +SHA256 (gpiozero-2.0.1.tar.gz) = d4ea1952689ec7e331f9d4ebc9adb15f1d01c2c9dcfabb72e752c9869ab7e97e +SIZE (gpiozero-2.0.1.tar.gz) = 136176 diff --git a/misc/py-gpiozero/pkg-descr b/misc/py-gpiozero/pkg-descr new file mode 100644 index 000000000000..5e4bfb546c01 --- /dev/null +++ b/misc/py-gpiozero/pkg-descr @@ -0,0 +1,2 @@ +gpiozero is a simple interface to GPIO devices with Raspberry Pi, +developed and maintained by Ben Nuttall and Dave Jones. |
