20 lines
654 B
Bash
20 lines
654 B
Bash
# Template file for 'python3-pexpect'
|
|
pkgname=python3-pexpect
|
|
version=4.9.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-ptyprocess"
|
|
checkdepends="$depends python3-pytest mdocml zsh"
|
|
short_desc="Spawn child applications and control them"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="ISC"
|
|
homepage="https://pexpect.readthedocs.io/"
|
|
changelog="https://raw.githubusercontent.com/pexpect/pexpect/master/doc/history.rst"
|
|
distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz"
|
|
checksum=ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|