[issue29411] Option --executable for entry_points

2020-10-22 Thread Éric Araujo
Éric Araujo added the comment: Closing this; the distutils patch was never attached here, and now setuptools has its own copy of distutils so if this feature request is pursued all the changes will happen there. -- resolution: -> third party stage: -> resolved status: open ->

[issue29411] Option --executable for entry_points

2018-07-27 Thread Berker Peksag
Change by Berker Peksag : -- nosy: -berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29411] Option --executable for entry_points

2017-06-28 Thread Charalampos Stratakis
Changes by Charalampos Stratakis : -- nosy: +cstratak ___ Python tracker ___ ___

[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-03 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, Michal. Note that both [1] and [2] point to the same patch. Perhaps you meant to paste a link to a separate patch for distutils? (I removed 3.3 and 3.4 from the versions field since they are in security-fix-only mode now. I don't know

[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 foo, containing