22 lines
514 B
TOML
22 lines
514 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Alternative python regular expression module."
|
|
homepage = "https://github.com/mrabarnett/mrab-regex"
|
|
license = "Apache-2.0"
|
|
name = "python-regex"
|
|
version = "2026.2.28"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "d3892236fca922a9143d9165020ee5d42eb31327e7c008c1b5b8b0802c30c922"
|
|
url = "https://github.com/mrabarnett/mrab-regex/archive/refs/tags/$version.tar.gz"
|