diff --git a/srcpkgs/python3-ddt/template b/srcpkgs/python3-ddt/template new file mode 100644 index 0000000000..7b72f87430 --- /dev/null +++ b/srcpkgs/python3-ddt/template @@ -0,0 +1,19 @@ +# 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 " +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 +}