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

2020-06-20 Thread Alexander Rødseth via arch-commits
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
===
--- PKGBUILD2020-06-20 21:17:06 UTC (rev 648654)
+++ PKGBUILD2020-06-20 21:17:11 UTC (rev 648655)
@@ -1,32 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-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)
+++ PKGBUILD2020-06-20 21:17:11 UTC (rev 648655)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+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:


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

2019-07-29 Thread Alexander Rødseth via arch-commits
Date: Monday, July 29, 2019 @ 08:52:02
  Author: arodseth
Revision: 494482

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-29 08:51:57 UTC (rev 494481)
+++ PKGBUILD2019-07-29 08:52:02 UTC (rev 494482)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=1.0.0
-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)
-# /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
-
-  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 494481, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-29 08:52:02 UTC (rev 494482)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=1.0.0
+pkgrel=3
+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:


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

2019-06-08 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 8, 2019 @ 18:47:51
  Author: arodseth
Revision: 478351

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-08 18:47:44 UTC (rev 478350)
+++ PKGBUILD2019-06-08 18:47:51 UTC (rev 478351)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=1.0.0
-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 python-pexpect)
-# /usr/bin/fire and /usr/bin/spike are/were mistaken for chess engines
-conflicts=(mesa-demos spike)
-makedepends=(git python-pexpect xorg-server-xvfb)
-source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver";)
-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:

Copied: pychess/repos/community-any/PKGBUILD (from rev 478350, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-08 18:47:51 UTC (rev 478351)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=1.0.0
+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)
+# /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
+
+  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:


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

2019-05-31 Thread Alexander Rødseth via arch-commits
Date: Friday, May 31, 2019 @ 18:49:20
  Author: arodseth
Revision: 476087

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   61 ++---
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-31 18:48:39 UTC (rev 476086)
+++ PKGBUILD2019-05-31 18:49:20 UTC (rev 476087)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=1.0.0
-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 python-pexpect)
-# /usr/bin/fire and /usr/bin/gringo are mistaken for chess engines,
-# and launched when starting pychess...
-conflicts=(mesa-demos)
-makedepends=(git python-pexpect xorg-server-xvfb)
-source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver";)
-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:

Copied: pychess/repos/community-any/PKGBUILD (from rev 476086, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-31 18:49:20 UTC (rev 476087)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=1.0.0
+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 python-pexpect)
+# /usr/bin/fire and /usr/bin/spike are/were mistaken for chess engines
+conflicts=(mesa-demos spike)
+makedepends=(git python-pexpect xorg-server-xvfb)
+source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver";)
+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:


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

2019-05-31 Thread Alexander Rødseth via arch-commits
Date: Friday, May 31, 2019 @ 13:09:47
  Author: arodseth
Revision: 475930

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   61 +++--
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-31 13:09:42 UTC (rev 475929)
+++ PKGBUILD2019-05-31 13:09:47 UTC (rev 475930)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.99.4
-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' 
'python-pexpect')
-# /usr/bin/fire and /usr/bin/gringo are mistaken for chess engines...
-conflicts=('mesa-demos' 'clingo')
-makedepends=('git' 'python-pexpect' 'xorg-server-xvfb')
-source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver";)
-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:

Copied: pychess/repos/community-any/PKGBUILD (from rev 475929, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-31 13:09:47 UTC (rev 475930)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=1.0.0
+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 python-pexpect)
+# /usr/bin/fire and /usr/bin/gringo are mistaken for chess engines,
+# and launched when starting pychess...
+conflicts=(mesa-demos)
+makedepends=(git python-pexpect xorg-server-xvfb)
+source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver";)
+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:


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

2018-12-27 Thread Alexander Rødseth via arch-commits
Date: Friday, December 28, 2018 @ 00:01:55
  Author: arodseth
Revision: 418585

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-28 00:01:39 UTC (rev 418584)
+++ PKGBUILD2018-12-28 00:01:55 UTC (rev 418585)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.99.3
-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' 
'python-pexpect')
-# /usr/bin/fire and /usr/bin/gringo are mistaken for chess engines...
-conflicts=('mesa-demos' 'clingo')
-makedepends=('git' 'python-pexpect' 'xorg-server-xvfb')
-source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver";)
-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:

