pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms comms/py-esptool: Add version 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca5ad6074622
branches:  trunk
changeset: 337823:ca5ad6074622
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Aug 13 11:44:10 2019 +0000

description:
comms/py-esptool: Add version 2.7

This is a program to upload firmware images to ESP8266/ESP32 chips.

diffstat:

 comms/Makefile            |   3 ++-
 comms/py-esptool/DESCR    |   1 +
 comms/py-esptool/Makefile |  26 ++++++++++++++++++++++++++
 comms/py-esptool/PLIST    |  18 ++++++++++++++++++
 comms/py-esptool/distinfo |   6 ++++++
 5 files changed, 53 insertions(+), 1 deletions(-)

diffs (84 lines):

diff -r d275559b61ea -r ca5ad6074622 comms/Makefile
--- a/comms/Makefile    Tue Aug 13 11:09:15 2019 +0000
+++ b/comms/Makefile    Tue Aug 13 11:44:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2018/07/16 21:53:48 joerg Exp $
+# $NetBSD: Makefile,v 1.110 2019/08/13 11:44:10 gdt Exp $
 #
 
 COMMENT=       Communication utilities
@@ -68,6 +68,7 @@
 SUBDIR+=       pilotmgr
 SUBDIR+=       plp
 SUBDIR+=       py-colorama
+SUBDIR+=       py-esptool
 SUBDIR+=       py-gammu
 SUBDIR+=       py-serial
 SUBDIR+=       py-termstyle
diff -r d275559b61ea -r ca5ad6074622 comms/py-esptool/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-esptool/DESCR    Tue Aug 13 11:44:10 2019 +0000
@@ -0,0 +1,1 @@
+This package contains a utility to load firmware into ESP8266 and ESP32 chips.
diff -r d275559b61ea -r ca5ad6074622 comms/py-esptool/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-esptool/Makefile Tue Aug 13 11:44:10 2019 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2019/08/13 11:44:10 gdt Exp $
+
+GITHUB_PROJECT=        esptool
+VERSION=       2.7
+NBVERSION=
+PKGNAME=       ${GITHUB_PROJECT}-${VERSION}${NBVERSION}
+DISTNAME=      v${VERSION}
+CATEGORIES=    comms
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=espressif/}
+DIST_SUBDIR=   ${GITHUB_PROJECT}
+
+MAINTAINER=    gdt%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/espressif/esptool/
+COMMENT=       Firmware tool for ESP8266/ESP32
+LICENSE=       gnu-gpl-v2
+
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
+EGG_INFODIR=   ${PKGNAME_NOREV}-py${PYVERSSUFFIX}.egg-info
+
+USE_LANGUAGES= # none
+
+DEPENDS+=      ${PYPKGPREFIX}-serial>=3.4:../../comms/py-serial
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d275559b61ea -r ca5ad6074622 comms/py-esptool/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-esptool/PLIST    Tue Aug 13 11:44:10 2019 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/13 11:44:10 gdt Exp $
+bin/espefuse.py
+bin/espsecure.py
+bin/esptool.py
+${PYSITELIB}/espefuse.pyo
+${PYSITELIB}/espefuse.pyc
+${PYSITELIB}/espsecure.pyo
+${PYSITELIB}/espsecure.pyc
+${PYSITELIB}/esptool.pyo
+${PYSITELIB}/esptool.pyc
+${PYSITELIB}/espefuse.py
+${PYSITELIB}/espsecure.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/esptool.py
diff -r d275559b61ea -r ca5ad6074622 comms/py-esptool/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/py-esptool/distinfo Tue Aug 13 11:44:10 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/13 11:44:10 gdt Exp $
+
+SHA1 (esptool/v2.7.tar.gz) = ee0e93ce5042bfcd5ad0f79cb26e3b238b7a0123
+RMD160 (esptool/v2.7.tar.gz) = fa4d1bcd753f075c370d4d3c5c16ddcd9e0396e1
+SHA512 (esptool/v2.7.tar.gz) = 3a80c969b3716983ebff683b643acc0272497afd513d6bc60894874fe2ee6ee22f0f6930324a8f14f735a7e5ea10377d7311a2cf05faff46d06f05eaaf417e1c
+Size (esptool/v2.7.tar.gz) = 5396543 bytes



Home | Main Index | Thread Index | Old Index