blob: 4489aa59d53cea87153926296fc6fb5d57179264 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DESCRIPTION = "Interval arithmetic for Python"
2HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals"
3SECTION = "devel/python"
4
Brad Bishop0f291cc2019-09-01 15:16:57 -04005LICENSE = "LGPLv3"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007
8PYPI_PACKAGE := "python-intervals"
9
10inherit pypi
11
Brad Bishop868407c2019-11-04 13:24:47 -050012SRC_URI[md5sum] = "8955317ff4e42590c90ba6247b1caaed"
13SRC_URI[sha256sum] = "0d26746eaed0be78a61dd289bb7a10721b08770bb3e807614835f490d514f2a5"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014
15BBCLASSEXTEND = "native"