Spack packages now PEP8 compliant.
This commit is contained in:
@@ -24,11 +24,12 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class XorgUtilMacros(Package):
|
||||
"""The util-macros package contains the m4 macros used by all of the Xorg packages."""
|
||||
"""The m4 macros used by all of the Xorg packages."""
|
||||
|
||||
homepage = "http://www.example.com"
|
||||
url = "http://ftp.x.org/pub/individual/util/util-macros-1.19.0.tar.bz2"
|
||||
url = "http://ftp.x.org/pub/individual/util/util-macros-1.19.0.tar.bz2"
|
||||
|
||||
version('1.19.0', '1cf984125e75f8204938d998a8b6c1e1')
|
||||
|
||||
|
Reference in New Issue
Block a user