void-packages/srcpkgs/python3-ddt/template

20 lines
602 B
Bash

# Template file for 'python3-ddt'
pkgname=python3-ddt
version=1.5.0
revision=1
wrksrc=ddt-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest python3-six python3-yaml"
short_desc="Data driven tests for pytest"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://ddt.readthedocs.io/"
distfiles="https://github.com/datadriventests/ddt/archive/refs/tags/${version}.tar.gz"
checksum=5ba3bad9966b832931c03fa73cf8670e886166c3684354f8826636d2961767f9
post_install() {
vlicense LICENSE.md
}