Coder Social home page Coder Social logo

corneti.recipes.codeintel's People

Contributors

bubenkoff avatar dimazest avatar fabiocorneti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

corneti.recipes.codeintel's Issues

Python 3 support

When running this recipe on Python 3, I got this error:

Traceback (most recent call last):
  File "~/.buildout/eggs/zc.buildout-2.2.1-py3.4.egg/zc/buildout/buildout.py", line 1942, in main
    getattr(buildout, command)(args)
  File "~/.buildout/eggs/zc.buildout-2.2.1-py3.4.egg/zc/buildout/buildout.py", line 506, in install
    [self[part]['recipe'] for part in install_parts]
  File "~/.buildout/eggs/zc.buildout-2.2.1-py3.4.egg/zc/buildout/buildout.py", line 506, in <listcomp>
    [self[part]['recipe'] for part in install_parts]
  File "~/.buildout/eggs/zc.buildout-2.2.1-py3.4.egg/zc/buildout/buildout.py", line 1094, in __getitem__
    options._initialize()
  File "~/.buildout/eggs/zc.buildout-2.2.1-py3.4.egg/zc/buildout/buildout.py", line 1198, in _initialize
    self.initialize()
  File "~/.buildout/eggs/zc.buildout-2.2.1-py3.4.egg/zc/buildout/buildout.py", line 1207, in initialize
    self.recipe = recipe_class(buildout, name, self)
  File "~/.buildout/eggs/corneti.recipes.codeintel-0.3-py3.4.egg/corneti/recipes/codeintel/__init__.py", line 43, in __init__
    config.setdefault('Python', {}).setdefault('pythonExtraPaths', []).extend(python_extra_paths)
AttributeError: 'filter' object has no attribute 'extend'

target doesn't work

from README

[codeintel]
recipe = corneti.recipes.codeintel
eggs = ${instance:eggs}
target = ${buildout:directory}/src/.codeintel

target doesn't work for me, looking at the code it should be

codeintel-path  ${buildout:directory}/src/.codeintel

which does work for me

How to use?

i'd like to use this to make the config file for codeintel, but I don't know how to use this recipe. Could you help?

Failed release

Hi,

Looks like README.rst was not packaged in .egg (PyPi also wants this):

 Getting distribution for 'corneti.recipes.codeintel'.
 error: README.rst: No such file or directory

The problem is that the default setuptools packakingn does not support Git. Setuptools by default takes .py files and files listed in .svn.

Please use jarn.mkrelease to make a release:

http://pypi.python.org/pypi/jarn.mkrelease

... it does a lot of things for you automatically. Doing a release should be just a matter

  1. Edit version number in setup.py

  2. mkrelease -d pypi

(mkrelease will tag the item on Github, package and upload to PyPi)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.