python3-pytest-xvfb: update to 2.0.0.
This commit is contained in:
parent
35ac2b44e4
commit
87d86a92ea
1 changed files with 10 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pytest-xvfb'
|
||||
pkgname=python3-pytest-xvfb
|
||||
version=1.2.0
|
||||
version=2.0.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc=pytest-xvfb-${version}
|
||||
|
@ -12,8 +12,15 @@ short_desc="Pytest plugin to run Xvfb for tests"
|
|||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/The-Compiler/pytest-xvfb"
|
||||
distfiles="${PYPI_SITE}/p/pytest-xvfb/pytest-xvfb-${version}.tar.gz"
|
||||
checksum=a7544ca8d0c7c40db4b40d7a417a7b071c68d6ef6bdf9700872d7a167302f979
|
||||
distfiles="${PYPI_SITE}/p/pytest-xvfb/pytest-xvfb-${version}.tar.gz
|
||||
https://raw.githubusercontent.com/The-Compiler/pytest-xvfb/1547abc56ce7e2858ec14a188a7888d21e02aaa8/LICENSE"
|
||||
checksum="c4ba642de05499940db7f65ee111621939be513e3e75c3da9156b7235e2ed8cf
|
||||
8ec59e555baa977451b5c15d5d2e528128b076832b4a3989386347596b239a0f"
|
||||
skip_extraction="LICENSE"
|
||||
|
||||
post_extract() {
|
||||
cp "$XBPS_SRCDISTDIR/$pkgname-$version/LICENSE" .
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue