mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
New package: python3-pytest-forked-1.4.0
This commit is contained in:
parent
d006386c9a
commit
470eb3c9db
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-pytest-forked/template
Normal file
21
srcpkgs/python3-pytest-forked/template
Normal file
|
@ -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…
Add table
Reference in a new issue