Corrections for flake8
This commit is contained in:
@@ -24,8 +24,10 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
from spack import *
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
class Emacs(Package):
|
class Emacs(Package):
|
||||||
"""The Emacs programmable text editor."""
|
"""The Emacs programmable text editor."""
|
||||||
|
|
||||||
homepage = "https://www.gnu.org/software/emacs"
|
homepage = "https://www.gnu.org/software/emacs"
|
||||||
url = "http://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.gz"
|
url = "http://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.gz"
|
||||||
|
|
||||||
@@ -39,7 +41,8 @@ class Emacs(Package):
|
|||||||
# libtiff, png, etc.
|
# libtiff, png, etc.
|
||||||
# For now, we assume the system provides all that stuff.
|
# For now, we assume the system provides all that stuff.
|
||||||
# For Ubuntu 14.04 LTS:
|
# For Ubuntu 14.04 LTS:
|
||||||
# sudo apt-get install libgtk-3-dev libxpm-dev libtiff5-dev libjpeg8-dev libgif-dev libpng12-dev
|
# sudo apt-get install libgtk-3-dev libxpm-dev
|
||||||
|
# libtiff5-dev libjpeg8-dev libgif-dev libpng12-dev
|
||||||
depends_on('libtiff', when='~use-system-deps')
|
depends_on('libtiff', when='~use-system-deps')
|
||||||
depends_on('libpng', when='~use-system-deps')
|
depends_on('libpng', when='~use-system-deps')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user