freebsd-ports/devel/py-zope.component/pkg-descr
Greg Larkin 137678f338 - Updated to 3.11.0 after devel/py-zope.interface upgrade
- Fixed *_DEPENDS due to py-zope.interface rename

PR:		ports/160987
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	clsung (maintainer)
2011-09-29 21:04:02 +00:00

13 lines
535 B
Text

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: http://pypi.python.org/pypi/zope.component