23 lines
616 B
TOML
23 lines
616 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-hatchling",
|
|
"python-wheel",
|
|
]
|
|
optional = ["python-regex"]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Wrapper around re or regex that adds additional back references"
|
|
homepage = "https://github.com/facelessuser/backrefs"
|
|
license = "MIT"
|
|
name = "python-backrefs"
|
|
version = "6.2"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "b2:721b4b8ce9271e092b2ac77d4577eb24c198ac5d808568a27372ae82698b5be8a018ada5e073dc203f83f1b00f88958259984fdf7c8cdf83e150bb50feb78483"
|
|
url = "https://github.com/facelessuser/backrefs/archive/refs/tags/$version.tar.gz"
|