Add a few more python packages#924
Conversation
py-Genshi py-astroid py-jinja2 py-logilab-common py-markupsafe py-mistune py-prettytable py-py2neo py-storm
|
@hegner Thanks! Looks like this failed on the new formatting checks. Mind fixing all but E221? I should also add one to detect FIXME comments. |
|
@tgamblin - sure. However, E203 conflicts with the nice formating in the version definitions. Are you sure you want to keep it? |
|
@tgamblin - OK. Did all. However I am hitting a wall with E501 and the long URLs in
|
|
@hegner For URLs you may try to disable the checks only for that line : Use with care though 😄 |
|
@alalazo - thanks |
|
@tgamblin - I now learned something more about the inner guts of spack. Due to the late binding of the configure commands, one cannot get rid of the F821 problems concerning python, cmake, make, etc |
| from spack import Package | ||
|
|
||
|
|
||
| class PyGenshi(Package): |
There was a problem hiding this comment.
can this one be lowercased to py-genshi for the package name? Basically that just requires renaming the directory.
|
@hegner: I already disabled I'll also add |
|
@hegner: thanks for being the strict formatting guinea pig |
|
@tgamblin - if you can fix it in the |
|
@hegner: I actually like I prefer this: to this: |
|
oops wrong button |
|
@tgamblin - me as well. could be I took the wrong number in my comment but currently you disallow both. |
|
@hegner: added F821 t the ignore list... I'll figure out whether I can ignore certain patterns later |
|
@tgamblin - OK. I'll fix the outstanding problems for the line lengths. |
|
@tgamblin I'll try to have a look on how to ignore some of the rules just for |
|
@hegner: don't worry about the URL lines -- I can merge it despite those. |
|
@tgamblin - OK. In that case it is complete. |
|
Thanks! |
Adding
tested on Ubuntu 16.04 and RedHat 6.7