Giter Club home page Giter Club logo

yaco-recipe-patch's People

Contributors

ant30 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

yaco-recipe-patch's Issues

Couldn't find a distribution...?

This may be a newb question, but I'm having a problem getting this recipe to work. Any ideas?

Here is my buildout.cfg:

[buildout]
parts = django django-patches

[django]
recipe = djangorecipe
version = trunk
project = src

[django-patches]
recipe = yaco.recipe.patch
patch = patches/django-core-handlers-base-1.diff

I am running:
./bin/buildout -n -vvvvv

And I get:

Installing 'zc.buildout', 'setuptools'.
We have the best distribution that satisfies 'zc.buildout'.
Picked: zc.buildout = 1.5.2
We have the best distribution that satisfies 'setuptools'.
Picked: setuptools = 0.6c12dev-r85381
Installing 'djangorecipe'.
We have the best distribution that satisfies 'djangorecipe'.
Picked: djangorecipe = 0.20
Getting required 'zc.recipe.egg'
  required by djangorecipe 0.20.
We have the best distribution that satisfies 'zc.recipe.egg'.
Picked: zc.recipe.egg = 1.3.2
Installing 'yaco.recipe.patch'.
We have no distributions for yaco.recipe.patch that satisfies 'yaco.recipe.patch'.
Getting distribution for 'yaco.recipe.patch'.
Could't load zc.buildout entry point default
from yaco.recipe.patch:
Couldn't find a distribution for 'yaco.recipe.patch'..
While:
  Installing.
  Getting section django-patches.
  Initializing section django-patches.
  Installing recipe yaco.recipe.patch.
  Getting distribution for 'yaco.recipe.patch'.
Error: Couldn't find a distribution for 'yaco.recipe.patch'.

README.txt error is back

Hello,

When I install yaco-recipe-patch with buildout I have this error message:

/yaco.recipe.patch-0.3.2.1/yaco/recipe/patch/README.txt: No such file or directory
An error occurred when trying to install yaco.recipe.patch 0.3.2.1. Look above this message for any errors that were output by easy_install.
While:
  Installing.
  Getting section openerp-patches.
  Initializing section openerp-patches.
  Installing recipe yaco.recipe.patch.
  Getting distribution for 'yaco.recipe.patch'.
Error: Couldn't install: yaco.recipe.patch 0.3.2.1

If I download yaco.recipe.patch-0.3.2.1.tar.gz, from pypi, the setup.py contains the buggy code (not the one on github for 0.3.2.1:

long_description = (
    read('README.txt')
    + '\n' +
    'Detailed Documentation\n'
    '**********************\n'
    + '\n' +
    read('yaco', 'recipe', 'patch', 'README.txt')
    + '\n' +
    'Contributors\n'
    '************\n'
    + '\n' +
    read('CONTRIBUTORS.txt')
    + '\n' +
    'Change history\n'
    '**************\n'
    + '\n' +
    read('CHANGES.txt')
    + '\n' +
   'Download\n'
    '********\n')

I have the same error with pip and easy_install.

Can update the file on pypi ?

Thanks,
Cyril

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.