20 lines
602 B
Bash
20 lines
602 B
Bash
# Template file for 'python3-ddt'
|
|
pkgname=python3-ddt
|
|
version=1.4.4
|
|
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=658c994827f84acc1b67f0d882960724328459078d4a3fdd4737c642fe0ea090
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|