PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 11th of November, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[19:14:53] <DanielHolth> node people put the tiniest things in their own packages
[19:15:03] <DanielHolth> like individually wrapped mints
[19:32:12] <dstufft> side effect of nested dependencies I think
[19:32:31] <dstufft> or at least enabled by it
[22:51:14] <_habnabit> so i'm trying to `ve/bin/pip wheel .`, but pip is copying everything in the cwd into ve/build, which is in the cwd, which gets copied to ve/build/ve/build, etc. do i just have to change the build directory to mitigate this?
[22:54:11] <dstufft> _habnabit: yea probably
[22:54:36] <_habnabit> dstufft, hmm okay
[22:54:43] <_habnabit> dstufft, well, i'm trying with -b right now
[22:55:21] <dstufft> _habnabit: You'll probably like this: Right now i'm adding randomized build dirs to pip except in the one edge case we can't use them (and in the enxt next version of pip that edge case is gone)
[22:55:28] <_habnabit> urrgh i remember the issues i had before now. it doesn't seem that pip cleans up the build directories if i pass -b, so the second run fails
[22:55:44] <_habnabit> oh i see
[22:56:49] <_habnabit> so can i tell pip to clean up the build directory it makes with -b ?
[22:57:16] <dstufft> _habnabit: uhh, I thought pip would clean those up
[22:57:19] <dstufft> :/
[22:57:37] <_habnabit> well, pip failed
[22:57:40] <_habnabit> if that makes a difference
[23:03:53] <dstufft> hm
[23:04:04] <dstufft> I wonder if it makes sense to delete the directory if given with --build
[23:04:16] <dstufft> thinking about that more
[23:21:26] <GiLgAmEzH> hi to all! i'm building a pypi mirror for pycon.ar. How can I calculate de disk size that I will need?
[23:22:39] <GiLgAmEzH> I downloaded 76GB so far
[23:25:32] <dstufft> GiLgAmEzH: last time I looked it was roughly 100GB
[23:28:48] <GiLgAmEzH> dstufft: thanks! so.. i'm against the clock now!
[23:30:31] <GiLgAmEzH> dstufft: this data should be in the mirror's page :)
[23:31:01] <dstufft> it would get out of date pretty quickly I think
[23:33:25] <GiLgAmEzH> dstufft: True..
[23:33:45] <GiLgAmEzH> dstufft: tanks for your help
[23:33:50] <GiLgAmEzH> thanks