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)
Fri, Mar 8, 1:50 PM
Unknown Object (File)
Jan 10 2024, 3:37 AM
Unknown Object (File)
Nov 22 2023, 5:34 AM
Unknown Object (File)
Nov 11 2023, 8:48 PM
Unknown Object (File)
Nov 10 2023, 4:28 PM
Unknown Object (File)
Oct 10 2023, 7:46 PM
Unknown Object (File)
Oct 9 2023, 3:25 PM
Unknown Object (File)
Sep 9 2023, 5:48 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