New package: python3-ddt-1.4.4
This commit is contained in:
parent
e59b1fa58d
commit
1ce8d5ff6d
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-ddt/template
Normal file
19
srcpkgs/python3-ddt/template
Normal file
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue