blob: 2af7b57921b6504dd8616daf323bdcbd7f401c2a [file] [log] [blame]
Brad Bishop6a62e0e2019-10-21 08:11:42 -04001SUMMARY = "This module provides a monotonic() function which returns the value (in fractional seconds) of a clock which never goes backwards."
2HOMEPAGE = "https://github.com/atdt/monotonic"
Andrew Geisslere34f8962021-04-15 15:53:51 -05003SECTION = "devel/python"
4
Brad Bishop6a62e0e2019-10-21 08:11:42 -04005LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
7
Andrew Geisslere34f8962021-04-15 15:53:51 -05008SRCREV = "80681f6604e136e513550342f977edb98f5fc5ad"
Andrew Geissler595f6302022-01-24 19:11:47 +00009SRC_URI = "git://github.com/atdt/monotonic.git;branch=master;protocol=https"
Brad Bishop6a62e0e2019-10-21 08:11:42 -040010
Andrew Geisslere34f8962021-04-15 15:53:51 -050011S = "${WORKDIR}/git"
12
13inherit setuptools3
Andrew Geissler9aee5002022-03-30 16:27:02 +000014
15PIP_INSTALL_PACKAGE = "monotonic"