Bug 255383 - [NEW PORT] devel/py-phx-class-registry Factory+Registry pattern for Python classes
Summary: [NEW PORT] devel/py-phx-class-registry Factory+Registry pattern for Python cl...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Neel Chauhan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-25 02:53 UTC by Henry
Modified: 2021-04-28 17:39 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.82 KB, patch)
2021-04-25 02:53 UTC, Henry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!