[Bug 205565] Variations when using autoplist and concurrent
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 29 03:30:24 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205565
--- Comment #3 from FreeBSD at ShaneWare.Biz ---
Looking into this further shows the issue relates to me installing the scripts
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'
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list