Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 13:32:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 205565] devel/py-setuptools27: failure to recognize entry_points
Message-ID:  <bug-205565-21822-6eQjlGUmhm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205565-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205565-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205565

--- Comment #5 from Kubilay Kocak <koobs@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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205565-21822-6eQjlGUmhm>