mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/i3ipc: new package
Signed-off-by: Stefan Ott <gentoo@desire.ch>
This commit is contained in:
1
dev-python/i3ipc/Manifest
Normal file
1
dev-python/i3ipc/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST v2.2.1.tar.gz 51760 BLAKE2B 19d62ad3cf5a3b2081cff9e193aef64d5108b9e2b304862d3bff60e11140873d8190d287e6ca89566602fc5300d80101576dc2d837b6f1e75d30adeb3772667e SHA512 edbcec3cd0da53815dba22d696a17ddf909c39db771cf234befaa3130f8b56003ccc70eb28a07b286ab31c2cbb9d5893caf42b01ed20d61efdcd6359afbecc18
|
||||
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