commit: c5eed5de513c53e547b3909bb762beb18dc96de0
Author: Stefan Ott <gentoo <AT> desire <DOT> ch>
AuthorDate: Sat Sep 26 00:22:11 2020 +0000
Commit: Stefan Ott <gentoo <AT> desire <DOT> ch>
CommitDate: Sat Sep 26 00:24:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5eed5de
dev-python/i3ipc: new package
Signed-off-by: Stefan Ott <gentoo <AT> desire.ch>
dev-python/i3ipc/Manifest | 1 +
dev-python/i3ipc/i3ipc-2.2.1.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/i3ipc/Manifest b/dev-python/i3ipc/Manifest
new file mode 100644
index 00000000..2333a99f
--- /dev/null
+++ b/dev-python/i3ipc/Manifest
@@ -0,0 +1 @@
+DIST v2.2.1.tar.gz 51760 BLAKE2B
19d62ad3cf5a3b2081cff9e193aef64d5108b9e2b304862d3bff60e11140873d8190d287e6ca89566602fc5300d80101576dc2d837b6f1e75d30adeb3772667e
SHA512
edbcec3cd0da53815dba22d696a17ddf909c39db771cf234befaa3130f8b56003ccc70eb28a07b286ab31c2cbb9d5893caf42b01ed20d61efdcd6359afbecc18
diff --git a/dev-python/i3ipc/i3ipc-2.2.1.ebuild
b/dev-python/i3ipc/i3ipc-2.2.1.ebuild
new file mode 100644
index 00000000..249cc88d
--- /dev/null
+++ b/dev-python/i3ipc/i3ipc-2.2.1.ebuild
@@ -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}"