Browse Source
python/esptool: New maintainer. Add dep on python3-intelHex.
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/285/head
Christoph Willing
8 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
4 deletions
-
python/esptool/esptool.SlackBuild
-
python/esptool/esptool.info
|
|
@ -4,6 +4,7 @@ |
|
|
|
|
|
|
|
# Written by Tim Dickson dickson.tim@googlemail.com |
|
|
|
# Copyright (c) 2020/2024 Tim Dickson, Scotland |
|
|
|
# Copyright (c) 2025 Christoph Willing Sydney, Australia |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -37,7 +38,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=esptool |
|
|
|
VERSION=${VERSION:-4.8.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/5c/6b/3ce9bb7f36bdef3d6ae71646 |
|
|
|
MD5SUM="c7d41d4c89ffa0fa0a9d490439358b27" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="pyserial ecdsa python-bitstring reedsolo" |
|
|
|
MAINTAINER="Tim Dickson" |
|
|
|
EMAIL="dickson.tim@googlemail.com" |
|
|
|
REQUIRES="ecdsa pyserial python-bitstring python3-intelHex reedsolo" |
|
|
|
MAINTAINER="Christoph Willing" |
|
|
|
EMAIL="chris.willing@linux.com" |