diff options
author | 2023-03-09 12:45:57 -0500 | |
---|---|---|
committer | 2023-03-09 15:12:41 -0500 | |
commit | 3bfcefe63f7f1a3200cbc9a5bab779741324c847 (patch) | |
tree | dac4ccab74414f4d87bfae76083e294d027b8d11 /games-board | |
parent | games-board/gnubg: drop 1.06.002-r4 (diff) | |
download | gentoo-3bfcefe63f7f1a3200cbc9a5bab779741324c847.tar.gz gentoo-3bfcefe63f7f1a3200cbc9a5bab779741324c847.tar.bz2 gentoo-3bfcefe63f7f1a3200cbc9a5bab779741324c847.zip |
games-board/pychess: drop 1.0.3-r2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pychess/pychess-1.0.3-r2.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/games-board/pychess/pychess-1.0.3-r2.ebuild b/games-board/pychess/pychess-1.0.3-r2.ebuild deleted file mode 100644 index 4a7e645d10ff..000000000000 --- a/games-board/pychess/pychess-1.0.3-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 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_{9..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},cairo] - 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 -} |