Spack packages now PEP8 compliant.
This commit is contained in:
@@ -24,10 +24,16 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyRpy2(Package):
|
||||
"""rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R from Python, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions."""
|
||||
"""rpy2 is a redesign and rewrite of rpy. It is providing a low-level
|
||||
interface to R from Python, a proposed high-level interface,
|
||||
including wrappers to graphical libraries, as well as R-like
|
||||
structures and functions.
|
||||
|
||||
"""
|
||||
homepage = "https://pypi.python.org/pypi/rpy2"
|
||||
url = "https://pypi.python.org/packages/source/r/rpy2/rpy2-2.5.4.tar.gz"
|
||||
url = "https://pypi.python.org/packages/source/r/rpy2/rpy2-2.5.4.tar.gz"
|
||||
|
||||
version('2.5.4', '115a20ac30883f096da2bdfcab55196d')
|
||||
version('2.5.6', 'a36e758b633ce6aec6a5f450bfee980f')
|
||||
|
Reference in New Issue
Block a user