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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user