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 @@
DIST v2.2.1.tar.gz 51760 BLAKE2B 19d62ad3cf5a3b2081cff9e193aef64d5108b9e2b304862d3bff60e11140873d8190d287e6ca89566602fc5300d80101576dc2d837b6f1e75d30adeb3772667e SHA512 edbcec3cd0da53815dba22d696a17ddf909c39db771cf234befaa3130f8b56003ccc70eb28a07b286ab31c2cbb9d5893caf42b01ed20d61efdcd6359afbecc18

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}"