mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
New package: python3-PyVirtualDisplay-0.2.5
This commit is contained in:
parent
64388e9ea8
commit
3234c7f02d
1 changed files with 23 additions and 0 deletions
23
srcpkgs/python3-PyVirtualDisplay/template
Normal file
23
srcpkgs/python3-PyVirtualDisplay/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'python3-PyVirtualDisplay'
|
||||||
|
pkgname=python3-PyVirtualDisplay
|
||||||
|
version=0.2.5
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc=PyVirtualDisplay-${version}
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-EasyProcess"
|
||||||
|
short_desc="Python wrapper for Xvfb, Xephyr and Xvnc"
|
||||||
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
homepage="https://github.com/ponty/pyvirtualdisplay"
|
||||||
|
distfiles="${PYPI_SITE}/P/PyVirtualDisplay/PyVirtualDisplay-${version}.tar.gz"
|
||||||
|
checksum=5b267c8ffc98fcbd084ba852ab4caef3f22e9362bc5d117e1697e767553eaf41
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
: no test shipped with dist files
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue