Simples Consultoria's skeleton for a package to be used in Plone.
Project description
sc.paster.package
Introduction
sc.paster.package – is a paster template used to create nested namespace packages for Plone.
It’s intended to be used on Simples Consultoria’s Plone projects so it contains some idiosyncrasies related to our internal needs.
Installation
If you have installed setuptools or distribute an easy_install command will be available. Then, you can install sc.paster.package using easy_install command like this:
$ easy_install -U sc.paster.package
Internet access to PyPI is required to perform installation of sc.paster.package.
Usage
After install just type
$ paster create -t portal_package sc.s17.bookshelf
in order to bring a wizard to help you setup this new portal policy.
We recommend you to already import this policy to a vcs repository. To do so, using svn, just add the switch –svn-repository to the paster command line
$ paster create -t portal_package sc.s17.bookshelf --svn-repository=https://dev.plone.org/svn/collective/
This command will create the package code tree under https://dev.plone.org/svn/collective/
Sponsoring
Development of this product was sponsored by
Credits
Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging, plumbing.
Changelog
0.8 (2011-07-07)
Minor translations to english [erico_andrei]
Remove types.xml from default profile [erico_andrei]
Add buildout configs for testing purposes [erico_andrei]
Fix variable substitution [erico_andrei]
Add some examples in upgrades and tests [erico_andrei]
Fix upgrade steps numbering [erico_andrei]
Moved tests to its own module [erico_andrei]
0.7.1 (2011-05-30)
Package clenaup [davilima6]
Updating README.txt templates [erico_andrei]
0.7 (2011-02-25)
Addind a uninstall profile to the template [erico_andrei]
ZopeSkel 2.19 [erico_andrei]
0.5.3 (2010-09-08)
Add distutils info to setup.cfg [erico_andrei]
Remove entry points (wrongly) used with local commands [erico_andrei]
Fixes package description [erico_andrei]
0.5.2 (2010-08-18)
Fixes various bugs with templates [lucmult]
Renames file template in order to avoid breaking generated products[erico_andrei]
0.5.1 (2010-08-03)
Adds upgrade steps templates [erico_andrei]
0.5 (2010-08-02)
Initial public release [erico_andrei]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.