dev-python/i3ipc: bump PYTHON_COMPAT

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-12-09 17:29:15 +13:00
parent 48c2c0adac
commit 3b8c24e125
2 changed files with 6 additions and 9 deletions

View File

@@ -3,20 +3,17 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7..9} )
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"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/python-xlib"
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/i3ipc-python-${PV}"
RDEPEND="dev-python/python-xlib"
DEPEND="${DEPEND}"