x11/py-pyvirtualdisplay: create port

PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.

WWW: https://github.com/ponty/pyvirtualdisplay

PR:		219830
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
This commit is contained in:
Steve Wills 2017-07-12 18:40:59 +00:00
parent fe9a0f02b9
commit 0d3bbbbdc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445598
4 changed files with 35 additions and 0 deletions

View File

@ -260,6 +260,7 @@
SUBDIR += printproto
SUBDIR += printscreen
SUBDIR += props
SUBDIR += py-pyvirtualdisplay
SUBDIR += py-qt4-opengl
SUBDIR += py-qt5-opengl
SUBDIR += py-xdot

View File

@ -0,0 +1,28 @@
# $FreeBSD$
PORTNAME= pyvirtualdisplay
PORTVERSION= 0.2.1
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyVirtualDisplay-${PORTVERSION}
MAINTAINER= daniel@blodan.se
COMMENT= Python wrapper for Xvfb, Xephyr and Xvnc
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= xorg-vfbserver>0:x11-servers/xorg-vfbserver \
xauth>0:x11/xauth \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver \
${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog \
${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx \
${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1496819271
SHA256 (PyVirtualDisplay-0.2.1.tar.gz) = 012883851a992f9c53f0dc6a512765a95cf241bdb734af79e6bdfef95c6e9982
SIZE (PyVirtualDisplay-0.2.1.tar.gz) = 30785

View File

@ -0,0 +1,3 @@
PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.
WWW: https://github.com/ponty/pyvirtualdisplay