FreeBSD Bugzilla – Attachment 216103 Details for
Bug 247686
[NEW PORT] devel/py-class-registry: Factory+Registry pattern for Python classes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/py-class-registry 2.1.2
py-class-registry.diff (text/plain), 2.76 KB, created by
waitman
on 2020-07-01 07:49:53 UTC
(
hide
)
Description:
devel/py-class-registry 2.1.2
Filename:
MIME Type:
Creator:
waitman
Created:
2020-07-01 07:49:53 UTC
Size:
2.76 KB
patch
obsolete
>Index: devel/py-class-registry/Makefile >=================================================================== >--- devel/py-class-registry/Makefile (nonexistent) >+++ devel/py-class-registry/Makefile (working copy) >@@ -0,0 +1,23 @@ >+# Created by: Waitman Gobble <waitman@waitman.net> >+# $FreeBSD$ >+ >+PORTNAME= class-registry >+DISTVERSION= 2.1.2 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= robak@FreeBSD.org >+COMMENT= Seamlessly create powerful service registries >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.13:devel/py-six@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils autoplist concurrent >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-class-registry/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-class-registry/distinfo >=================================================================== >--- devel/py-class-registry/distinfo (nonexistent) >+++ devel/py-class-registry/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1593587133 >+SHA256 (class-registry-2.1.2.tar.gz) = 678bdb0322566c07a4d8905140d364bd34a73baf46bf7580fc2e06fa994d4e7e >+SIZE (class-registry-2.1.2.tar.gz) = 15277 > >Property changes on: devel/py-class-registry/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-class-registry/pkg-descr >=================================================================== >--- devel/py-class-registry/pkg-descr (nonexistent) >+++ devel/py-class-registry/pkg-descr (working copy) >@@ -0,0 +1,9 @@ >+At the intersection of the Registry and Factory patterns lies the >+ClassRegistry: >+Define global factories that generate new class instances based on >+configurable keys. >+Seamlessly create powerful service registries. >+Integrate with setuptoolsâs entry_points system to make your >+registries infinitely extensible by 3rd-party libraries. >+ >+WWW: https://class-registry.readthedocs.io/ > >Property changes on: devel/py-class-registry/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 247686
: 216103