From 64388e9ea86f24856d85e88075ea580adcd258eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 31 Mar 2020 12:14:32 +0700 Subject: [PATCH] New package: python3-EasyProcess-0.2.10 --- srcpkgs/python3-EasyProcess/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/python3-EasyProcess/template diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template new file mode 100644 index 00000000000..db1c8197e84 --- /dev/null +++ b/srcpkgs/python3-EasyProcess/template @@ -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 " +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 +}