Copied: pychess/repos/community-any/PKGBUILD (from rev 418584, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-28 00:01:55 UTC (rev 418585)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.99.4
+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' 
'python-pexpect')
+# /usr/bin/fire and /usr/bin/gringo are mistaken for chess engines...
+conflicts=('mesa-demos' 'clingo')
+makedepends=('git' 'python-pexpect' 'xorg-server-xvfb')
+source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver";)
+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:


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

2018-10-16 Thread Alexander Rødseth via arch-commits
Date: Tuesday, October 16, 2018 @ 19:58:23
  Author: arodseth
Revision: 394834

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-16 19:58:11 UTC (rev 394833)
+++ PKGBUILD2018-10-16 19:58:23 UTC (rev 394834)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-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:

Copied: pychess/repos/community-any/PKGBUILD (from rev 394833, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-16 19:58:23 UTC (rev 394834)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.99.3
+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' 
'python-pexpect')
+# /usr/bin/fire and /usr/bin/gringo are mistaken for chess engines...
+conflicts=('mesa-demos' 'clingo')
+makedepends=('git' 'python-pexpect' 'xorg-server-xvfb')
+source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver";)
+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:


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

2018-09-03 Thread Alexander Rødseth via arch-commits
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
===
--- PKGBUILD2018-09-03 09:03:39 UTC (rev 376377)
+++ PKGBUILD2018-09-03 09:03:47 UTC (rev 376378)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-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)
+++ PKGBUILD2018-09-03 09:03:47 UTC (rev 376378)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+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:


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

2018-08-14 Thread Alexander Rødseth via arch-commits
Date: Tuesday, August 14, 2018 @ 13:35:28
  Author: arodseth
Revision: 371516

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   52 +++-
 1 file changed, 27 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-14 13:35:20 UTC (rev 371515)
