New submission from Xavier de Gaye <[email protected]>:
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',
],
)
----------
components: Build
messages: 341035
nosy: xdegaye
priority: normal
severity: normal
status: open
title: Tools/scripts/setup.py is missing
type: behavior
versions: Python 3.8
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36747>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com