dev-python/cython: Drop some intermediate Versions, which seem to cause problems
[gentoo.git] / dev-python / pylint / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <herd>python</herd>
5   <longdescription lang="en">Pylint is a Python source code analyzer which looks for programming
6                 errors, helps enforcing a coding standard and sniffs for some code
7                 smells (as defined in Martin Fowler's Refactoring book).
8                 Pylint can be seen as another PyChecker since nearly all tests you can
9                 do with PyChecker can also be done with Pylint. However, Pylint offers
10                 some more features, like checking length of lines of code, checking if
11                 variable names are well-formed according to your coding standard, or
12                 checking if declared interfaces are truly implemented, and much more.
13                 Additionally, it is possible to write plugins to add your own checks.</longdescription>
14   <upstream>
15     <remote-id type="pypi">pylint</remote-id>
16   </upstream>
17 </pkgmetadata>