python-pytest-relaxed: update to 1.1.2.
Closes #13543. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
6bf13771b6
commit
6510821d8a
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python-pytest-relaxed'
|
||||
pkgname=python-pytest-relaxed
|
||||
version=1.1.0
|
||||
version=1.1.2
|
||||
revision=1
|
||||
wrksrc="${pkgname/python-//}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pytest_relaxed"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-pytest python-six python-decorator"
|
||||
depends="python-decorator python-pytest"
|
||||
short_desc="Relaxed test discovery/organization for pytest2"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="2-Clause-BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/bitprophet/pytest-relaxed"
|
||||
distfiles="${PYPI_SITE}/p/pytest-relaxed/pytest-relaxed-${version}.tar.gz"
|
||||
checksum=7925841b81cd6f1749b9a25e47eb4416706746df695363638b9bdebfc8b220c6
|
||||
checksum=9159d01dcca84d0fcb1f9487d38bf32f8927506a6054a363660c964b9afe9832
|
||||
noarch=yes
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue