Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ py3-more-itertools
py3-pep517
py3-six
py3-retrying
py3-idna
py3-contextlib2
py3.11-pip
py3.10-pip
Expand Down
44 changes: 44 additions & 0 deletions py3-idna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
package:
name: py3-idna
version: 3.4
epoch: 0
description: "IDNA 2008 and UTS #46 for Python3"
copyright:
- license: BSD-3-Clause
dependencies:
runtime:
- python3
- py3-asn1

environment:
contents:
packages:
- wolfi-base
- busybox
- ca-certificates-bundle
- build-base
- python3
- py3-setuptools
- py3-gpep517
- py3-flit-core
- py3-installer
- py3-wheel

pipeline:
- uses: fetch
with:
uri: https://github.com/kjd/idna/archive/v${{package.version}}.tar.gz
expected-sha256: afbfa0caebd4872b38ab1af86b37bd4f46d4fccc8d5ce226cb9ee91b91196848

- runs: |
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
python3 -m gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2


- runs: |
python3 -m installer -d "${{targets.destdir}}" dist/idna-${{package.version}}-py3-none-any.whl

- uses: strip

update:
enabled: true
release-monitor:
identifier: 5487