blob: d998db01ddbfb64efbc081ea10bddcc7627cf3d9 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001DESCRIPTION = "Python data structure and operations for intervals"
2HOMEPAGE = "https://github.com/AlexandreDecan/portion"
3SECTION = "devel/python"
4
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "LGPL-3.0-only"
Andrew Geisslereff27472021-10-29 15:35:00 -05006LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
7
8inherit pypi setuptools3
9
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060010SRC_URI[sha256sum] = "247471718131d41fb82137ab7b6466cdf4b785d047e38d309ebf34c84101a3a6"
Andrew Geissler87f5cff2022-09-30 13:13:31 -050011
12RDEPENDS:${PN} = "\
13 ${PYTHON_PN}-sortedcontainers \
14"
Andrew Geisslereff27472021-10-29 15:35:00 -050015
16BBCLASSEXTEND = "native"