Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/i3ipc/
Date: Sun, 30 Oct 2022 02:01:23
Message-Id: 1667095192.59389a05773f28139712a374485459facbeaf997.tastytea@gentoo
1 commit: 59389a05773f28139712a374485459facbeaf997
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sun Oct 30 00:22:16 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sun Oct 30 01:59:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59389a05
7
8 dev-python/i3ipc: EAPI 8, PEP517, fix deps, add python3_11
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild | 25 +++++++++++++++++++++++++
13 1 file changed, 25 insertions(+)
14
15 diff --git a/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild
16 new file mode 100644
17 index 000000000..584d9d7e3
18 --- /dev/null
19 +++ b/dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild
20 @@ -0,0 +1,25 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517="setuptools"
27 +PYTHON_COMPAT=( python3_{8..11} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="An improved Python library to control i3wm and sway."
32 +HOMEPAGE="https://github.com/altdesktop/i3ipc-python"
33 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 +
35 +LICENSE="BSD"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +
39 +RDEPEND="
40 + ${RDEPEND}
41 + dev-python/python-xlib[${PYTHON_USEDEP}]
42 +"
43 +DEPEND="${RDEPEND}"
44 +
45 +distutils_enable_tests pytest