mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-python/i3ipc: new package
Signed-off-by: Stefan Ott <gentoo@desire.ch>
This commit is contained in:
22
dev-python/i3ipc/i3ipc-2.2.1.ebuild
Normal file
22
dev-python/i3ipc/i3ipc-2.2.1.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user