Spack packages now PEP8 compliant.
This commit is contained in:
@@ -24,8 +24,10 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyPyelftools(Package):
|
||||
"""A pure-Python library for parsing and analyzing ELF files and DWARF debugging information"""
|
||||
"""A pure-Python library for parsing and analyzing ELF files and DWARF
|
||||
debugging information"""
|
||||
homepage = "https://pypi.python.org/pypi/pyelftools"
|
||||
url = "https://pypi.python.org/packages/source/p/pyelftools/pyelftools-0.23.tar.gz"
|
||||
|
||||
|
Reference in New Issue
Block a user