+++ PKGBUILD2018-08-14 13:35:28 UTC (rev 371516)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-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')
-source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('dff0808a20e5120ff1f293452d6f7b1e9898920ae0a4498a97c3dcea0c5b1b60')
-
-package() {
-  cd "pychess-$pkgver"
-
-  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 371515, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-14 13:35:28 UTC (rev 371516)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+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:


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

2018-08-13 Thread Alexander Rødseth via arch-commits
Date: Monday, August 13, 2018 @ 22:25:36
  Author: arodseth
Revision: 371337

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-13 22:25:23 UTC (rev 371336)
+++ PKGBUILD2018-08-13 22:25:36 UTC (rev 371337)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.99.1
-pkgrel=3
-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')
-source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('2f972d479072b28f4f3bdb144b8691bb39c8fd33291fed62c5f97cca7fbc4bdf')
-
-package() {
-  cd "pychess-$pkgver"
-
-  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 371336, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-13 22:25:36 UTC (rev 371337)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+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')
+source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('dff0808a20e5120ff1f293452d6f7b1e9898920ae0a4498a97c3dcea0c5b1b60')
+
+package() {
+  cd "pychess-$pkgver"
+
+  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:


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

2018-04-09 Thread Alexander Rødseth via arch-commits
Date: Monday, April 9, 2018 @ 13:00:58
  Author: arodseth
Revision: 315429

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   49 +
 1 file changed, 25 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-09 13:00:47 UTC (rev 315428)
+++ PKGBUILD2018-04-09 13:00:58 UTC (rev 315429)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.99.1
-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-sqlalchemy')
-source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('2f972d479072b28f4f3bdb144b8691bb39c8fd33291fed62c5f97cca7fbc4bdf')
-
-package() {
-  cd "pychess-$pkgver"
-
-  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 315428, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-09 13:00:58 UTC (rev 315429)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.99.1
+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')
+source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('2f972d479072b28f4f3bdb144b8691bb39c8fd33291fed62c5f97cca7fbc4bdf')
+
+package() {
+  cd "pychess-$pkgver"
+
+  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:


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

2018-03-02 Thread Alexander Rødseth via arch-commits
Date: Friday, March 2, 2018 @ 22:49:56
  Author: arodseth
Revision: 301649

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-02 22:49:43 UTC (rev 301648)
+++ PKGBUILD2018-03-02 22:49:56 UTC (rev 301649)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.99.0
-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-sqlalchemy')
-source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c8a4c12c7a721c48911a0b8227871081f65d339d61dc8282f2b79e10e2b5ef70')
-
-package() {
-  cd "pychess-$pkgver"
-
-  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 301648, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-02 22:49:56 UTC (rev 301649)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.99.1
+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-sqlalchemy')
+source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('2f972d479072b28f4f3bdb144b8691bb39c8fd33291fed62c5f97cca7fbc4bdf')
+
+package() {
+  cd "pychess-$pkgver"
+
+  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:


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

2017-12-18 Thread Alexander Rødseth via arch-commits
Date: Monday, December 18, 2017 @ 12:24:00
  Author: arodseth
Revision: 274767

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-18 12:23:47 UTC (rev 274766)
+++ PKGBUILD2017-12-18 12:24:00 UTC (rev 274767)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.99.0
-pkgrel=1
-pkgdesc='Chess client'
-arch=('any')
-url='http://pychess.org/'
-license=('GPL')
-depends=('gtksourceview3' 'gst-plugins-base' 'python-cairo' 'python-gobject' 
'python-sqlalchemy')
-source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c8a4c12c7a721c48911a0b8227871081f65d339d61dc8282f2b79e10e2b5ef70')
-
-package() {
-  cd "pychess-$pkgver"
-
-  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 274766, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-18 12:24:00 UTC (rev 274767)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.99.0
+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-sqlalchemy')
+source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('c8a4c12c7a721c48911a0b8227871081f65d339d61dc8282f2b79e10e2b5ef70')
+
+package() {
+  cd "pychess-$pkgver"
+
+  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:


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

2017-10-23 Thread Alexander Rødseth
Date: Monday, October 23, 2017 @ 17:54:19
  Author: arodseth
Revision: 264072

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-23 17:54:08 UTC (rev 264071)
+++ PKGBUILD2017-10-23 17:54:19 UTC (rev 264072)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.99.0
-pkgrel=1
-pkgdesc='Chess client'
-arch=('any')
-url='http://pychess.org/'
-license=('GPL')
-depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
-source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c8a4c12c7a721c48911a0b8227871081f65d339d61dc8282f2b79e10e2b5ef70')
-
-package() {
-  cd "pychess-$pkgver"
-
-  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 264071, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-23 17:54:19 UTC (rev 264072)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.99.0
+pkgrel=1
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('gtksourceview3' 'gst-plugins-base' 'python-cairo' 'python-gobject' 
'python-sqlalchemy')
+source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('c8a4c12c7a721c48911a0b8227871081f65d339d61dc8282f2b79e10e2b5ef70')
+
+package() {
+  cd "pychess-$pkgver"
+
+  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:


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

2017-10-23 Thread Alexander Rødseth
Date: Monday, October 23, 2017 @ 17:51:35
  Author: arodseth
Revision: 264070

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   47 ---
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-23 17:51:23 UTC (rev 264069)
+++ PKGBUILD2017-10-23 17:51:35 UTC (rev 264070)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.12.4
-pkgrel=2
-pkgdesc='Chess client'
-arch=('any')
-url='http://pychess.org/'
-license=('GPL')
-depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
-source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz";)
-sha256sums=('0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372')
-
-package() {
-  cd "pychess-$pkgver"
-  python setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
-# vim:set ts=2 sw=2 et:

Copied: pychess/repos/community-any/PKGBUILD (from rev 264069, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-23 17:51:35 UTC (rev 264070)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.99.0
+pkgrel=1
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
+source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('c8a4c12c7a721c48911a0b8227871081f65d339d61dc8282f2b79e10e2b5ef70')
+
+package() {
+  cd "pychess-$pkgver"
+
+  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:


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

2016-06-29 Thread Alexander Rødseth
Date: Wednesday, June 29, 2016 @ 16:33:42
  Author: arodseth
Revision: 181618

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   45 +++--
 1 file changed, 23 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-29 16:33:34 UTC (rev 181617)
+++ PKGBUILD2016-06-29 16:33:42 UTC (rev 181618)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.12.3
-pkgrel=3
-pkgdesc='Chess client'
-arch=('any')
-url='http://pychess.org/'
-license=('GPL')
-depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
-source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz";)
-sha256sums=('11d5e2d447bb945283f0239a407d8069b13afd77d3a2d491c9c352f1b7862e67')
-
-package() {
-  cd "pychess-$pkgver"; python setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
-# vim:set ts=2 sw=2 et:

Copied: pychess/repos/community-any/PKGBUILD (from rev 181617, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-29 16:33:42 UTC (rev 181618)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.12.4
+pkgrel=1
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
+source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz";)
+sha256sums=('0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372')
+
+package() {
+  cd "pychess-$pkgver"
+  python setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim:set ts=2 sw=2 et: