blob: 0fa107c33efc2838b90e7d5eaffc4c1e8f245e89 [file] [log] [blame]
Andrew Geisslereef63862021-01-29 15:58:13 -06001DESCRIPTION = "Python data structure and operations for intervals"
2HOMEPAGE = "https://github.com/AlexandreDecan/portion"
3SECTION = "devel/python"
4
5LICENSE = "LGPLv3"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
7
8inherit pypi setuptools3
9
Andrew Geissler32b11992021-03-31 13:37:05 -050010SRC_URI[sha256sum] = "ed62fd1450336026f55c7d40b92b7159efd81d1420c778dd1b592bb634b14b4c"
Andrew Geisslereef63862021-01-29 15:58:13 -060011
12BBCLASSEXTEND = "native"