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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:07:02
  Author: foutrelis
Revision: 752257

upgpkg: pychess 1.0.2-2: Python 3.9 rebuild

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:07:00 UTC (rev 752256)
+++ PKGBUILD2020-11-12 17:07:02 UTC (rev 752257)
@@ -4,7 +4,7 @@
 
 pkgname=pychess
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Chess client'
 arch=(any)
 url='https://github.com/pychess/pychess'


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

2020-06-20 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 20, 2020 @ 21:17:06
  Author: arodseth
Revision: 648654

upgpkg: pychess 1.0.2-1

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 19:03:03 UTC (rev 648653)
+++ PKGBUILD2020-06-20 21:17:06 UTC (rev 648654)
@@ -3,11 +3,11 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Chess client'
 arch=(any)
-url='http://pychess.org/'
+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
@@ -15,7 +15,7 @@
 # /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;)
+source=("git+$url#commit=a89889efbeb6f7db9dd70ef7e0b1252de38472a2") # tag: 
1.0.2
 sha256sums=('SKIP')
 
 package() {


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

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 09:22:05
  Author: felixonmars
Revision: 523867

Python 3.8 rebuild

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 09:21:48 UTC (rev 523866)
+++ PKGBUILD2019-11-04 09:22:05 UTC (rev 523867)
@@ -4,7 +4,7 @@
 
 pkgname=pychess
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Chess client'
 arch=(any)
 url='http://pychess.org/'


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

2019-07-29 Thread Alexander Rødseth via arch-commits
Date: Monday, July 29, 2019 @ 08:51:57
  Author: arodseth
Revision: 494481

upgpkg: pychess 1.0.0-3

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-29 08:51:50 UTC (rev 494480)
+++ PKGBUILD2019-07-29 08:51:57 UTC (rev 494481)
@@ -4,13 +4,14 @@
 
 pkgname=pychess
 pkgver=1.0.0
-pkgrel=2
+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-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)
@@ -20,6 +21,7 @@
 package() {
   cd pychess
 
+  # Can only be packaged with X available...
   xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
 
   # FS#59882


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

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

upgpkg: pychess 1.0.0-2

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-08 18:41:14 UTC (rev 478349)
+++ PKGBUILD2019-06-08 18:47:44 UTC (rev 478350)
@@ -4,7 +4,7 @@
 
 pkgname=pychess
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Chess client'
 arch=(any)
 url='http://pychess.org/'
@@ -11,8 +11,8 @@
 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)
+# /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')


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

2019-05-31 Thread Alexander Rødseth via arch-commits
Date: Friday, May 31, 2019 @ 18:48:39
  Author: arodseth
Revision: 476086

upgpkg: pychess 1.0.0-1

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-31 17:42:47 UTC (rev 476085)
+++ PKGBUILD2019-05-31 18:48:39 UTC (rev 476086)
@@ -11,9 +11,8 @@
 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)
+# /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')


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

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

upgpkg: pychess 1.0.0-1

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-31 12:38:34 UTC (rev 475928)
+++ PKGBUILD2019-05-31 13:09:42 UTC (rev 475929)
@@ -3,17 +3,18 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.99.4
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Chess client'
-arch=('any')
+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')
+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')
 
@@ -23,7 +24,7 @@
   xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
 
   # FS#59882
-  find "$pkgdir" -wholename "external/pexpect" -type d -delete
+  find "$pkgdir" -wholename 'external/pexpect' -type d -delete
 }
 
 # getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py


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

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

upgpkg: pychess 0.99.4-1

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-27 23:41:26 UTC (rev 418583)
+++ PKGBUILD2018-12-28 00:01:39 UTC (rev 418584)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.99.3
+pkgver=0.99.4
 pkgrel=1
 pkgdesc='Chess client'
 arch=('any')


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

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

