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 +# $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 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