[issue29411] Option --executable for entry_points

2017-02-04 Thread Michal Cyprian
Michal Cyprian added the comment: Yes, both references in my previous message point to the patch for setuptools, sorry for that. Here [3] is the patch that I prepared for distutils. I marked all the versions, because this functionality is missing in all of them. In my opinion it will be

[issue29411] Option --executable for entry_points

2017-02-01 Thread Michal Cyprian
New submission from Michal Cyprian: 1. python3 setup.py build --executable="/usr/bin/binary" 2. python3 setup.py install -O1 --skip-build These two commands are typically used to build and install Python packages from sources. Let's assume there is a setup.py script of package