msg149637 - (view) |
Author: anatoly techtonik (techtonik) |
Date: 2011-12-16 21:21 |
$ python setup.py sdist register -r https://pypi.python.org/pypi upload ... Creating tar archive removing 'pager-0.2' (and everything under it) running register Traceback (most recent call last): File "setup.py", line 17, in 'Operating System :: OS Independent', File "/usr/lib/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/usr/lib/python2.7/distutils/command/register.py", line 47, in run self._set_config() File "/usr/lib/python2.7/distutils/command/register.py", line 82, in _set_config raise ValueError('%s not found in .pypirc' % self.repository) ValueError: https://pypi.python.org/pypi not found in .pypirc --- $ python setup.py register -h ... Options for 'register' command: --repository (-r) url of repository [default: http://pypi.python.org/pypi] ... usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] ... |
|
|
msg149638 - (view) |
Author: anatoly techtonik (techtonik) |
Date: 2011-12-16 21:21 |
Ubuntu 11.10 |
|
|
msg150200 - (view) |
Author: Terry J. Reedy (terry.reedy) *  |
Date: 2011-12-24 01:29 |
Does it do the same with http instead of https? |
|
|
msg150213 - (view) |
Author: anatoly techtonik (techtonik) |
Date: 2011-12-24 06:17 |
Can't test right now. |
|
|
msg150735 - (view) |
Author: Éric Araujo (eric.araujo) *  |
Date: 2012-01-06 16:27 |
Maybe related to (or same as) #11473. |
|
|
msg174650 - (view) |
Author: anatoly techtonik (techtonik) |
Date: 2012-11-03 16:53 |
It is ok with http://pypi.python.org/pypi, but not with http://pypi.python.org, for example. Complaining that http://pypi.python.org is not found in .pypirc |
|
|
msg175506 - (view) |
Author: anatoly techtonik (techtonik) |
Date: 2012-11-13 16:56 |
Tested on Windows. Test is attached. |
|
|
msg175508 - (view) |
Author: Éric Araujo (eric.araujo) *  |
Date: 2012-11-13 17:06 |
Thanks, this helps. |
|
|
msg175509 - (view) |
Author: anatoly techtonik (techtonik) |
Date: 2012-11-13 17:19 |
Better test case. |
|
|
msg175510 - (view) |
Author: anatoly techtonik (techtonik) |
Date: 2012-11-13 17:19 |
Fix. |
|
|
msg177741 - (view) |
Author: anatoly techtonik (techtonik) |
Date: 2012-12-19 13:15 |
Soo.. |
|
|
msg266005 - (view) |
Author: Berker Peksag (berker.peksag) *  |
Date: 2016-05-21 15:14 |
The repository URL has been changed to https://pypi.python.org/pypi in 2b5cd6d4d149. I'm -1 on making https://pypi.python.org/ a special case. |
|
|