View | Details | Raw Unified | Return to bug 247686
Collapse All | Expand All

(-)devel/py-class-registry/Makefile (+23 lines)
Line 0 Link Here
1
# Created by: Waitman Gobble <waitman@waitman.net>
2
# $FreeBSD$
3
4
PORTNAME=	class-registry
5
DISTVERSION=	2.1.2
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	robak@FreeBSD.org
11
COMMENT=	Seamlessly create powerful service registries
12
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.13:devel/py-six@${PY_FLAVOR}
17
18
USES=		python
19
USE_PYTHON=	distutils autoplist concurrent
20
21
NO_ARCH=	yes
22
23
.include <bsd.port.mk>
(-)devel/py-class-registry/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1593587133
2
SHA256 (class-registry-2.1.2.tar.gz) = 678bdb0322566c07a4d8905140d364bd34a73baf46bf7580fc2e06fa994d4e7e
3
SIZE (class-registry-2.1.2.tar.gz) = 15277
(-)devel/py-class-registry/pkg-descr (+9 lines)
Line 0 Link Here
1
At the intersection of the Registry and Factory patterns lies the 
2
ClassRegistry:
3
Define global factories that generate new class instances based on
4
configurable keys.
5
Seamlessly create powerful service registries.
6
Integrate with setuptools’s entry_points system to make your
7
registries infinitely extensible by 3rd-party libraries.
8
9
WWW: https://class-registry.readthedocs.io/

Return to bug 247686