Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Friday the 18th of April, 2014
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
00:23:24
] <
mugwump
> hey, anyone know how to make pip wheels work with forked git urls?
[
00:23:32
] <
mugwump
> ie, I want to write in my requirements.txt
[
00:24:23
] <
mugwump
> git://github.com/hearsaycorp/django@1.6.2-concretefieldsfix#egg=1.6.2-concretefieldsfix
[
00:24:35
] <
mugwump
> and avoid the cloning when I'm installing using wheels
[
02:23:12
] <
Ivo
> mugwump: you do you intend git to access a branch of that git repo without cloning it?
[
02:23:37
] <
Ivo
> s/git/pip
[
18:11:36
] <
mugwump
> Ivo: this is for, eg, Travis CI. I don't want it to have to keep cloning the repo; it should be able to fetch the pre-built wheel
[
23:02:19
] <
Ivo
> mugwump: I think continuing storage over builds in travis requires a pro account
[
23:02:33
] <
Ivo
> unless you want to do your won stoarge elsewhere
[
23:28:20
] <
mugwump
> I have a pro account, but that's not the point
[
23:28:50
] <
mugwump
> I don't want it to check the repo out; I just want it to use the pre-built wheel when I pin to a tag or commit hash
[
23:29:00
] <
mugwump
> (if it's in the wheel house)
[
23:29:41
] <
mugwump
> This is pretty common. Upstream has a bug? Fork it. Pin to a version in your fork. It should work just as well as a release version.
[
23:52:54
] <
Ivo
> mugwump: maybe comment thoughts on https://github.com/pypa/pip/issues/1732