mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
python-pytest-relaxed: broken
This commit is contained in:
parent
e9fbf4e0c8
commit
73746671eb
1 changed files with 5 additions and 4 deletions
|
@ -1,19 +1,20 @@
|
||||||
|
broken="pytest-relaxed currently only works with pytest<3.3"
|
||||||
# Template file for 'python-pytest-relaxed'
|
# Template file for 'python-pytest-relaxed'
|
||||||
pkgname=python-pytest-relaxed
|
pkgname=python-pytest-relaxed
|
||||||
version=1.1.2
|
version=1.1.2
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-//}-${version}"
|
wrksrc="${pkgname/python-//}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pytest_relaxed"
|
pycompile_module="pytest_relaxed"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-decorator python-pytest"
|
depends="python-decorator python-six python-pytest"
|
||||||
short_desc="Relaxed test discovery/organization for pytest2"
|
short_desc="Relaxed test discovery/organization for pytest (Python2)"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/bitprophet/pytest-relaxed"
|
homepage="https://github.com/bitprophet/pytest-relaxed"
|
||||||
distfiles="${PYPI_SITE}/p/pytest-relaxed/pytest-relaxed-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytest-relaxed/pytest-relaxed-${version}.tar.gz"
|
||||||
checksum=9159d01dcca84d0fcb1f9487d38bf32f8927506a6054a363660c964b9afe9832
|
checksum=9159d01dcca84d0fcb1f9487d38bf32f8927506a6054a363660c964b9afe9832
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -22,7 +23,7 @@ post_install() {
|
||||||
python3-pytest-relaxed_package() {
|
python3-pytest-relaxed_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="${depends/python/python3}"
|
depends="${depends/python/python3}"
|
||||||
short_desc="${short_desc/pytest2/pytest3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue