| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Apr 2013 06:44:00
3.12.0
|
rm  |
- pass maintainership to zope@
- trim Makefile header, while here
Approved by: clsung (maintainer, via linkedin)
Feature safe: yes |
18 Nov 2011 02:01:14
3.12.0
|
clsung  |
- Update to 3.12.0
Feature safe: yes |
08 Oct 2011 01:52:14
3.11.0_1
|
wen  |
- Update DEPENDS after repocopy devel/py-zopeevent to devel/py-zope.event |
29 Sep 2011 21:04:02
3.11.0
|
glarkin  |
- 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) |
21 Mar 2011 10:13:33
3.10.0
|
clsung  |
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://www.python.org/pypi/zope.component |