blob: a340ba7fce340055c0e6d957de762196360074ed [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
Patrick Williams2a254922023-08-11 09:48:11 -050010SRC_URI[sha256sum] = "9dcbf1808898f440aed304a5e9f0742a2859eca3b0ac7f1f58e50502852a8ef9"
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"