blob: 942f1204c02d9fadbab5dcadab815c5f1fd3a35f [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 Geisslerfc113ea2023-03-31 09:59:46 -050010SRC_URI[sha256sum] = "deb16389e844dbf9aeb654261fce5febd720e4786c6690efbb9dc11608226840"
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"