23 lines
402 B
TOML
23 lines
402 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-wheel",
|
|
"python-flit-core",
|
|
]
|
|
runtime = [
|
|
"python"
|
|
]
|
|
|
|
[package]
|
|
description = "Run a subprocess in a pseudo terminal"
|
|
homepage = "https://github.com/pexpect/ptyprocess"
|
|
license = "ISC"
|
|
name = "python-ptyprocess"
|
|
version = "0.7.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/pexpect/ptyprocess.git#$version"
|