diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template new file mode 100644 index 00000000000..c19cddb0834 --- /dev/null +++ b/srcpkgs/python3-subunit/template @@ -0,0 +1,20 @@ +# Template file for 'python3-subunit' +pkgname=python3-subunit +version=1.3.0 +revision=1 +archs=noarch +wrksrc=subunit-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-testtools" +checkdepends="python3-hypothesis python3-testscenarios python3-fixtures" +short_desc="Subunit test reporting and controlling protocol" +maintainer="Alex Childs " +license="BSD-3-Clause, Apache-2.0" +homepage="https://github.com/testing-cabal/subunit" +distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz" +checksum=b2eafcf81c34c6eeb9d73abf1134df3d3233d87ea6f7efa5063e1e204d26ee25 + +post_install() { + vlicense BSD +}