19 lines
554 B
Bash
19 lines
554 B
Bash
# Template file for 'python3-ptyprocess'
|
|
pkgname=python3-ptyprocess
|
|
version=0.6.0
|
|
revision=4
|
|
wrksrc="ptyprocess-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Run a subprocess in a pseudo terminal (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="https://github.com/pexpect/ptyprocess"
|
|
distfiles="${PYPI_SITE}/p/ptyprocess/ptyprocess-${version}.tar.gz"
|
|
checksum=923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|