[00:08:36] <thomi> Hi, I'm seeing frequent (>75% of the time) HTTP 500 responses when browsing setuptools docs at https://pythonhosted.org/setuptools/setuptools.html - is this the correct place to notify someone?
[10:28:11] <mgedmin> the ownership transfer policy changed recently after a big flamewar and now they only change ownership if the previous owner explicitly agrees to it
[10:28:21] <mgedmin> at least for packages with existing releases on pypi
[10:28:40] <mgedmin> a name-squatted package like that might be a different thing, if you're part of the letsencrypt.org upstream
[10:28:42] <Kuba> it might have been pypi error, and I'm the owner in fact
[10:29:09] <Kuba> because I clicked to upload PKG-INFO and then submit at the bottom of the form
[10:29:20] <Kuba> instead of submit under PKG-INFO
[10:29:31] <Kuba> and I got the error that name is missing
[10:36:12] <mgedmin> saw that /pypi/pygame redirects to /pypi/Pygame, which then 404s
[10:36:58] <mgedmin> coincidence? no, I tried that a while ago (when I wanted to add python 3 support to pyspacewar's .travis.yml), and now whenever I need an example of a pypi project with a 404 index page, pygame it is
[12:00:42] <towler> auto download,install and config .
[12:16:56] <ronny> towler: its not quite clear what you are asking for
[12:32:40] <towler> ronny:i want the thing that can auto download/install/config software on windows.
[12:34:13] <ronny> towler: whats your native language?
[12:34:51] <ronny> also note that systems like nuget and similar things already exist and it might be a good idea to build on top
[12:37:43] <towler> sorry for poor english.yes. can use python to build a system like nuget?
[12:38:11] <ronny> towler: yes, thats possible, but why do you want to?
[12:38:55] <mgedmin> (a good answer would be "to learn about python and/or packaging systems")
[12:39:44] <mgedmin> (a bad answer would be "to replace all existing packaging systems because they suck or I don't know about their existence", see also xkcd 927)
[12:40:56] <DanielHolth> How would it be different than pip + devpi or conda?