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
12 changes: 8 additions & 4 deletions mercurial.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package:
name: mercurial
version: 6.4
version: 6.4.1
epoch: 0
description: "Scalable distributed SCM tool"
copyright:
- license: GPL-2.0-or-later
dependencies:
runtime:
- python3

environment:
contents:
packages:
Expand All @@ -23,16 +24,18 @@ environment:
- zlib-dev
- py3-flit-core
- build-base

pipeline:
- uses: fetch
with:
uri: https://www.mercurial-scm.org/release/mercurial-${{package.version}}.tar.gz
expected-sha256: e88bfbcb9911e76904a31b972e57f86da8e6ce5892b98c39dd51d3b9599c1347
expected-sha256: 05b059a0cc7f4e72619be573e7acae9d4d79614d47203d2078d2170ac047f0ae

- runs: |
python3 -m gpep517 build-wheel \
--wheel-dir dist \
--output-fd 3 3>&1 >&2

python3 -m installer -d "${{targets.destdir}}" \
dist/*.whl

Expand All @@ -42,6 +45,7 @@ pipeline:
install -Dm644 "$man" \
"${{targets.destdir}}"/usr/share/man/man${man##*.}/${man##*/}
done

- uses: strip

subpackages:
Expand All @@ -53,4 +57,4 @@ subpackages:
update:
enabled: true
release-monitor:
identifier: 1969
identifier: 1969