Date: Wed, 1 Aug 2018 03:43:17 +0000 (UTC) From: Fukang Chen <loader@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476147 - in head/comms: . py-adafruit-ampy Message-ID: <201808010343.w713hHSv058155@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: loader (doc committer) Date: Wed Aug 1 03:43:16 2018 New Revision: 476147 URL: https://svnweb.freebsd.org/changeset/ports/476147 Log: [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 Added: head/comms/py-adafruit-ampy/ head/comms/py-adafruit-ampy/Makefile (contents, props changed) head/comms/py-adafruit-ampy/distinfo (contents, props changed) head/comms/py-adafruit-ampy/pkg-descr (contents, props changed) Modified: head/comms/Makefile Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Wed Aug 1 03:41:42 2018 (r476146) +++ head/comms/Makefile Wed Aug 1 03:43:16 2018 (r476147) @@ -134,6 +134,7 @@ SUBDIR += picocom SUBDIR += pr SUBDIR += predict + SUBDIR += py-adafruit-ampy SUBDIR += py-bulksms SUBDIR += py-esptool SUBDIR += py-gammu Added: head/comms/py-adafruit-ampy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/py-adafruit-ampy/Makefile Wed Aug 1 03:43:16 2018 (r476147) @@ -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> Added: head/comms/py-adafruit-ampy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/py-adafruit-ampy/distinfo Wed Aug 1 03:43:16 2018 (r476147) @@ -0,0 +1,3 @@ +TIMESTAMP = 1532874072 +SHA256 (adafruit-ampy-1.0.5.tar.gz) = 1055827874010f48c7dbd3cde4b1d7c6f6732661fad193b188a398e88961fc62 +SIZE (adafruit-ampy-1.0.5.tar.gz) = 13837 Added: head/comms/py-adafruit-ampy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/py-adafruit-ampy/pkg-descr Wed Aug 1 03:43:16 2018 (r476147) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808010343.w713hHSv058155>