public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pychess/
Date: Sun, 30 May 2021 05:45:36 +0000 (UTC)	[thread overview]
Message-ID: <1622353514.c8114e2adbf291311975a9cbee28cf1cdfc4e4de.sam@gentoo> (raw)

commit:     c8114e2adbf291311975a9cbee28cf1cdfc4e4de
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 05:43:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 30 05:45:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8114e2a

games-board/pychess: add 1.0.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/pychess/Manifest             |  1 +
 games-board/pychess/pychess-1.0.3.ebuild | 52 ++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/games-board/pychess/Manifest b/games-board/pychess/Manifest
index 789b7af703b..dc486365605 100644
--- a/games-board/pychess/Manifest
+++ b/games-board/pychess/Manifest
@@ -1,2 +1,3 @@
 DIST pychess-1.0.0.tar.gz 12853354 BLAKE2B 1e5f3c219bce10f3cd9e68b873634742d4b673e93adb00cfcc84fcbc6ca5c7ce0534feecca3f8ddce6cd848074b84957db81f8c45841ffd7c4e1007672082840 SHA512 331765d22e2360dba145be5e22677d8676e1c7fcc8486d0e52e379b41c85bab782a5d548b93fe2f19de99ce0ccc4904e02fc8130de679ca534a211b579f1679a
 DIST pychess-1.0.2.tar.gz 14571480 BLAKE2B 01ca5d802f651a1f371b32dfbc97ac5c05f3b3fad3c6394209423cdb0fca995ea12254ad98fa94885e3b31a2deb72f63c2df5d0d97258a208c41ff3aab6a8dde SHA512 434f511ead51f1e90381172c894ed8b34fc5fae63e3714395285f6c55aa77dfe2f763e97febd93a3abcbc105f0e7591a9a84276eaae70c80f065a24040bfb083
+DIST pychess-1.0.3.tar.gz 14898032 BLAKE2B 0993bcf26d3284847815b37f570b7482c5359595f9649f9546ed090b6c090c3686d71478c9ecdaacde4bdf56f8f57da89623023d25809b46fe4e2800beeba91d SHA512 ca69555b1d952274fc4850f20bc66569e2f08120109908489c584231c754345b16fc1b1e9fa5b44a10582590145cf472604e5f5bd22522037666414418f5fda5

diff --git a/games-board/pychess/pychess-1.0.3.ebuild b/games-board/pychess/pychess-1.0.3.ebuild
new file mode 100644
index 00000000000..849abb618de
--- /dev/null
+++ b/games-board/pychess/pychess-1.0.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_REQ_USE="sqlite"
+
+inherit xdg distutils-r1
+
+DESCRIPTION="A chess client for GNOME"
+HOMEPAGE="https://github.com/pychess/pychess"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
+S="${WORKDIR}/PyChess-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gstreamer"
+
+DEPEND="
+	$(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}]
+	')
+	gnome-base/librsvg:2
+	x11-libs/gtksourceview:3.0
+	x11-libs/pango
+	x11-themes/adwaita-icon-theme
+	gstreamer? (
+		$(python_gen_cond_dep '
+			dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+		')
+		media-libs/gstreamer:1.0
+		media-libs/gst-plugins-base:1.0
+	)
+"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+	distutils-r1_src_install
+
+	# https://github.com/pychess/pychess/pull/1825
+	gunzip -v "${ED}"/usr/share/man/man1/${PN}.1.gz || die
+}


             reply	other threads:[~2021-05-30  5:45 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-30  5:45 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-01  0:05 [gentoo-commits] repo/gentoo:master commit in: games-board/pychess/ Sebastian Pipping
2024-04-16 11:47 Patrick Lauer
2023-06-04 16:05 Arthur Zamarin
2023-04-04 20:54 Sebastian Pipping
2023-03-22 17:03 Sebastian Pipping
2023-03-09 20:13 Ionen Wolkens
2023-03-08  4:39 Sebastian Pipping
2022-02-19 23:45 Ionen Wolkens
2022-02-12  2:04 Ionen Wolkens
2021-10-30 13:10 Ionen Wolkens
2021-05-30  5:45 Sam James
2021-05-30  5:45 Sam James
2020-05-16 14:04 James Le Cuirot
2020-05-04 20:11 James Le Cuirot
2020-04-25 15:49 James Le Cuirot
2019-08-02 21:43 James Le Cuirot
2019-06-16 17:28 David Seifert
2019-06-15 19:31 David Seifert
2019-06-15 19:00 David Seifert
2018-11-13  4:32 Matthias Maier
2016-12-31 22:20 Agostino Sarubbo
2016-11-27 11:21 Pacho Ramos
2016-11-27 11:21 Pacho Ramos
2016-08-02 21:34 Austin English
2016-05-23  4:36 Michael Sterrett
2016-04-09 13:46 Agostino Sarubbo
2016-03-08 19:23 Michael Sterrett
2016-03-07  6:51 Michael Sterrett
2016-02-04 18:44 Patrice Clement

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=1622353514.c8114e2adbf291311975a9cbee28cf1cdfc4e4de.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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