From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EF6715808C for ; Fri, 11 Feb 2022 23:17:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CADBE0875; Fri, 11 Feb 2022 23:17:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E510E0875 for ; Fri, 11 Feb 2022 23:17:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8335342D7C for ; Fri, 11 Feb 2022 23:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E75A2D7 for ; Fri, 11 Feb 2022 23:16:59 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1644621236.a27c1aa6342e1df6780a8f64ad28cbee452841b8.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pychess/, games-board/pychess/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch games-board/pychess/pychess-1.0.3-r1.ebuild X-VCS-Directories: games-board/pychess/files/ games-board/pychess/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a27c1aa6342e1df6780a8f64ad28cbee452841b8 X-VCS-Branch: master Date: Fri, 11 Feb 2022 23:16:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5fd51c2a-f1f5-4ac2-9daa-009146c6ad50 X-Archives-Hash: c5aff87e604a2969516720a5f64e6cc4 commit: a27c1aa6342e1df6780a8f64ad28cbee452841b8 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Feb 11 18:51:44 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Feb 11 23:13:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27c1aa6 games-board/pychess: modernize and enable py3.10 Upstream doesn't advertise support for 3.10 yet, but no known issues/reports and seems to run fine. Also add several missing [introspection] based on gi.require_version() statements, and roughly update description (upstream no longer advertises this as "for GNOME", not that there's much else to say). Signed-off-by: Ionen Wolkens gentoo.org> .../files/pychess-1.0.3-setuptools-warning.patch | 8 ++++ games-board/pychess/pychess-1.0.3-r1.ebuild | 47 ++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch b/games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch new file mode 100644 index 000000000000..414a486905b9 --- /dev/null +++ b/games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch @@ -0,0 +1,8 @@ +Silence QA notice for: +dist.py:275: UserWarning: Unknown distribution option: 'executables' +--- a/setup.py ++++ b/setup.py +@@ -323,3 +323,2 @@ + "bdist_msi": bdist_msi_options}, +- executables=executables + ) diff --git a/games-board/pychess/pychess-1.0.3-r1.ebuild b/games-board/pychess/pychess-1.0.3-r1.ebuild new file mode 100644 index 000000000000..f80647c3668a --- /dev/null +++ b/games-board/pychess/pychess-1.0.3-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="sqlite" +inherit distutils-r1 xdg + +DESCRIPTION="GTK chess client" +HOMEPAGE="https://pychess.github.io/" +SRC_URI="https://github.com/pychess/pychess/releases/download/${PV}/${P}.tar.gz" +S="${WORKDIR}/PyChess-${PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gstreamer" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP},sqlite] + dev-python/websockets[${PYTHON_USEDEP}] + gstreamer? ( dev-python/gst-python:1.0[${PYTHON_USEDEP}] )') + gnome-base/librsvg:2[introspection] + x11-libs/gtk+:3[introspection] + x11-libs/gtksourceview:3.0[introspection] + x11-libs/pango[introspection] + x11-themes/adwaita-icon-theme" +BDEPEND="${RDEPEND}" # setup.py fails if introspection deps not found + +PATCHES=( + "${FILESDIR}"/${PN}-1.0.3-setuptools-warning.patch +) + +src_install() { + distutils-r1_src_install + + # https://github.com/pychess/pychess/pull/1825 + gunzip -v "${ED}"/usr/share/man/man1/${PN}.1.gz || die +}