Skip to content

Commit

Permalink
New package: python3-ddt-1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Feb 13, 2022
1 parent 375bbbb commit 7dc5f86
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions srcpkgs/python3-ddt/template
Original file line number Diff line number Diff line change
@@ -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 <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
}

0 comments on commit 7dc5f86

Please sign in to comment.