non port: devel/py-zope.component/pkg-descr |
Number of commits found: 6 |
Wednesday, 7 Sep 2022
|
21:58 Stefan Eßer (se)
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
fb16dfe |
Wednesday, 25 Apr 2018
|
16:42 amdmi3
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
 |
Thursday, 8 Feb 2018
|
20:18 amdmi3
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket
 |
Monday, 23 Sep 2013
|
12:52 rm
Tidy up zope/plone ports over the tree. Common changes:
- remove indefinite article from COMMENT
- align USE_PYDISTUTILS value in Makefile
- tab -> space change in pkg-descr:WWW
- update WWW to use https scheme in url to avoid redirect
- add trailing slash to WWW
All changes are non-functional.
 |
Thursday, 29 Sep 2011
|
21:04 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)
 |
Monday, 21 Mar 2011
|
10:13 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
 |
Number of commits found: 6 |