23 lines
550 B
TOML
23 lines
550 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
"git",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "A library implementing the SemVer scheme"
|
|
homepage = "https://github.com/rbarrois/python-semanticversion"
|
|
license = "BSD-2-Clause"
|
|
name = "python-semantic-version"
|
|
version = "2.10.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "e234480908f633d2d80fdd97e87699135b2ed2fc9876b7f41d1d4a2d3262a0c4"
|
|
url = "https://github.com/rbarrois/python-semanticversion/archive/refs/tags/$version.tar.gz"
|