I'm running in a strange error when trying to perform an sdist.
this is the output:
(neuronvisio_test)mattions@triton:Neuronvisio(master)$ paver sdist
*** Problem with pavement:
/home/mattions/Work/model/MSN/Neuronvisio/pavement.py
In setting command options for Task: sdist,
option ('tag-date', 'd', 'Add date stamp (e.g. 20050528) to
version number') for Task: setuptools.command.egg_info is already in
use
by another task in the dependency chain.
My pavement: https://github.com/mattions/neuronvisio/blob/master/pavement.py
I'm not really sure I understand what is the problem.
I'm getting the error with version 1.0.5
Any clue?
Thanks,
Michele.
To be honest I'm not sure how I'm using the option.
I just launch paver sdist and it always baked the package properly.
Right now is not working anymore.
if I do python setup.py sdist, the package is properly create in tarball
> --
> You received this message because you are subscribed to the Google Groups "paver" group.
> To post to this group, send email to pa...@googlegroups.com.
> To unsubscribe from this group, send email to paver+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/paver?hl=en.
>
However, even if I change it to srcdist I get the same error described before.
Thanks for the hint. I think I found what is the problem.
In my project I use githubtools
(https://github.com/dinoboff/github-tools) extension to host the
documentation online at github
It seems that the task gh_pages_build creates some conflict. Removing
the task gives the possibility to run it without trouble.
Thanks,
Michele.
On Fri, Feb 17, 2012 at 11:07 AM, jhermann <Juergen...@1und1.de> wrote:
> PS:
>
> https://github.com/jhermann/jmx4py/commit/130e9a925b75a575e93a74b81a1f7521bcf42cc8