2021-07-23 18:08:38 +02:00
|
|
|
SUMMARY = "An improved Python library to control i3wm and sway."
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3961efb54421653518521529853444c4"
|
|
|
|
|
|
|
|
SRC_URI = " \
|
2021-11-23 17:16:27 +01:00
|
|
|
git://github.com/altdesktop/i3ipc-python.git;protocol=https;branch=master \
|
2021-07-23 18:08:38 +02:00
|
|
|
"
|
|
|
|
|
2021-08-07 06:23:26 +02:00
|
|
|
RDEPENDS:${PN} = " \
|
2021-07-23 18:08:38 +02:00
|
|
|
python3 \
|
|
|
|
python-xlib \
|
|
|
|
"
|
|
|
|
|
|
|
|
inherit setuptools3
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PV = "2.2.1"
|
2022-02-01 04:34:57 +01:00
|
|
|
SRCREV = "8ee74938fef47bf409a9f13c6d6436a1ef27ad7f"
|
2021-07-23 18:08:38 +02:00
|
|
|
|