summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:02:50 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:02:50 +0000
commitf0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7 (patch)
tree8510eea8af52b0a8e458f01c425435d341f98a98 /dev-python/pylint/metadata.xml
parentAdd upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff)
downloadhistorical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.gz
historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.tar.bz2
historical-f0117fa6ecaf8c1da4bc2a17a685ab0e74cccff7.zip
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-python/pylint/metadata.xml')
-rw-r--r--dev-python/pylint/metadata.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/pylint/metadata.xml b/dev-python/pylint/metadata.xml
index c2764a095307..f9fbc27b10c3 100644
--- a/dev-python/pylint/metadata.xml
+++ b/dev-python/pylint/metadata.xml
@@ -2,17 +2,16 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
- <longdescription lang="en">
- Pylint is a Python source code analyzer which looks for programming
+ <longdescription lang="en">Pylint is a Python source code analyzer which looks for programming
errors, helps enforcing a coding standard and sniffs for some code
smells (as defined in Martin Fowler's Refactoring book).
-
Pylint can be seen as another PyChecker since nearly all tests you can
do with PyChecker can also be done with Pylint. However, Pylint offers
some more features, like checking length of lines of code, checking if
variable names are well-formed according to your coding standard, or
checking if declared interfaces are truly implemented, and much more.
-
- Additionally, it is possible to write plugins to add your own checks.
- </longdescription>
+ Additionally, it is possible to write plugins to add your own checks.</longdescription>
+ <upstream>
+ <remote-id type="pypi">pylint</remote-id>
+ </upstream>
</pkgmetadata>