void-packages/srcpkgs/python-subprocess32/template
2017-02-08 14:47:04 +01:00

20 lines
607 B
Bash

# Template file for 'python-subprocess32'
pkgname=python-subprocess32
version=3.2.7
revision=1
wrksrc="subprocess32-${version}"
build_style=python2-module
pycompile_module="subprocess32.py"
hostmakedepends="python-devel"
makedepends="python-devel"
short_desc="Backport of subprocess module from Python 3.2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/google/python-subprocess32"
license="PSF"
distfiles="${PYPI_SITE}/s/subprocess32/subprocess32-${version}.tar.gz"
checksum=1e450a4a4c53bf197ad6402c564b9f7a53539385918ef8f12bdf430a61036590
post_install() {
vlicense LICENSE
}