diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-09-24 12:41:52 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-09-24 12:41:52 +0000 |
commit | e970d9fcebf0f3d5c3af3beb4971e5cc8397c6c6 (patch) | |
tree | 511d6b68eab22fb47c3f015a3f173c9bfed53043 /dev-python/pylint/metadata.xml | |
parent | Bump PATCH_VER. (diff) | |
download | historical-e970d9fcebf0f3d5c3af3beb4971e5cc8397c6c6.tar.gz historical-e970d9fcebf0f3d5c3af3beb4971e5cc8397c6c6.tar.bz2 historical-e970d9fcebf0f3d5c3af3beb4971e5cc8397c6c6.zip |
dev-python/pylint: Add missing call of distutils-r1_python_install_all()
Package-Manager: portage-2.2.6/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'dev-python/pylint/metadata.xml')
-rw-r--r-- | dev-python/pylint/metadata.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/pylint/metadata.xml b/dev-python/pylint/metadata.xml index f9fbc27b10c3..a108538b650b 100644 --- a/dev-python/pylint/metadata.xml +++ b/dev-python/pylint/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!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 + <herd>python</herd> + <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 @@ -11,7 +11,7 @@ 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> - <upstream> - <remote-id type="pypi">pylint</remote-id> - </upstream> + <upstream> + <remote-id type="pypi">pylint</remote-id> + </upstream> </pkgmetadata> |