From 6baf048735f057d34ad96e341607d8d95a65d0bd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 8 Feb 2021 11:33:57 -0500 Subject: [PATCH] New package: python3-pytest-subtests-0.4.0 --- srcpkgs/python3-pytest-subtests/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-pytest-subtests/template diff --git a/srcpkgs/python3-pytest-subtests/template b/srcpkgs/python3-pytest-subtests/template new file mode 100644 index 00000000000..078df4a28ef --- /dev/null +++ b/srcpkgs/python3-pytest-subtests/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pytest-subtests' +pkgname=python3-pytest-subtests +version=0.4.0 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools_scm" +depends="python3-pytest" +checkdepends="$depends" +short_desc="Subtest fixture for python3-pytest" +maintainer="Andrew J. Hesford " +license="MIT" +homepage="https://github.com/pytest-dev/pytest-subtests" +distfiles="${PYPI_SITE}/p/pytest-subtests/pytest-subtests-${version}.tar.gz" +checksum=8d9e2c1d1dce11f7b7d2c9d09202ebfc7757b7ff0cac9b72ad328edfe7ee037b + +post_install() { + vlicense LICENSE +}