2021-01-17 23:26:20 +01:00
|
|
|
# Copyright 2020-2021 Gentoo Authors
|
2020-12-28 22:07:23 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
2021-01-17 23:26:20 +01:00
|
|
|
PYTHON_COMPAT=(python3_{7..9})
|
2020-12-28 22:07:23 +01:00
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Plyer is a platform-independent Python wrapper for platform-dependent APIs"
|
|
|
|
HOMEPAGE="https://github.com/kivy/plyer"
|
|
|
|
SRC_URI="https://github.com/kivy/plyer/archive/"${PV}".tar.gz -> "${PF}".tar.gz"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|