Files
gentoo/dev-python/xapp/xapp-2.0.1.ebuild
Olivier Laurantin 494b8f860f dev-python/xapp: version bump to 2.0.1
Update to the latest upstream version
Add python 3.7 and 3.8 support

Closes: https://bugs.gentoo.org/721540
Signed-off-by: Olivier Laurantin <olivier.laurantin@laposte.net>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-05-17 19:41:51 +03:00

24 lines
552 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Python bindings for x11-libs/xapps"
HOMEPAGE="https://github.com/linuxmint/python3-xapp"
SRC_URI="https://github.com/linuxmint/python3-xapp/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="x11-libs/xapps[introspection]"
RDEPEND="${DEPEND}
dev-python/psutil[${PYTHON_USEDEP}]"
S="${WORKDIR}/python3-xapp-${PV}"