Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
quietsy
aports
Commits
f30f1288
Commit
f30f1288
authored
3 years ago
by
prspkt
Committed by
Michał Polański
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/esptool: upgrade to 3.2
parent
e465d18c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/esptool/APKBUILD
+6
-9
6 additions, 9 deletions
testing/esptool/APKBUILD
testing/esptool/remove-py-wheel-requirement.patch
+14
-0
14 additions, 0 deletions
testing/esptool/remove-py-wheel-requirement.patch
with
20 additions
and
9 deletions
testing/esptool/APKBUILD
+
6
−
9
View file @
f30f1288
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer:
pkgname
=
esptool
pkgver
=
3.
1
pkgrel
=
2
pkgver
=
3.
2
pkgrel
=
0
pkgdesc
=
"ESP8266 and ESP32 serial bootloader utility"
options
=
"!check"
# tests require older version of pycodestyle
url
=
"https://github.com/espressif/esptool"
...
...
@@ -11,12 +11,8 @@ license="GPL-2.0-or-later"
depends
=
"python3 py3-pyserial py3-ecdsa py3-pyaes"
makedepends
=
"py3-setuptools"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/espressif/esptool/archive/v
$pkgver
.tar.gz"
prepare
()
{
default_prepare
sed
"/
\[
'wheel'
\]
/d"
-i
setup.py
}
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/espressif/esptool/archive/v
$pkgver
.tar.gz
remove-py-wheel-requirement.patch"
build
()
{
python3 setup.py build
...
...
@@ -31,5 +27,6 @@ package() {
}
sha512sums
=
"
5edaaa376932acc9e7ba717fe931ec1e14b80d1eee415fcef4c69b30b375cd61887ac52a20dd1001d215b8d739019d6b9f624d294d8d76ff112e630d52f7f15b esptool-3.1.tar.gz
5e67b3a17190e051d7706ee2dbbe855488765a7bfed15b15f5a04022c3fbf19112905ba6a672c37b1bac5501d45d477cfff07c004cd83b2d1a111430992cefc1 esptool-3.2.tar.gz
3474afb4b455c93d705334ea81450b21f2ff29858d266a9a4c157857cc7cc35ef7e8fe36758b64679f93d02b3d6647c32b36926051f2b8afa7dfeb0de82b3c4a remove-py-wheel-requirement.patch
"
This diff is collapsed.
Click to expand it.
testing/esptool/remove-py-wheel-requirement.patch
0 → 100644
+
14
−
0
View file @
f30f1288
--- a/setup.py
+++ b/setup.py
@@ -110,11 +110,6 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
- setup_requires=(
- ['wheel']
- if 'bdist_wheel' in sys.argv and sys.version_info[0:2] not in [(3, 4), (3, 5)] else
- []
- ),
extras_require={
"dev": [
'flake8>=3.2.0',
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment