[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:
Fukang Chen 2018-08-01 03:43:16 +00:00
parent 2640f03a8a
commit 3430621a09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476147
4 changed files with 31 additions and 0 deletions

View File

@ -134,6 +134,7 @@
SUBDIR += picocom
SUBDIR += pr
SUBDIR += predict
SUBDIR += py-adafruit-ampy
SUBDIR += py-bulksms
SUBDIR += py-esptool
SUBDIR += py-gammu

View 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>

View 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

View 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