Files
guru/dev-python/i3ipc/i3ipc-2.2.1.ebuild
Andrew Ammerlaan fd881c149c dev-python/i3ipc: drop py2_7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-09-26 11:25:00 +02:00

23 lines
512 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( 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}"