Flake8 cleanup.
This commit is contained in:
parent
949621eb7f
commit
a6605d842b
@ -25,13 +25,14 @@
|
|||||||
from spack import *
|
from spack import *
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
class Texlive(Package):
|
class Texlive(Package):
|
||||||
"""TeX Live is a free software distribution for the TeX typesetting
|
"""TeX Live is a free software distribution for the TeX typesetting
|
||||||
system"""
|
system"""
|
||||||
|
|
||||||
homepage = "http://www.tug.org/texlive"
|
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.
|
# There does not seem to be a complete list of schemes.
|
||||||
# Examples include:
|
# Examples include:
|
||||||
|
Loading…
Reference in New Issue
Block a user