webtest-*.ebuild: Install lint3 for Python 3
authorW. Trevor King <wking@tremily.us>
Wed, 8 Oct 2014 15:17:09 +0000 (08:17 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 8 Oct 2014 15:21:51 +0000 (08:21 -0700)
commit68ebdcd4451ffaea72b050341be89b37e9c2a32a
treefd0ca657ea5bacaff43753018aef3f31a3163588
parentcc9468d3efcffbf41308a41b5444f9425737bb1f
webtest-*.ebuild: Install lint3 for Python 3

As I reported in Gentoo's #524724 [1]:

  $ docker run --rm -i -t wking/gentoo-portage:20140911 /bin/bash
  # emerge -av dev-python/webtest
  # python3.3 -c 'import webtest'
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/usr/lib64/python3.3/site-packages/webtest/__init__.py", line 11, in <module>
      from webtest.app import TestApp
    File "/usr/lib64/python3.3/site-packages/webtest/app.py", line 41, in <module>
      from webtest import lint3 as lint
  ImportError: cannot import name lint3

I've also trimmed the Manifest, because my overlay uses thin, unsigned
manifests.  Feel free to re-thicken if you prefer.

I've also skipped the ChangeLog entry, because folks can just look at
this commit message.  Feel free to extract a ChangeLog entry from this
if you prefer.

[1]: https://bugs.gentoo.org/show_bug.cgi?id=524724
Manifest
webtest-1.3.3-r1.ebuild
webtest-1.4.3-r1.ebuild
webtest-1.4.3.ebuild
webtest-2.0.11.ebuild