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)
Wed, May 22, 9:00 PM
Unknown Object (File)
May 9 2024, 12:19 AM
Unknown Object (File)
May 9 2024, 12:13 AM
Unknown Object (File)
May 9 2024, 12:13 AM
Unknown Object (File)
May 8 2024, 2:48 PM
Unknown Object (File)
May 7 2024, 2:46 AM
Unknown Object (File)
May 4 2024, 2:24 AM
Unknown Object (File)
Apr 20 2024, 4:44 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
Lint Not Applicable
Unit
Tests Not Applicable