New package: python-subprocess32-3.2.7

This commit is contained in:
Alessio Sergi 2017-02-08 14:42:27 +01:00
parent 68eb2e8418
commit 2c38eb2a9a
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# 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
}