upgpkg: pychess 0.99.3-1

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-16 19:48:28 UTC (rev 394832)
+++ PKGBUILD2018-10-16 19:58:11 UTC (rev 394833)
@@ -3,17 +3,18 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.99.2
-pkgrel=2
+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)
-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;)
+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() {


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

2018-09-03 Thread Alexander Rødseth via arch-commits
Date: Monday, September 3, 2018 @ 09:03:39
  Author: arodseth
Revision: 376377

upgpkg: pychess 0.99.2-2

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 08:44:20 UTC (rev 376376)
+++ PKGBUILD2018-09-03 09:03:39 UTC (rev 376377)
@@ -5,13 +5,13 @@
 
 pkgname=pychess
 pkgver=0.99.2
-pkgrel=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)
+ 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;)
@@ -21,6 +21,9 @@
   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


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

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

upgpkg: pychess 0.99.2-1

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-14 13:22:45 UTC (rev 371514)
+++ PKGBUILD2018-08-14 13:35:20 UTC (rev 371515)
@@ -10,16 +10,17 @@
 arch=('any')
 url='http://pychess.org/'
 license=('GPL')
-# does not work with python 3.7, until fixed by upstream
-depends=('python<3.7' gst-plugins-base gtksourceview3 python-cairo 
python-gobject
+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')
+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-$pkgver"
+  cd pychess
 
-  python setup.py install --prefix=/usr --root="$pkgdir"
+  xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
 }
 
 # getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py


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

2018-08-13 Thread Alexander Rødseth via arch-commits
Date: Monday, August 13, 2018 @ 23:15:27
  Author: arodseth
Revision: 371341

Preparing for Python 3.7 fix

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-13 23:08:33 UTC (rev 371340)
+++ PKGBUILD2018-08-13 23:15:27 UTC (rev 371341)
@@ -10,8 +10,9 @@
 arch=('any')
 url='http://pychess.org/'
 license=('GPL')
