[arch-commits] Commit in python-pyvirtualdisplay/repos/community-any (2 files)

Bruno Pagani archange at archlinux.org
Tue Mar 16 06:22:57 UTC 2021


    Date: Tuesday, March 16, 2021 @ 06:22:57
  Author: archange
Revision: 891734

archrelease: copy trunk to community-any

Added:
  python-pyvirtualdisplay/repos/community-any/PKGBUILD
    (from rev 891733, python-pyvirtualdisplay/trunk/PKGBUILD)
Deleted:
  python-pyvirtualdisplay/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 06:22:32 UTC (rev 891733)
+++ PKGBUILD	2021-03-16 06:22:57 UTC (rev 891734)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=PyVirtualDisplay
-pkgname=python-${_pkg,,}
-pkgver=2.0
-pkgrel=1
-pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
-arch=(any)
-url="https://github.com/ponty/PyVirtualDisplay"
-license=(BSD)
-depends=(python-easyprocess)
-makedepends=(python-setuptools)
-checkdepends=(
-    python-pytest python-pytest-xdist
-    python-pyscreenshot python-pillow
-    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=('3cdacd70970a74d163a2417d8581f43a56bb1ac8d31c71a1a6a4348969062d65')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  PYTHONPATH="${PWD}/build/lib" pytest 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-any/PKGBUILD (from rev 891733, python-pyvirtualdisplay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-16 06:22:57 UTC (rev 891734)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=PyVirtualDisplay
+pkgname=python-${_pkg,,}
+pkgver=2.1
+pkgrel=1
+pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
+arch=(any)
+url="https://github.com/ponty/PyVirtualDisplay"
+license=(BSD)
+depends=(python-easyprocess)
+makedepends=(python-setuptools)
+checkdepends=(
+    python-pytest python-pytest-xdist
+    python-pyscreenshot python-pillow
+    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=('9d4c6957ec2c4753b5293fb6a60a90d7c27fc01bc5de9b5aa863f7c1e3fb4efc')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  PYTHONPATH="${PWD}/build/lib" pytest 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}
+}



More information about the arch-commits mailing list