Date: Monday, September 3, 2018 @ 09:03:47
  Author: arodseth
Revision: 376378

archrelease: copy trunk to community-any

Added:
  pychess/repos/community-any/PKGBUILD
    (from rev 376377, pychess/trunk/PKGBUILD)
Deleted:
  pychess/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 30 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-03 09:03:39 UTC (rev 376377)
+++ PKGBUILD    2018-09-03 09:03:47 UTC (rev 376378)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
-# Contributor: Allan McRae <al...@archlinux.org>
-# Contributor: Alexander Fehr <pizzap...@gmail.com>
-
-pkgname=pychess
-pkgver=0.99.2
-pkgrel=1
-pkgdesc='Chess client'
-arch=('any')
-url='http://pychess.org/'
-license=('GPL')
-depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
-         python-ptyprocess python-psutil python-sqlalchemy)
-makedepends=(git python-pexpect xorg-server-xvfb)
-# commit 6179d56 contains a fix for Python 3.7. 0.99.3 will be out soon.
-source=("git+https://github.com/$pkgname/$pkgname#commit=6179d56";)
-sha256sums=('SKIP')
-
-package() {
-  cd pychess
-
-  xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
-# vim: ts=2 sw=2 et:

Copied: pychess/repos/community-any/PKGBUILD (from rev 376377, 
pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-09-03 09:03:47 UTC (rev 376378)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
+# Contributor: Allan McRae <al...@archlinux.org>
+# Contributor: Alexander Fehr <pizzap...@gmail.com>
+
+pkgname=pychess
+pkgver=0.99.2
+pkgrel=2
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
+         python-ptyprocess python-psutil python-sqlalchemy python-pexpect)
+makedepends=(git python-pexpect xorg-server-xvfb)
+# commit 6179d56 contains a fix for Python 3.7. 0.99.3 will be out soon.
+source=("git+https://github.com/$pkgname/$pkgname#commit=6179d56";)
+sha256sums=('SKIP')
+
+package() {
+  cd pychess
+
+  xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
+
+  # FS#59882
+  find "$pkgdir" -wholename "external/pexpect" -type d -delete
+}
+
+# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim: ts=2 sw=2 et:

Reply via email to