PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 18th of May, 2018

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[00:07:05] <Schwarzbaer> Hi. How can I specify multiple `--extra-index-url`s in a requirements.txt? I'm using a local one for a project of my own, and another non-PyPI one for Panda3D binaries; or at least that's what I want / need to do. I've tried just adding both repos after the `--extra-index-url` in the file, I've tried repeating the parameter, I've put them on two lines... Every time I run `pip install -r requirements.txt`, the local one
[00:07:05] <Schwarzbaer> simply gets ignored.
[14:56:12] <tos9> Schwarzbaer: --extra-index-url foo --extra-index-url bar
[15:12:18] <dalley> I'm probably doing something dumb since it's my first time using twine, but I'm getting "HTTPError: 403 Client Error: Invalid or non-existent authentication information. for url: https://test.pypi.org/legacy/"
[15:12:29] <dalley> whenever I try to upload to the test pypi
[15:12:41] <dalley> I do have an account and a .pypirc file
[15:12:59] <dalley> and my creds are in there
[15:14:07] <mgedmin> typo in .pypirc maybe?
[15:14:25] <mgedmin> I don't remember the exact syntax for having multiple repository creds in a .pypirc, but you could look that up somewhere, I'm sure
[15:17:24] <dalley> [distutils]
[15:17:24] <dalley> index-servers=
[15:17:24] <dalley> pypi
[15:17:24] <dalley> testpypi
[15:17:24] <dalley> [testpypi]
[15:17:25] <dalley> repository: https://test.pypi.org/legacy/
[15:17:29] <dalley> username: .....
[15:17:31] <dalley> password: ...........
[15:20:56] <mgedmin> well, that looks right :/
[15:32:20] <Schwarzbaer> tos9, thanks. I could have sworn that I tried that, but of course, now that you've told me, it works.
[16:02:28] <tos9> :)
[16:31:58] <dalley> well, I gave a coworker the patch I've been using, and they could upload fine with twine:master. whatever
[17:22:53] <Alir3z4> Hello, how can I request taking over ownership of an abandoned package ? is there a mailing list or specific email to contact ?
[17:34:53] <ngoldbaum> Alir3z4: open an issue like this: https://github.com/pypa/warehouse/issues/3931
[17:35:22] <ngoldbaum> see https://www.python.org/dev/peps/pep-0541/
[17:37:16] <Alir3z4> @ngoldbaum: Thank you, that would do ;)
[17:38:23] <ngoldbaum> it may take a while before someone gets back to you, pypa is a volunteer organization
[17:46:05] <Alir3z4> I understand, sure.
[18:01:52] <Schwarzbaer> Err... Wouldn't that be an issue against the software Warehouse? i mean, if you do it that way, okay, but that seems extremely counter-intuitive to me.
[18:15:34] <di_codes> there isn’t a better place for it at the moment
[18:49:07] <okidou> hi is anyone there
[19:30:38] <ngoldbaum> okidou: in general on IRC it's better to just ask a question rather than asking to ask
[19:30:46] <ngoldbaum> IRC is asynchronous
[19:30:55] <ngoldbaum> if somoene knows the answer to your question they might eventually answer