makedepends=(python-build python-flit-core python-installer python-packaging python-wheel)
run=(python)

description="Run a subprocess in a pseudo terminal"
url="https://github.com/pexpect/ptyprocess"

packager="Great-OS Team"
maintainer="Great-OS Team"

name="python-ptyprocess"
version=0.7.0
release=1

PKGMK_KEEP_SOURCES='no'
source=(https://github.com/pexpect/ptyprocess/archive/refs/tags/${version}.tar.gz)

build() { 
  cd ${name#python-}-$version
  python3 -m build --wheel --no-isolation
  python3 -m installer --destdir="$PKG" dist/*.whl
}
