PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 15th of August, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[03:47:39] <mandeep> how can i tell how many downloads a package on the index has had?
[11:32:36] <instinct-_> Hi there
[11:33:01] <instinct-_> When using pip with the --target option it seems that binaries and scripts get lost into oblivion. Is there any way to direct them somewhere useful?
[11:56:25] <instinct-_> *sigh*
[11:56:55] <instinct-_> Along the same lines as https://github.com/pypa/pip/pull/3694 pip also ignores other install directories when --target is used
[19:12:49] <thm> setuptools_scm, and pip wheel don't play together for a git submodule (basically because the relative path in .git becomes wrong when pip copies everything to /tmp) is that a known issue, will it be fixed eventually?
[19:23:22] <thm> what is the reason for "pip wheel ." to copy everything to a dir in /tmp (in contrast to "python ./setup.py bdist_wheel)?
[20:20:00] <ronny> thm: ping?
[20:20:37] <ronny> thm: this is not yet a known issue and yay for git being an problem yet again
[20:37:10] <thm> ronny: was afk for a while. I see you saw the gh issue.
[20:37:42] <thm> so, should I also open a wheel ticket?
[20:39:29] <ronny> thm: i think its specifically a pip issue, pip cpoies for a "good reason" but its not techncially sound in all context
[20:39:45] <ronny> also bbl, calling it a night
[20:40:43] <thm> wow, pip has 656 open tickets.
[20:53:21] <thm> how can I declare a setuptools' --with-foo argument in a pip's requirement.txt ?
[20:53:47] <thm> the [..] are for extras, but how to specify a "Feature" ?
[20:54:32] <ngoldbaum> thm: foo[bar], i think
[20:54:47] <ngoldbaum> oh sorry, nm
[20:55:10] <thm> that doesn't seem to work
[21:34:13] <thm> ok, I can give a --global-option=with-foo. and in the latest pip I should be able to add this to the requirements.txt
[21:34:21] <thm> however, there it doesn't work.