Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/i3ipc/
Date: Sat, 26 Sep 2020 09:39:38
Message-Id: 1601079845.c5eed5de513c53e547b3909bb762beb18dc96de0.andrewammerlaan@gentoo
1 commit: c5eed5de513c53e547b3909bb762beb18dc96de0
2 Author: Stefan Ott <gentoo <AT> desire <DOT> ch>
3 AuthorDate: Sat Sep 26 00:22:11 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Sep 26 00:24:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5eed5de
7
8 dev-python/i3ipc: new package
9
10 Signed-off-by: Stefan Ott <gentoo <AT> desire.ch>
11
12 dev-python/i3ipc/Manifest | 1 +
13 dev-python/i3ipc/i3ipc-2.2.1.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-python/i3ipc/Manifest b/dev-python/i3ipc/Manifest
17 new file mode 100644
18 index 00000000..2333a99f
19 --- /dev/null
20 +++ b/dev-python/i3ipc/Manifest
21 @@ -0,0 +1 @@
22 +DIST v2.2.1.tar.gz 51760 BLAKE2B 19d62ad3cf5a3b2081cff9e193aef64d5108b9e2b304862d3bff60e11140873d8190d287e6ca89566602fc5300d80101576dc2d837b6f1e75d30adeb3772667e SHA512 edbcec3cd0da53815dba22d696a17ddf909c39db771cf234befaa3130f8b56003ccc70eb28a07b286ab31c2cbb9d5893caf42b01ed20d61efdcd6359afbecc18
23
24 diff --git a/dev-python/i3ipc/i3ipc-2.2.1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1.ebuild
25 new file mode 100644
26 index 00000000..249cc88d
27 --- /dev/null
28 +++ b/dev-python/i3ipc/i3ipc-2.2.1.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python2_7 python3_{7,8} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="An improved Python library to control i3wm and sway."
39 +HOMEPAGE="https://github.com/altdesktop/i3ipc-python"
40 +SRC_URI="https://github.com/altdesktop/i3ipc-python/archive/v${PV}.tar.gz"
41 +
42 +LICENSE="BSD"
43 +SLOT="0"
44 +KEYWORDS="amd64 x86"
45 +IUSE=""
46 +
47 +DEPEND="dev-python/python-xlib"
48 +RDEPEND="${DEPEND}"
49 +BDEPEND=""
50 +
51 +S="${WORKDIR}/i3ipc-python-${PV}"