Flake8 cleanup.
This commit is contained in:
parent
949621eb7f
commit
a6605d842b
1 changed files with 2 additions and 1 deletions
|
@ -25,13 +25,14 @@
|
|||
from spack import *
|
||||
import os
|
||||
|
||||
|
||||
class Texlive(Package):
|
||||
"""TeX Live is a free software distribution for the TeX typesetting
|
||||
system"""
|
||||
|
||||
homepage = "http://www.tug.org/texlive"
|
||||
|
||||
version('live', 'e671eea7f142c438959493cc42a2a59b', url = "http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz")
|
||||
version('live', 'e671eea7f142c438959493cc42a2a59b', url="http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz")
|
||||
|
||||
# There does not seem to be a complete list of schemes.
|
||||
# Examples include:
|
||||
|
|
Loading…
Reference in a new issue