dev-python/Kivy: Remove Py2

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2019-12-28 17:13:15 +01:00
parent bebc282d17
commit 43d797c405
2 changed files with 2 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
@@ -16,14 +16,13 @@ SRC_URI="https://github.com/kivy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="cairo camera doc examples garden gstreamer +sdl spell test"
IUSE="cairo doc examples garden gstreamer +sdl spell test"
RESTRICT="!test? ( test )"
RDEPEND="
media-libs/mesa[gles2]
dev-python/pillow[${PYTHON_USEDEP}]
cairo? ( dev-python/pycairo[${PYTHON_USEDEP}] )
camera? ( media-libs/opencv:0/2.4[$(python_gen_usedep 'python2_7')] )
garden? ( dev-python/kivy-garden[${PYTHON_USEDEP}] )
gstreamer? ( dev-python/gst-python:1.0[${PYTHON_USEDEP}] )
sdl? ( media-libs/libsdl2

View File

@@ -3,9 +3,6 @@
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="camera">
Install libraries needed to support camera
</flag>
<flag name="garden">
Install garden tool to manage user maintained widgets
</flag>