#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=python-ptyprocess
pkgver=0.7.0
pkgrel=1gv
source=("https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz")
docs=("authors" "install" "readme.rst" "license")
url=https://github.com/pexpect/ptyprocess

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-ptyprocess (Run a subprocess in a pseudo terminal)"
"Launch a subprocess in a pseudo terminal (pty), and interact with both"
"the process and its pty."
)

build() {
	cd $startdir/src/ptyprocess-$pkgver
	python2 setup.py install --prefix=/usr --root=$startdir/pkg
	python3 setup.py install --prefix=/usr --root=$startdir/pkg
}
