Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pychess: update to 1.0.3.
Date: Mon, 22 Aug 2022 20:02:27 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38834@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages pychess
https://github.com/void-linux/void-packages/pull/38834

pychess: update to 1.0.3.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/38834.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pychess-38834.patch --]
[-- Type: text/x-diff, Size: 1463 bytes --]

From 6c9e3e4234abae15d2da41555c4479b68d34acf6 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 22 Aug 2022 16:38:36 +0530
Subject: [PATCH] pychess: update to 1.0.3.

---
 srcpkgs/pychess/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index af30be49f18d..7fb17cc72de7 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,17 +1,23 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=1.0.2
-revision=2
+version=1.0.3
+revision=1
 build_style=python3-module
-pycompile_module="pychess"
 _commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
  gobject-introspection gtksourceview"
 hostmakedepends="python3-setuptools gettext ${_commondeps}"
 depends="stockfish gnome-icon-theme python3-websockets
  python3-psutil gst-plugins-base1 ${_commondeps}"
+checkdepends="${depends} xvfb-run"
 short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
 license="GPL-3.0-or-later"
 homepage="https://pychess.github.io"
 distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
-checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2
+checksum=86b193dd1af1f40d37820afb33b3b3b890be2737d57df5f8e024a489840b25a4
+
+do_check() {
+	cd testing/
+	rm remotegame.py
+	PYTHONPATH=../lib PYCHESS_UNITTEST=true xvfb-run -a python3 -m unittest discover -p "*.py"
+}

             reply	other threads:[~2022-08-22 18:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-22 18:02 icp1994 [this message]
2022-08-28 22:13 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38834@inbox.vuxu.org \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).