[arch-commits] Commit in pychess/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Jun 20 21:17:12 UTC 2020


    Date: Saturday, June 20, 2020 @ 21:17:11
  Author: arodseth
Revision: 648655

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 21:17:06 UTC (rev 648654)
+++ PKGBUILD	2020-06-20 21:17:11 UTC (rev 648655)
@@ -1,32 +0,0 @@
-# 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.0
-pkgrel=4
-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
-         python-websockets)
-# /usr/bin/spike is mistaken for a chess engine
-conflicts=(spike)
-makedepends=(git python-pexpect xorg-server-xvfb)
-source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver")
-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
-}
-
-# 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 648654, pychess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-20 21:17:11 UTC (rev 648655)
@@ -0,0 +1,32 @@
+# 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.2
+pkgrel=1
+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-sqlalchemy 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=a89889efbeb6f7db9dd70ef7e0b1252de38472a2") # tag: 1.0.2
+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
+}
+
+# getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list