Bug 256924

Summary: [NEW PORT]: devel/py-logzero - Robust and effective logging for Python
Product: Ports & Packages Reporter: Neal Nelson <ports>
Component: Individual Port(s)Assignee: Yasuhiro Kimura <yasu>
Status: Closed FIXED    
Severity: Affects Only Me CC: yasu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/metachris/logzero
Bug Depends on:    
Bug Blocks: 257131    
Attachments:
Description Flags
Git diff of new port.
none
Git diff of new port.
none
Git diff of new port. none

Description Neal Nelson 2021-07-01 16:15:26 UTC
Created attachment 226155 [details]
Git diff of new port.

This is a simple Python module that will be required by an upcoming update to the currently broken cad/py-cadquery.
Comment 1 Neal Nelson 2021-07-12 13:13:01 UTC
Created attachment 226391 [details]
Git diff of new port.

Change to use CHEESESHOP instead of git.
Comment 2 Neal Nelson 2021-07-12 13:14:56 UTC
Created attachment 226392 [details]
Git diff of new port.

Added python pseudo-category.
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-10-28 01:29:42 UTC
Take.
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-10-28 07:19:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1570b78b94840adb22f563883c73b223ad7ec73b

commit 1570b78b94840adb22f563883c73b223ad7ec73b
Author:     Neal Nelson <ports@nicandneal.net>
AuthorDate: 2021-10-28 01:24:45 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2021-10-28 07:17:17 +0000

    devel/py-logzero: Add new port

    Robust and effective logging for Python 2 and 3.

    PR:             256924

 devel/Makefile                   |  1 +
 devel/py-logzero/Makefile (new)  | 15 +++++++++++++++
 devel/py-logzero/distinfo (new)  |  3 +++
 devel/py-logzero/pkg-descr (new) | 18 ++++++++++++++++++
 4 files changed, 37 insertions(+)
Comment 5 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-10-28 07:25:00 UTC
Committed with minor refinements. Thanks!