[arch-commits] Commit in pychess/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Aug 14 13:35:28 UTC 2018
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
===================================================================
--- PKGBUILD 2018-08-14 13:35:20 UTC (rev 371515)
+++ PKGBUILD 2018-08-14 13:35:28 UTC (rev 371516)
@@ -1,25 +0,0 @@
-# $Id$
-# 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=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)
+++ PKGBUILD 2018-08-14 13:35:28 UTC (rev 371516)
@@ -0,0 +1,27 @@
+# $Id$
+# 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=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:
More information about the arch-commits
mailing list