Name python-monotonic
Version 1.1
Summary implementation of time.monotonic() - Python 2.x
Description This module provides a monotonic() function which returns the value (in fractional seconds) of a clock which never goes backwards. On Python 3.3 or newer, monotonic will be an alias of time.monotonic from the standard library. On older versions, it will fall back to an equivalent implementation: GetTickCount64 on Windows, mach_absolute_time on OS X, and clock_gettime(3) on Linux/BSD.
Section base
License Apache-2.0
Homepage
Recipe file recipes-debian/python/python-monotonic_debian.bb
recipes-debian/python/recipes-debian/sources/python-monotonic.inc
Layer meta-debian (warrior branch)
Inherits
  • debian-package
  • distutils
  • distutils-base
  • distutils-common-base
  • python-dir
  • pythonnative
  • setuptools
Dependencies
  • python
  • python-native
  • python-setuptools-native
PACKAGECONFIG options

Sources

http://ftp.debian.org/debian/pool/main/p/python-monotonic/python-monotonic_1.1-2.dsc
http://ftp.debian.org/debian/pool/main/p/python-monotonic/python-monotonic_1.1.orig.tar.xz
http://ftp.debian.org/debian/pool/main/p/python-monotonic/python-monotonic_1.1-2.debian.tar.xz

Patches

None

Other branches

This recipe in other branches of meta-debian:

Branch Recipe
warrior (Yocto Project 2.7) python-monotonic 1.1 (this recipe)