On 07/12/15 19:00, Barry Warsaw wrote: > On Dec 07, 2015, at 10:22 AM, Nikolaus Rath wrote: >> It'd be nice to have https://bitbucket.org/pypa/setuptools/issues/443/ >> fixed in stretch. > > I'm also not sure how many packages it affects in practice. We could also let > rebuilds be bug-driven.
This looks like a job for Lintian, assuming setuptools entry points are easy to detect with a regex. Conveniently, Python's re uses Perl-compatible regular expressions, so many Python developers are probably already familiar with the syntax. S