Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user