[NEW PORT]: comms/py-adafruit-ampy: Adafruit MicroPython tool
Adafruit MicroPython Tool (ampy) - Utility to interact with a MicroPython board over a serial connection. WWW: https://github.com/adafruit/ampy Reviewed by: koobs Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D16524
This commit is contained in:
parent
2640f03a8a
commit
3430621a09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476147
@ -134,6 +134,7 @@
|
||||
SUBDIR += picocom
|
||||
SUBDIR += pr
|
||||
SUBDIR += predict
|
||||
SUBDIR += py-adafruit-ampy
|
||||
SUBDIR += py-bulksms
|
||||
SUBDIR += py-esptool
|
||||
SUBDIR += py-gammu
|
||||
|
23
comms/py-adafruit-ampy/Makefile
Normal file
23
comms/py-adafruit-ampy/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= adafruit-ampy
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= comms python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= loader@FreeBSD.org
|
||||
COMMENT= Adafruit MicroPython tool
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-dotenv>0:www/py-python-dotenv@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
comms/py-adafruit-ampy/distinfo
Normal file
3
comms/py-adafruit-ampy/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1532874072
|
||||
SHA256 (adafruit-ampy-1.0.5.tar.gz) = 1055827874010f48c7dbd3cde4b1d7c6f6732661fad193b188a398e88961fc62
|
||||
SIZE (adafruit-ampy-1.0.5.tar.gz) = 13837
|
4
comms/py-adafruit-ampy/pkg-descr
Normal file
4
comms/py-adafruit-ampy/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Adafruit MicroPython Tool (ampy) - Utility to interact with
|
||||
a MicroPython board over a serial connection.
|
||||
|
||||
WWW: https://github.com/adafruit/ampy
|
Loading…
Reference in New Issue
Block a user