-depends=('gst-plugins-base' 'gtksourceview3' 'python-cairo' 'python-gobject'
- 'python-ptyprocess' 'python-psutil' 'python-sqlalchemy')
+# does not work with python 3.7, until fixed by upstream
+depends=('python<3.7' 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')
 


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

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

upgpkg: pychess 0.99.2-1

Modified:
  pychess/trunk/PKGBUILD

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

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


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

2018-07-23 Thread Felix Yan via arch-commits
Date: Monday, July 23, 2018 @ 15:55:45
  Author: felixonmars
Revision: 363081

Python 3.7 rebuild

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:55:42 UTC (rev 363080)
+++ PKGBUILD2018-07-23 15:55:45 UTC (rev 363081)
@@ -5,7 +5,7 @@
 
 pkgname=pychess
 pkgver=0.99.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Chess client'
 arch=('any')
 url='http://pychess.org/'


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

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

upgpkg: pychess 0.99.1-2

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-09 12:48:57 UTC (rev 315427)
+++ PKGBUILD2018-04-09 13:00:47 UTC (rev 315428)
@@ -5,12 +5,13 @@
 
 pkgname=pychess
 pkgver=0.99.1
-pkgrel=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-sqlalchemy')
+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')
 


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

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

upgpkg: pychess 0.99.1-1

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-02 22:47:22 UTC (rev 301647)
+++ PKGBUILD2018-03-02 22:49:43 UTC (rev 301648)
@@ -4,8 +4,8 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.99.0
-pkgrel=2
+pkgver=0.99.1
+pkgrel=1
 pkgdesc='Chess client'
 arch=('any')
 url='http://pychess.org/'
@@ -12,7 +12,7 @@
 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')
+sha256sums=('2f972d479072b28f4f3bdb144b8691bb39c8fd33291fed62c5f97cca7fbc4bdf')
 
 package() {
   cd "pychess-$pkgver"


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

2017-12-18 Thread Alexander Rødseth via arch-commits
Date: Monday, December 18, 2017 @ 12:23:47
  Author: arodseth
Revision: 274766

upgpkg: pychess 0.99.0-2

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-18 12:15:37 UTC (rev 274765)
+++ PKGBUILD2017-12-18 12:23:47 UTC (rev 274766)
@@ -5,12 +5,12 @@
 
 pkgname=pychess
 pkgver=0.99.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Chess client'
 arch=('any')
 url='http://pychess.org/'
 license=('GPL')
-depends=('gtksourceview3' 'gst-plugins-base' 'python-cairo' 'python-gobject' 
'python-sqlalchemy')
+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')
 


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

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

upgpkg: pychess 0.99.0-1

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-23 17:51:35 UTC (rev 264070)
+++ PKGBUILD2017-10-23 17:54:08 UTC (rev 264071)
@@ -10,7 +10,7 @@
 arch=('any')
 url='http://pychess.org/'
 license=('GPL')
-depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
+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')
 


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

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

upgpkg: pychess 0.99.0-1

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-23 17:41:41 UTC (rev 264068)
+++ PKGBUILD2017-10-23 17:51:23 UTC (rev 264069)
@@ -4,20 +4,21 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.12.4
-pkgrel=2
+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=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-sha256sums=('0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372')
+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:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2016-12-25 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 16:33:13
  Author: felixonmars
Revision: 201914

Python 3.6 rebuild

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 16:32:31 UTC (rev 201913)
+++ PKGBUILD2016-12-25 16:33:13 UTC (rev 201914)
@@ -5,7 +5,7 @@
 
 pkgname=pychess
 pkgver=0.12.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Chess client'
 arch=('any')
 url='http://pychess.org/'


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

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

upgpkg: pychess 0.12.4-1

Modified:
  pychess/trunk/PKGBUILD

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

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


[arch-commits] Commit in pychess/trunk (PKGBUILD pychess.install)

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 20:38:09
  Author: arodseth
Revision: 176153

upgpkg: pychess 0.12.3-3

Modified:
  pychess/trunk/PKGBUILD
Deleted:
  pychess/trunk/pychess.install

-+
 PKGBUILD|   14 ++
 pychess.install |   14 --
 2 files changed, 6 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 18:27:31 UTC (rev 176152)
+++ PKGBUILD2016-05-23 18:38:09 UTC (rev 176153)
@@ -1,23 +1,21 @@
 # $Id$
-# Maintainer: Allan McRae 
+# Maintainer: Alexander F Rødseth 
+# Contributor: Allan McRae 
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
 pkgver=0.12.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Chess client'
 arch=('any')
 url='http://pychess.org/'
 license=('GPL')
-depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base' 
'desktop-file-utils')
-install=pychess.install
+depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-md5sums=('70035ee3523f7d1c182137a9e146050c')
+sha256sums=('11d5e2d447bb945283f0239a407d8069b13afd77d3a2d491c9c352f1b7862e67')
 
 package() {
-  cd "pychess-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
+  cd "pychess-$pkgver"; python setup.py install --prefix=/usr --root="$pkgdir"
 }
 
 # getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py

Deleted: pychess.install
===
--- pychess.install 2016-05-23 18:27:31 UTC (rev 176152)
+++ pychess.install 2016-05-23 18:38:09 UTC (rev 176153)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-03-14 Thread Balló György
Date: Tuesday, March 15, 2016 @ 00:42:06
  Author: bgyorgy
Revision: 166788

upgpkg: pychess 0.12.3-2

Remove unused or already satisfied dependencies

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-14 23:18:40 UTC (rev 166787)
+++ PKGBUILD2016-03-14 23:42:06 UTC (rev 166788)
@@ -4,12 +4,12 @@
 
 pkgname=pychess
 pkgver=0.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Chess client'
 arch=('any')
 url='http://pychess.org/'
 license=('GPL')
-depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
+depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base' 
'desktop-file-utils')
 install=pychess.install
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
 md5sums=('70035ee3523f7d1c182137a9e146050c')
@@ -17,7 +17,7 @@
 package() {
   cd "pychess-$pkgver"
 
-  python setup.py install --prefix=/usr --root=$pkgdir
+  python setup.py install --prefix=/usr --root="$pkgdir"
 }
 
 # getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py


