This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients xdegaye
Date 2019-04-28.20:24:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556483078.82.0.709276726367.issue36747@roundup.psfhosted.org>
In-reply-to
Content
The 'scriptsinstall' Makefile target runs the $(srcdir)/Tools/scripts/setup.py script that does not exist anymore. It has been removed by changeset d3f467ac7441a100eb26412424c2dd96ec3ceb67 (found after running 'cd Tools/scripts/ && git log --diff-filter=D --summary .'). Its content was then:

from distutils.core import setup

if __name__ == '__main__':
    setup(
      scripts=[
        'byteyears.py',
        'checkpyc.py',
        'copytime.py',
        'crlf.py',
        'dutree.py',
        'ftpmirror.py',
        'h2py.py',
        'lfcr.py',
        '../i18n/pygettext.py',
        'logmerge.py',
        '../../Lib/tabnanny.py',
        '../../Lib/timeit.py',
        'untabify.py',
        ],
      )
History
Date User Action Args
2019-04-28 20:24:38xdegayesetrecipients: + xdegaye
2019-04-28 20:24:38xdegayesetmessageid: <1556483078.82.0.709276726367.issue36747@roundup.psfhosted.org>
2019-04-28 20:24:38xdegayelinkissue36747 messages
2019-04-28 20:24:38xdegayecreate