pb.recipes.pydev 0.4.4
Generates an Eclipse Pydev configuration file with path dependencies for an egg
A recipe that writes a .pydevproject file in a specified location. This file will contain paths of all the eggs of the current zope instance + any other paths specified in the buildout.cfg file. After running the buildout you'll have to close and reopen the Eclipse project, to regenerate the project's module indexes.
Almost all options of this recipe for the buildout.cfg are optional. The only one required is the eggs option. A sample zope3 instance buildout, with the pydev recipe could be something like this:
[buildout]
develop = .
parts = instance pydev
[sample-app]
recipe = zc.zope3recipes:app
eggs = something [app, third_party]
[pydev]
recipe = pb.recipes.pydev
eggs = ${sample-app:eggs}
For Plone integration and further configuration options, read the README.txt doctest inside the source code.
Change History
Version 0.4.4
- Add remote_path parameter to specify external path of the project to access eggs via network shares
Version 0.4.3
- Don't trigger an error if the .pydevproject file is missing
Version 0.4.2
- Add documentation on Plone integration
Version 0.4.1
- Cleanup package to follow package standards
Version 0.4
- no longer crash when dealing with .pydevproject files with no external source folder node.
Version 0.3
- Fix issue with paths that appear for two times in the generated file
- No longer pass the .pydevproject path to buildout as it gets deleted
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| pb.recipes.pydev-0.4.4-py2.5.egg (md5) | Python Egg | 2.5 | 2009-06-16 16:52:02.413391 | 15KB | 224 |
| pb.recipes.pydev-0.4.4-py2.4.egg (md5) | Python Egg | 2.4 | 2009-06-16 16:51:49.317826 | 15KB | 513 |
| pb.recipes.pydev-0.4.4.tar.gz (md5) | Source | 2009-06-16 16:51:36.426960 | 12KB | 1030 | |
- Author: Tiberiu Ichim - Pixelblaster SRL <tibi at pixelblaster ro>
- Maintainer: Jonathan Riboux - Quadra Informatique <jonathan riboux at quadra-informatique fr>
- Home Page: http://svn.plone.org/svn/collective/pb.recipes.pydev/
- Keywords: buildout recipe PyDev eclipse
- License: BSD
-
Categories
- Development Status :: 4 - Beta
- Environment :: Plugins
- Framework :: Buildout
- Framework :: Zope3
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Build Tools
- Topic :: Text Editors :: Integrated Development Environments (IDE)
- Package Index Owner: tiberiuichim, quadrainformatique
- Package Index Maintainer: quadrainformatique
- DOAP record: pb.recipes.pydev-0.4.4.xml
Log in to rate this package.
