[arch-commits] Commit in pychess/repos (3 files)

Jelle van der Waa jelle at gemini.archlinux.org
Fri Oct 15 07:09:12 UTC 2021


    Date: Friday, October 15, 2021 @ 07:09:12
  Author: jelle
Revision: 1030241

db-move: moved pychess from [community-staging] to [community-testing] (any)

Added:
  pychess/repos/community-testing-any/
  pychess/repos/community-testing-any/PKGBUILD
    (from rev 1030240, pychess/repos/community-staging-any/PKGBUILD)
Deleted:
  pychess/repos/community-staging-any/

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: pychess/repos/community-testing-any/PKGBUILD (from rev 1030240, pychess/repos/community-staging-any/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-10-15 07:09:12 UTC (rev 1030241)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk at gmail.com>
+
+pkgname=pychess
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Chess client'
+arch=(any)
+url='https://github.com/pychess/pychess'
+license=(GPL)
+depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
+         python-ptyprocess python-psutil python-sqlalchemy1.3 python-pexpect
+         python-websockets)
+# /usr/bin/spike is mistaken for a chess engine
+conflicts=(spike)
+makedepends=(git python-pexpect xorg-server-xvfb)
+source=("git+$url#commit=0faf9eb9fecc7f26bf92b3549bf17ed12e40fc2f") # tag: 1.0.3
+sha256sums=('SKIP')
+
+package() {
+  cd pychess
+
+  # Can only be packaged with X available...
+  xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
+
+  # FS#59882
+  find "$pkgdir" -wholename 'external/pexpect' -type d -delete
+}



More information about the arch-commits mailing list