[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fink-commits
Subject:    [cvs] dists/10.9-libcxx/stable/main/finkinfo/libs/pythonmods monotonic-py.info, NONE, 1.1
From:       Hanspeter Niederstrasser via Fink-commits <fink-commits () lists ! sourceforge ! net>
Date:       2017-07-23 3:31:26
Message-ID: E1dZ7c9-0006IU-8d () sfs-ml-3 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/fink/dists/10.9-libcxx/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24229

Added Files:
	monotonic-py.info 
Log Message:
new pkg monotonic-py from tracker
https://sourceforge.net/p/fink/package-submissions/4950/

--- NEW FILE: monotonic-py.info ---
Info2: <<
Package: monotonic-py%type_pkg[python]
Version: 1.3
Revision: 5
Type: python (2.7 3.4)

Description: Function time.monotonic() for Python 2&<3.3
License: BSD
Homepage: https://pypi.python.org/pypi/fasteners
Maintainer: Scott Hannahs <shannahs@users.sourceforge.net>

Depends: python%type_pkg[python]
BuildDepends: setuptools-tng-py%type_pkg[python]

Source: https://pypi.python.org/packages/96/b3/3e9fa0bdf132a971571cbf0e3f0c8b38834f4f7af8ca9523794f4f5895e0/monotonic-%v.tar.gz
                
Source-MD5: 34351251d1a67667a25cd7673d2e44bf

CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build
<<

InfoTest: <<
	  TestScript: %p/bin/python%type_raw[python] setup.py test
<<

InstallScript: %p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d
DocFiles: LICENSE PKG-INFO

DescDetail: <<
Overview
monotonic
~~~~~~~~~

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:

+------------------+----------------------------------------+
> Linux, BSD, AIX  | ``clock_gettime(3)``                   |
+------------------+----------------------------------------+
> Windows          | ``GetTickCount`` or ``GetTickCount64`` |
+------------------+----------------------------------------+
> OS X             | ``mach_absolute_time``                 |
+------------------+----------------------------------------+

If no suitable implementation exists for the current platform,
attempting to import this module (or to import from it) will
cause a ``RuntimeError`` exception to be raised.
<<
<<

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic