Bug 255383

Summary: [NEW PORT] devel/py-phx-class-registry Factory+Registry pattern for Python classes
Product: Ports & Packages Reporter: Henry <PopularMoment>
Component: Individual Port(s)Assignee: Neel Chauhan <nc>
Status: Closed FIXED    
Severity: Affects Only Me CC: nc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Henry 2021-04-25 02:53:15 UTC
Created attachment 224412 [details]
patch

Based on work from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247686 which it obsoletes.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-28 17:37:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d4a672b91382e55873a45acbf1ec2c6268e3edd

commit 5d4a672b91382e55873a45acbf1ec2c6268e3edd
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-04-28 17:36:28 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-04-28 17:36:28 +0000

    New port: devel/py-phx-class-registry: Factory+Registry pattern for Python classes

    PR:             255383
    Submitted by:   Henry <PopularMoment@protonmail.com>

 devel/Makefile                              |  1 +
 devel/py-phx-class-registry/Makefile (new)  | 25 +++++++++++++++++++++++++
 devel/py-phx-class-registry/distinfo (new)  |  3 +++
 devel/py-phx-class-registry/pkg-descr (new) |  3 +++
 4 files changed, 32 insertions(+)
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2021-04-28 17:39:31 UTC
Committed!