[00:05:13] <janw313_> hi! would like to contribute a patch to https://pypi.python.org/pypi/ctypeslib. but, sole developer of that project no longer has pypi access, nor has access to svn.python.org where code is hosted. any way out of that dilemma?
[01:15:49] <ionelmc> janw313_: you could ask to take over the package here http://sourceforge.net/p/pypi/support-requests/ or here https://bitbucket.org/pypa/pypi/issues
[01:16:15] <ionelmc> i'm not sure the admins do that anymore
[01:16:33] <ionelmc> janw313_: what if you make a ctypeslib2 package?
[01:21:17] <janw313_> ionelmc: thx! looks like takeover/access requests were possible two months ago ('apns-client' https://sourceforge.net/p/pypi/support-requests/549/). i will try that.
[01:22:41] <janw313_> ctypeslib2... well... my bugfix is too minor for making a new package
[01:34:21] <ionelmc> janw313_: it's not like ctypelib has any releases on pypi
[01:35:21] <ionelmc> that - the pypi package i mean, it would only work with easy_install
[15:24:22] <elarson> I'm trying to use devpi as a private repo and using a u:p in the URL fails with python setup.py upload -r my-priv-repo b/c httplib is thinking it is a port.
[15:24:45] <elarson> is there a better way to submit a package to a pypi instance that is behind http basic?
[15:25:04] <xafer> elarson you could try https://pypi.python.org/pypi/twine/ as a workaround
[15:54:02] <elarson> as an aside, how long have you been using devpi as a private pypi? I've used chishop (I think?) before but it wasn't really "operated". devpi seemed simple and I'm a fan of pytest, so my decision was somewhat ad-hoc
[15:54:46] <xafer> since august 2015 I'd say according to https://github.com/Polyconseil/devpi-remote_user ^^