dev-python/i3ipc: new package

Signed-off-by: Stefan Ott <gentoo@desire.ch>
This commit is contained in:
Stefan Ott
2020-09-26 02:22:11 +02:00
parent b1b1344d77
commit c5eed5de51
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{7,8} )
inherit distutils-r1
DESCRIPTION="An improved Python library to control i3wm and sway."
HOMEPAGE="https://github.com/altdesktop/i3ipc-python"
SRC_URI="https://github.com/altdesktop/i3ipc-python/archive/v${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-python/python-xlib"
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/i3ipc-python-${PV}"