[arch-commits] Commit in pychess/trunk (PKGBUILD pychess.install)

2016-03-11 Thread Alexander Rødseth
Date: Saturday, March 12, 2016 @ 08:59:06
  Author: arodseth
Revision: 166204

upgpkg: pychess 0.12.3-1

Modified:
  pychess/trunk/PKGBUILD
  pychess/trunk/pychess.install

-+
 PKGBUILD|4 ++--
 pychess.install |   10 ++
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 07:40:27 UTC (rev 166203)
+++ PKGBUILD2016-03-12 07:59:06 UTC (rev 166204)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc='Chess client'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
 install=pychess.install
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-md5sums=('4d7ed37cf2cf1e451240ed90646a6f56')
+md5sums=('70035ee3523f7d1c182137a9e146050c')
 
 package() {
   cd "pychess-$pkgver"

Modified: pychess.install
===
--- pychess.install 2016-03-12 07:40:27 UTC (rev 166203)
+++ pychess.install 2016-03-12 07:59:06 UTC (rev 166204)
@@ -1,12 +1,14 @@
 post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 post_upgrade() {
-post_install
+  post_install
 }
 
 post_remove() {
-post_install
+  post_install
 }
+
+# vim:set ts=2 sw=2 et:


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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 21:46:51
  Author: arodseth
Revision: 162887

upgpkg: pychess 0.12.2-1

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 20:41:53 UTC (rev 162886)
+++ PKGBUILD2016-02-20 20:46:51 UTC (rev 162887)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc='Chess client'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
 install=pychess.install
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-md5sums=('886d1b9514f8ed3c7a94ce75a09265bc')
+md5sums=('4d7ed37cf2cf1e451240ed90646a6f56')
 
 package() {
   cd "pychess-$pkgver"


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

2015-12-20 Thread Alexander Rødseth
Date: Sunday, December 20, 2015 @ 18:07:59
  Author: arodseth
Revision: 153787

upgpkg: pychess 0.12.1-1

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 2 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 16:40:14 UTC (rev 153786)
+++ PKGBUILD2015-12-20 17:07:59 UTC (rev 153787)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.12
+pkgver=0.12.1
 pkgrel=1
 pkgdesc='Chess client'
 arch=('any')
@@ -12,16 +12,8 @@
 depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
 install=pychess.install
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-md5sums=('922065f8ec62582d6431cb73c8564fce')
+md5sums=('886d1b9514f8ed3c7a94ce75a09265bc')
 
-prepare() {
-  cd "pychess-$pkgver"
-
-  #sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" 
lib/pychess/Players/PyChess.py
-  #sed -i "/vm binname/s|python|python2|" lib/pychess/Players/engineNest.py
-  #sed -i "/binname ==/s|python|python2|" lib/pychess/widgets/newGameDialog.py
-}
-
 package() {
   cd "pychess-$pkgver"
 


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

2015-11-01 Thread Alexander Rødseth
Date: Sunday, November 1, 2015 @ 14:32:44
  Author: arodseth
Revision: 145443

upgpkg: pychess 0.12-1

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-01 13:18:42 UTC (rev 145442)
+++ PKGBUILD2015-11-01 13:32:44 UTC (rev 145443)
@@ -3,27 +3,30 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=0.10.1
-pkgrel=5
-pkgdesc="Chess client for the GNOME desktop"
+pkgver=0.12
+pkgrel=1
+pkgdesc='Chess client'
 arch=('any')
-url="http://pychess.org/;
+url='http://pychess.org/'
 license=('GPL')
-depends=('python2-rsvg' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
+depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 
'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 
'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
 install=pychess.install
-source=(http://pychess.googlecode.com/files/pychess-$pkgver.tar.gz)
-md5sums=('ee1893071823b3d41ecdb1ef314fb8ba')
+source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
+md5sums=('922065f8ec62582d6431cb73c8564fce')
 
 prepare() {
-  cd $srcdir/pychess-$pkgver
+  cd "pychess-$pkgver"
 
-  sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" 
lib/pychess/Players/PyChess.py
-  sed -i "/vm binname/s|python|python2|" lib/pychess/Players/engineNest.py
-  sed -i "/binname ==/s|python|python2|" lib/pychess/widgets/newGameDialog.py
+  #sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" 
lib/pychess/Players/PyChess.py
+  #sed -i "/vm binname/s|python|python2|" lib/pychess/Players/engineNest.py
+  #sed -i "/binname ==/s|python|python2|" lib/pychess/widgets/newGameDialog.py
 }
 
 package() {
-  cd $srcdir/pychess-$pkgver
+  cd "pychess-$pkgver"
 
-  python2 setup.py install --prefix=/usr --root=$pkgdir
+  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:


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

2015-07-18 Thread Balló György
Date: Saturday, July 18, 2015 @ 11:19:52
  Author: bgyorgy
Revision: 137090

upgpkg: pychess 0.10.1-5

Remove unused gnome-icon-theme dependency

Modified:
  pychess/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 08:28:22 UTC (rev 137089)
+++ PKGBUILD2015-07-18 09:19:52 UTC (rev 137090)
@@ -4,13 +4,12 @@
 
 pkgname=pychess
 pkgver=0.10.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Chess client for the GNOME desktop
 arch=('any')
 url=http://pychess.org/;
 license=('GPL')
-depends=('gnome-icon-theme' 'python2-rsvg' 'pygtksourceview2' 
'gstreamer0.10-python'
- 'desktop-file-utils')
+depends=('python2-rsvg' 'pygtksourceview2' 'gstreamer0.10-python' 
'desktop-file-utils')
 install=pychess.install
 source=(http://pychess.googlecode.com/files/pychess-$pkgver.tar.gz)
 md5sums=('ee1893071823b3d41ecdb1ef314fb8ba')


[arch-commits] Commit in pychess/trunk (PKGBUILD pychess.install)

2014-01-11 Thread Balló György
Date: Saturday, January 11, 2014 @ 11:44:09
  Author: bgyorgy
Revision: 103749

upgpkg: pychess 0.10.1-4

Remove unused python2-pysqlite dependency

Modified:
  pychess/trunk/PKGBUILD
  pychess/trunk/pychess.install

-+
 PKGBUILD|   12 
 pychess.install |1 +
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 10:18:38 UTC (rev 103748)
+++ PKGBUILD2014-01-11 10:44:09 UTC (rev 103749)
@@ -4,23 +4,27 @@
 
 pkgname=pychess
 pkgver=0.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Chess client for the GNOME desktop
 arch=('any')
 url=http://pychess.org/;
 license=('GPL')
-depends=('python2-pysqlite' 'gnome-icon-theme' 'python2-rsvg'
- 'pygtksourceview2' 'gstreamer0.10-python')
+depends=('gnome-icon-theme' 'python2-rsvg' 'pygtksourceview2' 
'gstreamer0.10-python'
+ 'desktop-file-utils')
 install=pychess.install
 source=(http://pychess.googlecode.com/files/pychess-$pkgver.tar.gz)
 md5sums=('ee1893071823b3d41ecdb1ef314fb8ba')
 
-package() {
+prepare() {
   cd $srcdir/pychess-$pkgver
 
   sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| 
lib/pychess/Players/PyChess.py
   sed -i /vm binname/s|python|python2| lib/pychess/Players/engineNest.py
   sed -i /binname ==/s|python|python2| lib/pychess/widgets/newGameDialog.py
+}
 
+package() {
+  cd $srcdir/pychess-$pkgver
+
   python2 setup.py install --prefix=/usr --root=$pkgdir
 }

Modified: pychess.install
===
--- pychess.install 2014-01-11 10:18:38 UTC (rev 103748)
+++ pychess.install 2014-01-11 10:44:09 UTC (rev 103749)
@@ -1,5 +1,6 @@
 post_install() {
 gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
 }
 
 post_upgrade() {