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]

View File

@ -28,8 +28,8 @@
class RBiocgenerics(Package):
"""S4 generic functions needed by many Bioconductor packages."""
homepage = 'https://www.bioconductor.org/packages/release/bioc/html/BiocGenerics.html'
url = "https://www.bioconductor.org/packages/release/bioc/src/contrib/BiocGenerics_0.16.1.tar.gz"
homepage = 'https://bioconductor.org/packages/BiocGenerics/'
url = 'https://www.bioconductor.org/packages/release/bioc/src/contrib/BiocGenerics_0.18.0.tar.gz'
version('0.18.0', 'baaff00eb2c2b15396fed2f7f43e634c', expand=False)