Date: Monday, April 10, 2023 @ 12:25:25
Author: felixonmars
Revision: 1444266
archrelease: copy trunk to community-staging-any
Added:
python-pyvirtualdisplay/repos/community-staging-any/PKGBUILD
(from rev 1444263, python-pyvirtualdisplay/trunk/PKGBUILD)
Deleted:
python-pyvirtualdisplay/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 12:25:25 UTC (rev 1444265)
+++ PKGBUILD 2023-04-10 12:25:25 UTC (rev 1444266)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-_pkg=PyVirtualDisplay
-pkgname=python-${_pkg,,}
-pkgver=3.0
-pkgrel=2
-pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
-arch=(any)
-url="https://github.com/ponty/PyVirtualDisplay"
-license=(BSD)
-depends=(python)
-makedepends=(python-setuptools)
-checkdepends=(
- python-pytest python-pytest-xdist
- python-pyscreenshot python-pillow python-easyprocess
- python-entrypoint2 python-path.py python-psutil
- xorg-server-xvfb xorg-server-xephyr
- xorg-xmessage xorg-xdpyinfo scrot vncdotool
-)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('09755bc3ceb6eb725fb07eca5425f43f2358d3bf08e00d2a9b792a1aedd16159')
-
-build() {
- cd ${_pkg}-${pkgver}
- python setup.py build
-}
-
-check() {
- cd ${_pkg}-${pkgver}
- PYTHONPATH="${PWD}"/build/lib pytest -vv --color=yes tests
-}
-
-package() {
- cd ${_pkg}-${pkgver}
- python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build
--optimize=1
- install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
Copied: python-pyvirtualdisplay/repos/community-staging-any/PKGBUILD (from rev
1444263, python-pyvirtualdisplay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 12:25:25 UTC (rev 1444266)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+_pkg=PyVirtualDisplay
+pkgname=python-${_pkg,,}
+pkgver=3.0
+pkgrel=3
+pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
+arch=(any)
+url="https://github.com/ponty/PyVirtualDisplay"
+license=(BSD)
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(
+ python-pytest python-pytest-xdist
+ python-pyscreenshot python-pillow python-easyprocess
+ python-entrypoint2 python-path.py python-psutil
+ xorg-server-xvfb xorg-server-xephyr
+ xorg-xmessage xorg-xdpyinfo scrot vncdotool
+)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('09755bc3ceb6eb725fb07eca5425f43f2358d3bf08e00d2a9b792a1aedd16159')
+
+build() {
+ cd ${_pkg}-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd ${_pkg}-${pkgver}
+ PYTHONPATH="${PWD}"/build/lib pytest -vv --color=yes tests
+}
+
+package() {
+ cd ${_pkg}-${pkgver}
+ python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build
--optimize=1
+ install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}