New package: python3-pytest-forked-1.4.0
This commit is contained in:
parent
d006386c9a
commit
470eb3c9db
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-pytest-forked'
|
||||
pkgname=python3-pytest-forked
|
||||
version=1.4.0
|
||||
revision=1
|
||||
wrksrc="${pkgname#python3-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-setuptools_scm"
|
||||
depends="python3-pytest"
|
||||
short_desc="Run pytest tests in a forked subprocess"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pytest-dev/pytest-forked"
|
||||
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-forked/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/p/pytest-forked/pytest-forked-${version}.tar.gz"
|
||||
checksum=8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422d7440e
|
||||
# tests only work inside tox
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue