[arch-commits] Commit in python-pyvirtualdisplay/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Jul 28 00:40:56 UTC 2020


    Date: Tuesday, July 28, 2020 @ 00:40:55
  Author: archange
Revision: 665570

upgpkg: python-pyvirtualdisplay 1.3.2-1

Modified:
  python-pyvirtualdisplay/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-28 00:16:21 UTC (rev 665569)
+++ PKGBUILD	2020-07-28 00:40:55 UTC (rev 665570)
@@ -2,7 +2,7 @@
 
 _pkg=PyVirtualDisplay
 pkgname=python-${_pkg,,}
-pkgver=0.2.5
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
 arch=(any)
@@ -11,14 +11,13 @@
 depends=(python-easyprocess)
 makedepends=(python-setuptools)
 checkdepends=(
-    python-pytest python-nose python-pyscreenshot python-pillow
+    python-pytest python-pyscreenshot python-pillow
     python-entrypoint2 python-path.py xorg-server-xvfb xorg-server-xephyr
     xorg-xmessage xorg-xdpyinfo scrot
 )
-#PyPi tarball does not have tests https://github.com/ponty/PyVirtualDisplay/pull/45
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('30c13528871d032aec9c09b3a84452cb1d4f0dfc00a8f981df8bfa011b96e073')
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3fa85a6e490e45eab64e6be19841e0ab15ec8054c97f162079a061da6a93eba0')
 
 build() {
   cd ${_pkg}-${pkgver}



More information about the arch-commits mailing list