# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{6..11} ) inherit distutils-r1 DESCRIPTION="A complete replacement for i3status with many status modules" HOMEPAGE="https://github.com/enkore/i3pystatus" GIT_COMMIT="b5f485bc5adb0dc6f819090b5412857d050c6c04" SRC_URI="https://github.com/enkore/i3pystatus/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${GIT_COMMIT}" LICENSE="MIT" KEYWORDS="~amd64" SLOT="0" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="" RDEPEND=""