Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install lovely.recipe.cappuccino

How to install lovely.recipe.cappuccino

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install lovely.recipe.cappuccino
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.0.7 Available View build log
0.0.5 Available View build log
0.0.4 Available View build log
0.0.2 Available View build log
Windows (64-bit)
0.0.7 Available View build log
0.0.5 Available View build log
0.0.4 Available View build log
0.0.2 Available View build log
Mac OS X (10.5+)
0.0.7 Available View build log
0.0.5 Available View build log
0.0.4 Available View build log
0.0.2 Available View build log
Linux (32-bit)
0.0.7 Available View build log
0.0.5 Available View build log
0.0.4 Available View build log
0.0.2 Available View build log
Linux (64-bit)
0.0.7 Available View build log
0.0.5 Available View build log
0.0.4 Available View build log
0.0.2 Available View build log
 
License
ZPL 2.1
Dependencies
Lastest release
version 0.0.7 on Jan 24th, 2011
========================
lovely.recipe.cappuccino
========================

This recipe allows you to

- install cappuccino as a local installation inside your development environment
- setup a build tool to support cibs and data models


Cappuccino Installer
====================

Creates a local cappuccino installation for your project.

Buildout options
----------------

- path : where to install narwhal (default: parts)
- narwhal-user : github user from which to get narwhal (default: 280north)
- narwhal-ref : reference of the version/branch to use (default: master)
- narwhal-required : additional packages to install into narwhal
- narwhal-jsc : use narwhal-jsc on OS-X systems

- cappuccino-develop : path to a cappuccino checkout (default: None)


What happens
------------

download narwahl from github using the options::

http://github.com//narwhal/zipball/

The downloaded file is cached using the standard buildout cache.

if the path /narwhal doesn't exist::

- extract narwhal to /narwhal
- run "tusk install browserjs jake shrinksafe"
- on MAC OS-X:
- run "tusk install narwhal-jsc"
- run "make webkit" in /narwhal/packages/narwhal-jsc
- run "tusk install cappuccino"
- run "tusk install " for every  package

By default narwhal-jsc is not installed. It can be controlled by the
"narwhal-jsc" buildout option or by setting the environment variable
"buildoutnarwhaljsc".
Independent of this narwhal-jsc is only installen on MAC-OS-X (uname ==
'Darwin').

At this point of the installation we have narwhal installed at /narwahl
with the latest released cappuccino version.


Using a Development Version of cappuccino
-----------------------------------------

If you provide a path to a cappuccino checkout then "jake install" is run to
install the dev-version into narwhal.

To get a cappuccino checkout we suggest to use mr.developer to get cappuccino
from git.

Here's a sample buildout setup to install a cappuccino checkout at
${buildout-directory}/js/cappuccino

::
[buildout]

extensions = mr.developer

# mr.developer options
auto-checkout = *
sources = sources
sources-dir = js

[sources]
cappuccino = git egg=false git://github.com/280north/cappuccino.git


Cappuccino Build Tools
======================

Creates an executable to build whatever is needed for your cappuccino
project(s).


Option: narwhal (required)
--------------------------

The path to the narwhal installation to use. You can easily get the path from
the cappcuccino install parts using ${partname:narwhal-directory}.


Option: name (optional)
-----------------------

The name for the executable (default: the name of the buildout part)


Option: nib2cib (optional)
--------------------------

List of paths to your projects to look for \*.xib files.

Run "nib2cib" for all xib files found.


Option: datamodel (optional)
----------------------------

List of paths to your projects to look for "\*.xcdatamodel" files.

Run
- /Developer/usr/bin/momc  name.cxcdatamodel
- plutil -convert xml1 name.cxcdatamodel
for every xcdatamodel found in and below the path.



=======
CHANGES
=======

2011/01/23 0.0.7
----------------

- narwhal-jsc can also be activated from environment variable
"buildoutnarwhaljsc"

2011/01/14 0.0.6
----------------

- added "narwhal-jsc" option to explicitely activate narwhal-jsc on MAC
This was needed because of compile problems on some systems.

2011/01/13 0.0.5
----------------

- required packages from the buildout configuration are installed with a
separate call to tust install

- required packages from the buildout configuration are installed last

- changed the order of how packages are installed

2010/12/23 0.0.4
----------------

- fixed an issue when providing the narwhal user in buildout

2010/12/22 0.0.3
----------------

- fixed the narwhal-required option

2010/12/21 0.0.2
----------------

- first offical release

0.0.1a1
-------

- added a recipe to build a build tool: "builder"

- changed the default recipe to "install"

0.0.1a0 (unreleased)
--------------------

- initial release

Subscribe to package updates

Last updated Jan 24th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.