19 lines
558 B
Bash
19 lines
558 B
Bash
# Template file for 'python3-ddt'
|
|
pkgname=python3-ddt
|
|
version=1.6.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-six python3-yaml"
|
|
short_desc="Data driven tests for pytest"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://ddt.readthedocs.io/"
|
|
distfiles="https://github.com/datadriventests/ddt/archive/refs/tags/${version}.tar.gz"
|
|
checksum=558fc05874a085e0ed4a84789f654e9f05053cfe39a4338141fe357f79b5612d
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|