No edit summary |
|||
Line 44: | Line 44: | ||
*** 2: %{python_sitearch} | *** 2: %{python_sitearch} | ||
** This will decide where Products.* modules to be placed. | ** This will decide where Products.* modules to be placed. | ||
== Participants == | == Participants == | ||
Line 71: | Line 56: | ||
Joining the Zope SIG is as simple as being part of Fedora and having a love for Zope. Once you are a contributor to Fedora, you can join the SIG by adding your name above and communicating with the rest of the team in the usual [[Communicate| Fedora channels]] . | Joining the Zope SIG is as simple as being part of Fedora and having a love for Zope. Once you are a contributor to Fedora, you can join the SIG by adding your name above and communicating with the rest of the team in the usual [[Communicate| Fedora channels]] . | ||
== Review Requests == | |||
* [https://bugzilla.redhat.com/show_bug.cgi?id=632554 python-zope-component] | |||
* [https://bugzilla.redhat.com/show_bug.cgi?id=629027 python-ZODB3 ] | |||
* [https://bugzilla.redhat.com/show_bug.cgi?id=629324 python-zc-buildout ] | |||
* [https://bugzilla.redhat.com/show_bug.cgi?id=629530 python3-zope-fixers ] | |||
== Guidelines and Best Practices == | == Guidelines and Best Practices == |
Revision as of 11:31, 10 September 2010
Fedora Zope Special Interest Group
Missions
- To build all Zope related productive packages for each release of Fedora and EL.
- At least, to build Zope and Plone for EL6.
Prominent Packages
Zope2
Zope2 is the foundations and the first floors of this skyscraper.
Robin 'cheese' Lee is working on packaging Zope2 and a bunch of its dependencies.
You can find the spec files of those packages from a git: http://fedorapeople.org/gitweb?p=cheeselee/public_git/zope-rpm.git;a=tree;h=refs/heads/master;hb=master And the Zope2 yum repo here: http://cheeselee.fedorapeople.org/yum/zope/ (only for F-13 and i686 and SRPM).
You can make a trivial test by these steps:
$ wget http://cheeselee.fedorapeople.org/yum/zope-cheese.repo $ su -c "cp zope-cheese.repo /etc/yum.repos.d/" $ su -c "yum install zope" $ su -c "service zope start" $ xdg-open http://localhost:8080/
Dependency Info
Dependency info from versions.cfg about Zope2 2.12.7 updates/new packages.
See the list here:
Zenoss
Plone
Grok
- TODO
Topics to discus
- Where to place the modules provided by the Zope2 source package itself
- Candidates:
- 1: a separate path like %{_libdir}/zope/lib/python
- 2: %{python_sitearch}
- This will decide where Products.* modules to be placed.
- Candidates:
Participants
Joining the SIG
Joining the Zope SIG is as simple as being part of Fedora and having a love for Zope. Once you are a contributor to Fedora, you can join the SIG by adding your name above and communicating with the rest of the team in the usual Fedora channels .