Skip to content
Merged
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 @@ -99,6 +99,7 @@ py3-contextlib2
py3.11-pip
py3.10-pip
py3-docutils
py3-charset-normalizer
py3-pygments
py3-magic
py3-babel
Expand Down
40 changes: 40 additions & 0 deletions py3-charset-normalizer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
package:
name: py3-charset-normalizer
version: 3.1.0
epoch: 0
description: "offers you an alternative to Universal Charset Encoding Detector, also known as Chardet"
copyright:
- license: Apache-2.0
dependencies:
runtime:
- python3

environment:
contents:
packages:
- wolfi-base
- busybox
- ca-certificates-bundle
- build-base
- python3
- py3-setuptools

pipeline:
- uses: fetch
with:
uri: https://files.pythonhosted.org/packages/source/c/charset-normalizer/charset-normalizer-${{package.version}}.tar.gz
expected-sha256: 34e0a2f9c370eb95597aae63bf85eb5e96826d81e3dcf88b8886012906f509b5

- runs: |
sed -i '/cov-report/d' setup.cfg
python3 setup.py build

- runs: |
python3 setup.py install --prefix=/usr --root="${{targets.destdir}}"

- uses: strip

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