23 lines
495 B
TOML
23 lines
495 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = ["python-setuptools"]
|
|
runtime = ["python"]
|
|
test = [
|
|
"python-pytest",
|
|
"tk",
|
|
]
|
|
|
|
[package]
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
homepage = "https://pypi.python.org/pypi/six/"
|
|
license = "MIT"
|
|
name = "python-six"
|
|
version = "1.17.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "32f3ae8f39a23ff9458d84c90e00cf042e5432ccb61c8991a5e437e7eacd83c6"
|
|
url = "https://github.com/benjaminp/six/archive/refs/tags/$version.tar.gz"
|