diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-08-10 01:50:00 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-08-10 16:33:39 -0700 |
commit | 240f1fd2239552f37d0f8a8841496414b163ef10 (patch) | |
tree | 9bf142e5208ec715ae1ba0a556799276a77b27a6 /var/spack/repos/builtin/packages/texinfo/package.py | |
parent | 867121ca68e436e95fe338b4ca80ab154dd6388a (diff) | |
download | spack-240f1fd2239552f37d0f8a8841496414b163ef10.tar.gz spack-240f1fd2239552f37d0f8a8841496414b163ef10.tar.bz2 spack-240f1fd2239552f37d0f8a8841496414b163ef10.tar.xz spack-240f1fd2239552f37d0f8a8841496414b163ef10.zip |
Spack packages now PEP8 compliant.
Diffstat (limited to 'var/spack/repos/builtin/packages/texinfo/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/texinfo/package.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/texinfo/package.py b/var/spack/repos/builtin/packages/texinfo/package.py index 5c6fef0db6..ddb23e5d6f 100644 --- a/var/spack/repos/builtin/packages/texinfo/package.py +++ b/var/spack/repos/builtin/packages/texinfo/package.py @@ -27,10 +27,13 @@ from spack import * class Texinfo(Package): - """ - Texinfo is the official documentation format of the GNU project. It was invented by Richard Stallman and Bob - Chassell many years ago, loosely based on Brian Reid's Scribe and other formatting languages of the time. It is - used by many non-GNU projects as well.FIXME: put a proper description of your package here. + """Texinfo is the official documentation format of the GNU project. + + It was invented by Richard Stallman and Bob Chassell many years ago, + loosely based on Brian Reid's Scribe and other formatting languages + of the time. It is used by many non-GNU projects as well.FIXME: put a + proper description of your package here. + """ homepage = "https://www.gnu.org/software/texinfo/" url = "http://ftp.gnu.org/gnu/texinfo/texinfo-6.0.tar.gz" |