mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
net-voip/discover-overlay: fix python version, add PYTHON_USEDEP
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3."
|
||||
DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3"
|
||||
HOMEPAGE="https://github.com/trigg/Discover"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
@@ -15,9 +15,9 @@ LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=">=dev-python/pygobject-3.22
|
||||
dev-python/websocket-client
|
||||
dev-python/pyxdg
|
||||
dev-python/requests
|
||||
>=dev-python/python-pidfile-3.0.0
|
||||
dev-python/pillow"
|
||||
RDEPEND=">=dev-python/pygobject-3.22[${PYTHON_USEDEP}]
|
||||
dev-python/websocket-client[${PYTHON_USEDEP}]
|
||||
dev-python/pyxdg[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-pidfile-3.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]"
|
||||
|
||||
Reference in New Issue
Block a user