Files
2026-03-21 12:43:00 -05:00

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"