Page MenuHomeFreeBSD

[NEW PORT] sysutils/py-cron-descriptor: Converts cron expressions into human readable strings
ClosedPublic

Authored by loader on Jan 3 2020, 6:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 23, 3:21 AM
Unknown Object (File)
Dec 9 2024, 11:15 PM
Unknown Object (File)
Dec 7 2024, 5:57 PM
Unknown Object (File)
Nov 25 2024, 7:49 AM
Unknown Object (File)
Nov 23 2024, 10:29 PM
Unknown Object (File)
Nov 23 2024, 3:20 AM
Unknown Object (File)
Nov 20 2024, 9:40 AM
Unknown Object (File)
Nov 10 2024, 4:54 PM
Subscribers

Details

Summary

Proposed commit log message:

[NEW PORT] sysutils/py-cron-descriptor: Converts cron expressions into human readable strings

A Python library that converts cron expressions into human
readable strings. Ported to Python from
https://github.com/bradyholt/cron-expression-descriptor.

WWW: https://github.com/Salamek/cron-descriptor

Reviewed_by: koobs
Approved by: koobs (mentor)
Differential_Revision: D23018
Test Plan
  • portlint: OK (looks fine.)
  • testport: OK (poudriere: 1300069, [armv7, aarch64], 'BUILD_ALL_PYTHON_FLAVORS=1', [py27, py35, py36, py37, py38] tested)
  • unittest: OK (

Python2.7 on armv7: Ran 177 tests in 0.449s OK
Python3.5 on armv7: Ran 177 tests in 0.520s OK
Python3.6 on armv7: Ran 177 tests in 0.604s OK
Python3.7 on armv7: Ran 177 tests in 0.542s OK
Python3.8 on armv7: Ran 177 tests in 0.553s OK
)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 28454
Build 26519: arc lint + arc unit