mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
New package: python3-EasyProcess-0.2.10
This commit is contained in:
parent
d171bd9393
commit
64388e9ea8
1 changed files with 25 additions and 0 deletions
25
srcpkgs/python3-EasyProcess/template
Normal file
25
srcpkgs/python3-EasyProcess/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'python3-EasyProcess'
|
||||||
|
pkgname=python3-EasyProcess
|
||||||
|
version=0.2.10
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc=EasyProcess-${version}
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest python3-nose python3-PyVirtualDisplay inetutils
|
||||||
|
xorg-server-xvfb"
|
||||||
|
short_desc="Easy to use python subprocess interface"
|
||||||
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
homepage="https://github.com/ponty/easyprocess"
|
||||||
|
distfiles="${PYPI_SITE}/E/EasyProcess/EasyProcess-${version}.tar.gz"
|
||||||
|
checksum=636b5e30222cde1e881fafc0112b35d516bce41ddee83ecbac656dec9befea1b
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH=$(pwd)/build/lib pytest
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue