Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions mitmproxy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Generated from https://git.alpinelinux.org/aports/plain/testing/mitmproxy/APKBUILD
package:
name: mitmproxy
version: 9.0.1
epoch: 0
description: Interactive TLS-capable intercepting HTTP proxy
copyright:
- license: MIT

environment:
contents:
packages:
- wolfi-base
- ca-certificates-bundle
- python3
- py3-setuptools
- py3.11-installer
- py3-gpep517
- py3-wheel

pipeline:
- uses: git-checkout
with:
expected-commit: 5205d25a1665b938d70df6752a27a7137d94d114
repository: https://github.com/mitmproxy/mitmproxy
tag: ${{package.version}}

- runs: |
python3 -m gpep517 build-wheel --wheel-dir dist --output-fd 1
python3 -m installer -d "${{targets.destdir}}" dist/mitmproxy-*.whl
find ${{targets.destdir}} -name "*.pyc" -exec rm -rf '{}' +

- uses: strip

update:
github:
identifier: mitmproxy/mitmproxy