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)
Sun, Jul 27, 11:15 PM
Unknown Object (File)
Fri, Jul 18, 10:37 PM
Unknown Object (File)
Jun 26 2025, 2:17 AM
Unknown Object (File)
Jun 20 2025, 2:28 AM
Unknown Object (File)
Jun 18 2025, 6:12 PM
Unknown Object (File)
Jun 17 2025, 8:02 AM
Unknown Object (File)
May 16 2025, 7:56 PM
Unknown Object (File)
Apr 24 2025, 9:56 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