Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 03:30:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205565] Variations when using autoplist and concurrent
Message-ID:  <bug-205565-13-4OmDcb57rY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205565-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205565-13@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 #3 from FreeBSD@ShaneWare.Biz ---
Looking into this further shows the issue relates to me installing the scri=
pts
into bin. I did this as I started with py2.7 which fails to recognize the
entry_points options in setup.py. This leaves me adding a PLIST_FILES entry=
 and
manually installing a script for py2.7 while py3.x works as expected.

The real issue is that python 2.7 setupTools fails to recognize entry_points
within setup.py, this leads to scripts not being created and installed into
bin.

/usr/local/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown
distribution option: 'entry_points'

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205565-13-4OmDcb57rY>