diff options
author | Stefan Ott <gentoo@desire.ch> | 2020-09-26 02:22:11 +0200 |
---|---|---|
committer | Stefan Ott <gentoo@desire.ch> | 2020-09-26 02:24:05 +0200 |
commit | c5eed5de513c53e547b3909bb762beb18dc96de0 (patch) | |
tree | 24aa813d946928823eb410731cc13a3f383107dd /dev-python/i3ipc | |
parent | licenses/EUPL-1-2: already in gentoo (diff) | |
download | guru-c5eed5de513c53e547b3909bb762beb18dc96de0.tar.gz guru-c5eed5de513c53e547b3909bb762beb18dc96de0.tar.bz2 guru-c5eed5de513c53e547b3909bb762beb18dc96de0.zip |
dev-python/i3ipc: new package
Signed-off-by: Stefan Ott <gentoo@desire.ch>
Diffstat (limited to 'dev-python/i3ipc')
-rw-r--r-- | dev-python/i3ipc/Manifest | 1 | ||||
-rw-r--r-- | dev-python/i3ipc/i3ipc-2.2.1.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/i3ipc/Manifest b/dev-python/i3ipc/Manifest new file mode 100644 index 000000000..2333a99f9 --- /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 000000000..249cc88d7 --- /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}" |