commit: 7c0e9a37c5cef38cfd6250a28d6c159302d23127
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 19 13:55:34 2022 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Mon Dec 19 13:55:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c0e9a37
dev-python/pyclip: Updated 9999 version
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
dev-python/pyclip/pyclip-9999.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/dev-python/pyclip/pyclip-9999.ebuild
b/dev-python/pyclip/pyclip-9999.ebuild
index 8eb8b2e96..bdc064f8e 100644
--- a/dev-python/pyclip/pyclip-9999.ebuild
+++ b/dev-python/pyclip/pyclip-9999.ebuild
@@ -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=""