19 lines
553 B
Bash
19 lines
553 B
Bash
# Template file for 'python3-ptyprocess'
|
|
pkgname=python3-ptyprocess
|
|
version=0.7.0
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
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=5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|