https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205565
--- Comment #5 from Kubilay Kocak <ko...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"