[Bug 205565] devel/py-setuptools27: failure to recognize entry_points
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 29 13:32:21 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205565
--- Comment #5 from Kubilay Kocak <koobs at FreeBSD.org> ---
Created attachment 167563
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167563&action=edit
line_profile - makeplist 2.7 - 3.5
This log shows output for testing (auto)plist generation of line_profiler for
python port versions 2.7 through 3.5 (using the respective py-setuptoolXY port)
Given kernprof is the only command referenced as a console_script in setup.py
[1], only kerneprof is expected in --record output in LOCALBASE/bin.
The attached log shows that expected output.
[1]:
entry_points = {
'console_scripts': [
'kernprof=kernprof:main',
],
},
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-python
mailing list