From 17a1266c3eae266603ad1fa508b7263e57da341d Mon Sep 17 00:00:00 2001 From: Arda Demir Date: Thu, 5 Aug 2021 11:04:42 +0300 Subject: [PATCH] New package: python3-ddt-1.4.2 --- srcpkgs/python3-ddt/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-ddt/template diff --git a/srcpkgs/python3-ddt/template b/srcpkgs/python3-ddt/template new file mode 100644 index 000000000000..298d42e139d8 --- /dev/null +++ b/srcpkgs/python3-ddt/template @@ -0,0 +1,18 @@ +# Template file for 'python3-ddt' +pkgname=python3-ddt +version=1.4.2 +revision=1 +wrksrc="ddt-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +checkdepends="python3-pytest python3-six python3-yaml" +short_desc="Data-Driven Tests for Python Unittest" +maintainer="Arda Demir " +license="MIT" +homepage="https://github.com/datadriventests/ddt" +distfiles="https://github.com/datadriventests/ddt/archive/refs/tags/${version}.tar.gz" +checksum=0d2ae2e87af2ad4e20e498a522f9cb62a4f6630921b694066af156650d2ae4ce + +post_install() { + vlicense LICENSE.md +}