diff --git a/packages.txt b/packages.txt index 7b970859490..9e8609ad350 100644 --- a/packages.txt +++ b/packages.txt @@ -95,6 +95,7 @@ py3-more-itertools py3-pep517 py3-six py3-retrying +py3-idna py3-contextlib2 py3.11-pip py3.10-pip diff --git a/py3-idna.yaml b/py3-idna.yaml new file mode 100644 index 00000000000..6d36391dace --- /dev/null +++ b/py3-idna.yaml @@ -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 + + - runs: | + python3 -m installer -d "${{targets.destdir}}" dist/idna-${{package.version}}-py3-none-any.whl + + - uses: strip + +update: + enabled: true + release-monitor: + identifier: 5487