2021-07-23 18:08:38 +02:00
|
|
|
SUMMARY = "The Python X Library."
|
2022-03-04 14:58:29 +01:00
|
|
|
LICENSE = "LGPL-2.1-only"
|
2021-07-23 18:08:38 +02:00
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
|
|
|
|
|
|
|
SRC_URI = " \
|
2021-11-23 17:16:27 +01:00
|
|
|
git://github.com/python-xlib/python-xlib.git;protocol=https;branch=master \
|
2021-07-23 18:08:38 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
python3-wheel-native \
|
2022-01-09 08:50:09 +01:00
|
|
|
python3-setuptools-scm-native \
|
2021-07-23 18:08:38 +02:00
|
|
|
"
|
|
|
|
|
2022-03-02 14:12:16 +01:00
|
|
|
|
2021-08-07 06:23:26 +02:00
|
|
|
RDEPENDS:${PN} = " \
|
2021-07-23 18:41:22 +02:00
|
|
|
python3 \
|
|
|
|
python3-six \
|
|
|
|
"
|
|
|
|
|
2021-07-23 18:08:38 +02:00
|
|
|
inherit setuptools3
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PV = "0.31"
|
2022-02-01 04:34:57 +01:00
|
|
|
SRCREV = "a734526ed33fe446396e32649e8895dde679f52c"
|
2021-07-23 18:08:38 +02:00
|
|
|
|