mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/pyclip: Updated 9999 version
Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||
|
||||
DISTUTILS_USE_PEP517="setuptools"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,19 +14,21 @@ if [[ ${PV} == 9999 ]]; then
|
||||
EGIT_REPO_URI="https://github.com/spyoungtech/pyclip.git"
|
||||
else
|
||||
SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Python clipboard module"
|
||||
HOMEPAGE="https://pypi.org/project/pyclip/"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE="wayland X"
|
||||
RESTRICT="test"
|
||||
DOCS="${S}/docs/README.md"
|
||||
REQUIRED_USE="|| ( wayland X )"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
gui-apps/wl-clipboard
|
||||
x11-misc/xclip
|
||||
wayland? ( gui-apps/wl-clipboard )
|
||||
X? ( x11-misc/xclip )
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
Reference in New Issue
Block a user