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
F173354444: D23018.id.diff
Fri, Sep 25, 10:05 AM
F173229429: D23018.diff
Thu, Sep 24, 12:21 PM
Unknown Object (File)
Thu, Sep 24, 7:42 AM
Unknown Object (File)
Sat, Sep 19, 5:07 AM
Unknown Object (File)
Aug 8 2026, 4:57 PM
Unknown Object (File)
Aug 8 2026, 2:24 PM
Unknown Object (File)
Aug 8 2026, 10:00 AM
Unknown Object (File)
Jul 25 2026, 2:28 AM
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
Lint Not Applicable
Unit
Tests Not Applicable