Fix flake8 errors

Use Bioconductor provided Short URL for homepage in BiocGenerics.
Wrap description text for utf variant in pcre.
This commit is contained in:
Glenn Johnson
2016-05-29 17:40:26 -05:00
parent 37dc13edaf
commit 0e64c25ffc
2 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,8 @@ class Pcre(Package):
patch("intel.patch")
variant('utf', default=True,
description='Enable support for UTF-8/16/32, incompatible with EBCDIC.')
description='Enable support for UTF-8/16/32, '
'incompatible with EBCDIC.')
def install(self, spec, prefix):
configure_args = ['--prefix=%s' % prefix]