summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/lua-luafilesystem/package.py
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2016-08-24 10:32:29 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2016-08-30 15:29:50 -0500
commiteb56744f4d4fbbccb25dbd2042a9b28397bcca81 (patch)
tree445e01d9b2c08b7341dc1de12a1d930b4f12d6d7 /var/spack/repos/builtin/packages/lua-luafilesystem/package.py
parent0614bd206fa8b5fb975536f055bfe008303e7ff6 (diff)
downloadspack-eb56744f4d4fbbccb25dbd2042a9b28397bcca81.tar.gz
spack-eb56744f4d4fbbccb25dbd2042a9b28397bcca81.tar.bz2
spack-eb56744f4d4fbbccb25dbd2042a9b28397bcca81.tar.xz
spack-eb56744f4d4fbbccb25dbd2042a9b28397bcca81.zip
Fix package docstrings, #1612
Diffstat (limited to 'var/spack/repos/builtin/packages/lua-luafilesystem/package.py')
-rw-r--r--var/spack/repos/builtin/packages/lua-luafilesystem/package.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/lua-luafilesystem/package.py b/var/spack/repos/builtin/packages/lua-luafilesystem/package.py
index a61b9dd675..dca7c247fa 100644
--- a/var/spack/repos/builtin/packages/lua-luafilesystem/package.py
+++ b/var/spack/repos/builtin/packages/lua-luafilesystem/package.py
@@ -26,15 +26,14 @@ from spack import *
class LuaLuafilesystem(Package):
- """
- LuaFileSystem is a Lua library developed to complement the set of
+ """LuaFileSystem is a Lua library developed to complement the set of
functions related to file systems offered by the standard Lua distribution.
LuaFileSystem offers a portable way to access the underlying directory
structure and file attributes.
- LuaFileSystem is free software and uses the same license as Lua 5.1
- """
+ LuaFileSystem is free software and uses the same license as Lua 5.1"""
+
homepage = 'http://keplerproject.github.io/luafilesystem'
url = 'https://github.com/keplerproject/luafilesystem/archive/v_1_6_3.tar.gz'