mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: python-pytest-fixture-config-1.2.11.
Closes: #11646 [via git-merge-pr]
This commit is contained in:
parent
e9e7aab0cb
commit
7121653c30
2 changed files with 32 additions and 0 deletions
31
srcpkgs/python-pytest-fixture-config/template
Normal file
31
srcpkgs/python-pytest-fixture-config/template
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'python-pytest-fixture-config'
|
||||||
|
pkgname=python-pytest-fixture-config
|
||||||
|
version=1.2.11
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname/python-//}-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="pytest_fixture_config.py"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python-pytest"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
|
short_desc="FIxture configuration utils for py.test (Python2)"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/manahl/pytest-plugins"
|
||||||
|
distfiles="${PYPI_SITE}/p/${pkgname/python-/}/${pkgname/python-/}-${version}.tar.gz"
|
||||||
|
checksum=6d4c064b614e4afbcd93b56d4ca14c44a295370e7843daf69925ff5c0fbe94a0
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 setup.py test
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-pytest-fixture-config_package() {
|
||||||
|
pycompile_module="pytest_fixture_config.py"
|
||||||
|
noarch=yes
|
||||||
|
depends="python3-pytest"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-pytest-fixture-config
Symbolic link
1
srcpkgs/python3-pytest-fixture-config
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pytest-fixture-config
|
Loading…
Add table
Reference in a new issue