mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
create bsd12 branch
This commit is contained in:
21
python/py-zope.component/Makefile
Normal file
21
python/py-zope.component/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-zope.component/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= zope.component
|
||||
PORTVERSION= 4.2.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Zope Component Architecture
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.event>=0:python/py-zope.event@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>=4.1.0:python/py-zope.interface@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
python/py-zope.component/distinfo
Normal file
2
python/py-zope.component/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.component-4.2.2.tar.gz) = 282c112b55dd8e3c869a3571f86767c150ab1284a9ace2bdec226c592acaf81a
|
||||
SIZE (zope/zope.component-4.2.2.tar.gz) = 546598
|
||||
13
python/py-zope.component/pkg-descr
Normal file
13
python/py-zope.component/pkg-descr
Normal file
@@ -0,0 +1,13 @@
|
||||
zope.component, together with zope.interface, provides facilities
|
||||
for defining, registering and looking up components.
|
||||
|
||||
There are two basic kinds of components: adapters and utilities.
|
||||
|
||||
Utilities are just components that provide an interface and that
|
||||
are looked up by an interface and a name.
|
||||
|
||||
Adapters are components that are computed from other components
|
||||
to adapt them to some interface. Because they are computed from
|
||||
other objects, they are provided as factories, usually classes.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.component/
|
||||
Reference in New Issue
Block a user