mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
New package: python3-pytest-lazy-fixture-0.6.3
This commit is contained in:
parent
412a5c88fc
commit
c7131b3466
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python3-pytest-lazy-fixture/template
Normal file
15
srcpkgs/python3-pytest-lazy-fixture/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python3-pytest-lazy-fixture'
|
||||
pkgname=python3-pytest-lazy-fixture
|
||||
version=0.6.3
|
||||
revision=1
|
||||
wrksrc=pytest-lazy-fixture-$version
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-pytest"
|
||||
checkdepends="$depends"
|
||||
short_desc="Use your fixtures in @pytest.mark.parametrize"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/tvorog/pytest-lazy-fixture"
|
||||
distfiles="$PYPI_SITE/p/pytest-lazy-fixture/pytest-lazy-fixture-${version}.tar.gz"
|
||||
checksum=0e7d0c7f74ba33e6e80905e9bfd81f9d15ef9a790de97993e34213deb5ad10ac
|
Loading…
Add table
Reference in a new issue