Page MenuHomeFreeBSD

New port: devel/py-monotonic
ClosedPublic

Authored by novel on Jan 10 2016, 3:57 AM.
Tags
Referenced Files
F107119166: D4845.id12091.diff
Fri, Jan 10, 10:08 AM
Unknown Object (File)
Sat, Jan 4, 6:51 AM
Unknown Object (File)
Nov 22 2024, 4:47 AM
Unknown Object (File)
Nov 7 2024, 4:28 AM
Unknown Object (File)
Oct 7 2024, 11:14 PM
Unknown Object (File)
Oct 7 2024, 11:14 PM
Unknown Object (File)
Oct 7 2024, 11:14 PM
Unknown Object (File)
Oct 7 2024, 10:54 PM
Subscribers
None

Details

Reviewers
sunpoet
koobs
Summary

This module provides a monotonic() function which returns the value
(in fractional seconds) of a clock which never goes backwards. It
is compatible with Python 2 and Python 3.

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:

WWW: https://pypi.python.org/pypi/monotonic/

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

novel retitled this revision from to New port: devel/py-monotonic.
novel updated this object.
novel edited the test plan for this revision. (Show Details)
novel added reviewers: sunpoet, koobs.
novel set the repository for this revision to rP FreeBSD ports repository.
novel edited the test plan for this revision. (Show Details)
novel added a project: Python.
koobs requested changes to this revision.Jan 10 2016, 5:54 AM
koobs edited edge metadata.
koobs added inline comments.
devel/py-monotonic/Makefile
12

Capitalize Python in Python 2

17

I think should be USES=python as the author explicitly states that monotonic will alias the standard libraries time.monotonic

devel/py-monotonic/pkg-descr
10

Match WWW to homepage or url field as per setup.py:

https://github.com/atdt/monotonic

This revision now requires changes to proceed.Jan 10 2016, 5:54 AM
novel edited edge metadata.
koobs edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 10 2016, 2:10 PM