man-group / pkglib

Company-centric Python packaging and testing library
39 stars 22 forks source link

Svn and git are supported but git-svn seems to have trouble. #17

Open ehiggs opened 11 years ago

ehiggs commented 11 years ago

Svn and git are supported but git-svn seems to have trouble.

eeaston commented 11 years ago

Thanks for raising, I'll take a look. This might be a pip thing.

Wilfred commented 10 years ago

Yep, I'm seeing this too. I'll take a look.

ehiggs commented 10 years ago

Thanks. I'm sorry the report was so sh1tty. :(

Wilfred commented 10 years ago

I'm getting an exception that looks like this: pip.exceptions.InstallationError: Command /usr/bin/git config remote.origin.url failed with error code 1 in /path/to/my/package when running python setup.py install on my package.

Wilfred commented 10 years ago

It would be really useful to have a demo project that showcased pkglib usage. I don't have any public projects that I can reproduce this on (shouldn't be a big problem).

Wilfred commented 10 years ago

The problem is here: https://github.com/ahlmss/pkglib/blob/c456e7f4ad70771dbe1f7f6513a147bfe9ad5bc0/pkglib/pkglib/setuptools/command/egg_info.py#L130

Just catching InstallationError seems to be insufficient though, I just a traceback later on.

ehiggs commented 8 years ago

Hi there. I'm going through old tickets to see if they can be closed. Was this issue fixed and released?

Thanks!

Wilfred commented 8 years ago

This issue still exists I believe.