PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 18th of December, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[03:34:26] <buck1> a pypy virtualenv yields shebangs that end with /pypy
[03:34:36] <buck1> then virtualenv --make-relocatable refuses to rewrite then
[03:34:51] <buck1> workaround is virtualenv --python=python, but it's super derpy
[06:10:58] <mgedmin> flox, thanks for the idea!
[12:10:43] <gnu_d> Hi, how can I append a dependency using requirements.txt to include github git+http package ?
[12:13:36] <apollo13> -e git+https://… iirc
[12:14:03] <gnu_d> apollo13: in a line inside of the requirements.txt file ?
[12:14:14] <apollo13> that's what you asked, no?
[12:14:46] <apollo13> also without -e if you don't want it editable I'd say
[12:14:51] <apollo13> see pip.readthedocs.org/en/latest/user_guide.html#requirements-files
[12:15:13] <apollo13> and pip.readthedocs.org/en/latest/reference/pip_install.html#requirements-file-format
[12:15:16] <gnu_d> apollo13: I kind got it working with, it's cool :)
[20:50:47] <nanonyme> agronholm, btw, we talked about eggs earlier: wheel conversion worked almost perfectly and I was able to actually get those packages installed in a sane fashion
[20:51:38] <nanonyme> I'm a bit confused that egg->wheel conversion appears to have nuked the entry-point script that's installed into bin directory normally but otherwise no hassle
[20:55:38] <agronholm> nanonyme: those should still work
[20:56:04] <nanonyme> Yeah, it's probably a bug in conversion. I should try to provide a minimal sample. Will try to figure out how it was originally built
[20:59:31] <dstufft> wheels generally don't include the scripts inside them
[20:59:39] <dstufft> pip generates those scripts when you install
[22:45:40] <tomprince> pip 1.5.6 and setuptools 8.2 break with local version numbers
[22:46:21] <tomprince> ^-- dstufft jaraco gist.github.com/tomprince/73dc8052a5b8ec698735
[22:49:10] <tomprince> And creating a wheel from it (with setuptools<8), changes the version seperator from + to -.