[Checkins] [zopefoundation/five.pt] 3f2797: Improved setup.py.

Maurits van Rees noreply at github.com
Thu Oct 10 16:59:00 CEST 2019


  Branch: refs/heads/2.2.x
  Home:   https://github.com/zopefoundation/five.pt
  Commit: 3f2797de71ec86d705c42bf06c35e948e4ef829a
      https://github.com/zopefoundation/five.pt/commit/3f2797de71ec86d705c42bf06c35e948e4ef829a
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2019-10-10 (Thu, 10 Oct 2019)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Improved setup.py.

Fixes three warnings from pyroma:
Your package does not have keywords data.
The license 'ZPL' specified is not listed in your classifiers.
Specifying a development status in the classifiers gives users a hint of how stable your software is.


  Commit: 334c726db4a913cf4842ba0f2cd4e06926e90cfa
      https://github.com/zopefoundation/five.pt/commit/334c726db4a913cf4842ba0f2cd4e06926e90cfa
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2019-10-10 (Thu, 10 Oct 2019)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  Use a working bootstrap.py.

Otherwise you get this error:

$ python2.7 bootstrap.py
Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
Traceback (most recent call last):
  File "bootstrap.py", line 170, in <module>
    ez['use_setuptools'](**setup_args)
  File "<string>", line 103, in use_setuptools
  File "<string>", line 97, in do_download
  File "<string>", line 158, in download_setuptools
  File "/usr/local/Cellar/python at 2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/local/Cellar/python at 2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 435, in open
    response = meth(req, response)
  File "/usr/local/Cellar/python at 2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/local/Cellar/python at 2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "/usr/local/Cellar/python at 2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/local/Cellar/python at 2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 403: SSL is required


Compare: https://github.com/zopefoundation/five.pt/compare/0d02eb9debb3...334c726db4a9


More information about the checkins mailing list