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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205565

--- Comment #5 from Kubilay Kocak <koobs@FreeBSD.org> ---
Created attachment 167563
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167563&action=
=3Dedit
line_profile - makeplist 2.7 - 3.5

This log shows output for testing (auto)plist generation of line_profiler f=
or
python port versions 2.7 through 3.5 (using the respective py-setuptoolXY p=
ort)

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 =3D {
        'console_scripts': [
            'kernprof=3Dkernprof:main',
        ],
    },

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



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