New package: python3-subunit-1.3.0
This commit is contained in:
parent
ef54a8f129
commit
df408e01d2
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-subunit/template
Normal file
20
srcpkgs/python3-subunit/template
Normal file
|
@ -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 <misuchiru03+void@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue