pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms
Module Name: pkgsrc
Committed By: gdt
Date: Tue Aug 13 11:44:10 UTC 2019
Modified Files:
pkgsrc/comms: Makefile
Added Files:
pkgsrc/comms/py-esptool: DESCR Makefile PLIST distinfo
Log Message:
comms/py-esptool: Add version 2.7
This is a program to upload firmware images to ESP8266/ESP32 chips.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/comms/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/py-esptool/DESCR \
pkgsrc/comms/py-esptool/Makefile pkgsrc/comms/py-esptool/PLIST \
pkgsrc/comms/py-esptool/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/Makefile
diff -u pkgsrc/comms/Makefile:1.109 pkgsrc/comms/Makefile:1.110
--- pkgsrc/comms/Makefile:1.109 Mon Jul 16 21:53:48 2018
+++ pkgsrc/comms/Makefile Tue Aug 13 11:44:10 2019
@@ -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+= pilot-link-libs
SUBDIR+= pilotmgr
SUBDIR+= plp
SUBDIR+= py-colorama
+SUBDIR+= py-esptool
SUBDIR+= py-gammu
SUBDIR+= py-serial
SUBDIR+= py-termstyle
Added files:
Index: pkgsrc/comms/py-esptool/DESCR
diff -u /dev/null pkgsrc/comms/py-esptool/DESCR:1.1
--- /dev/null Tue Aug 13 11:44:10 2019
+++ pkgsrc/comms/py-esptool/DESCR Tue Aug 13 11:44:10 2019
@@ -0,0 +1 @@
+This package contains a utility to load firmware into ESP8266 and ESP32 chips.
Index: pkgsrc/comms/py-esptool/Makefile
diff -u /dev/null pkgsrc/comms/py-esptool/Makefile:1.1
--- /dev/null Tue Aug 13 11:44:10 2019
+++ pkgsrc/comms/py-esptool/Makefile Tue Aug 13 11:44:10 2019
@@ -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"
Index: pkgsrc/comms/py-esptool/PLIST
diff -u /dev/null pkgsrc/comms/py-esptool/PLIST:1.1
--- /dev/null Tue Aug 13 11:44:10 2019
+++ pkgsrc/comms/py-esptool/PLIST Tue Aug 13 11:44:10 2019
@@ -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
Index: pkgsrc/comms/py-esptool/distinfo
diff -u /dev/null pkgsrc/comms/py-esptool/distinfo:1.1
--- /dev/null Tue Aug 13 11:44:10 2019
+++ pkgsrc/comms/py-esptool/distinfo Tue Aug 13 11:44:10 2019
@@ -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