summary : A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells
description: |
@@ -32,7 +32,7 @@
mv -v $_f ${_f}3
done
%python_install
-check : |
+check : |
pushd $PKG_BUILD_DIR/py2build
python setup.py pytest
popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,10 @@
<Source>
<Name>pylint</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-2.0-only</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells</Summary>
<Description xml:lang="en">A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells.