|
root / devel / mercurial / package.toml
package.toml TOML 26 lines 645 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Mercurial - distributed source control (CPython application)
# https://www.mercurial-scm.org/

[package]
name = "mercurial"
version = "7.1.2"
release = 1
description = "Mercurial distributed version control system"
url = "https://www.mercurial-scm.org/"
license = "GPL-2.0-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["python"]
build = ["python"]

[[source]]
file = "mercurial-7.1.2.tar.gz"
urls = ["https://www.mercurial-scm.org/release/mercurial-7.1.2.tar.gz"]
checksum = "ce27b9a4767cf2ea496b51468bae512fa6a6eaf0891e49f8961dc694b4dc81ca"
extract = true

[build]
parallel = false