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
18 changes: 9 additions & 9 deletions py3-tomli.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-tomli
version: 2.0.1
epoch: 6
epoch: 7
description: "TOML parser"
copyright:
- license: MIT
Expand All @@ -15,26 +15,26 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- py3-pip
- py3-installer
- python3
- wolfi-base

pipeline:
- uses: git-checkout
- uses: fetch
with:
repository: https://github.com/hukkin/tomli.git
tag: ${{package.version}}
expected-commit: 36ef51d6a5a55e0eca077b58695390d041061bd4
uri: https://files.pythonhosted.org/packages/py3/t/tomli/tomli-${{package.version}}-py3-none-any.whl
expected-sha256: 939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc
extract: false

- runs: |
pip install --prefix=/usr --root="${{targets.contextdir}}" .
python3 -m installer -d "${{targets.destdir}}" tomli-${{package.version}}-py3-none-any.whl

- uses: strip

update:
enabled: true
github:
identifier: hukkin/tomli
release-monitor:
identifier: 207408

test:
pipeline:
Expand Down