summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:03:18 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-31 17:03:18 +0000
commit8ba2860ae7c5f5429e27ed1edd8753981376059a (patch)
tree65ab7f40697f559187fc6303fba1f00594969f7c /dev-python/pylint
parentadd ~arm, bug #402989 (diff)
downloadgentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.gz
gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.bz2
gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.zip
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-python/pylint')
-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>