Skip to content
Snippets Groups Projects
Commit 4dcb15cf authored by Glenn Johnson's avatar Glenn Johnson
Browse files

Ran through autopep8 and cleaned up.

parent bdb9af63
Branches
Tags
No related merge requests found
...@@ -24,12 +24,13 @@ ...@@ -24,12 +24,13 @@
############################################################################## ##############################################################################
from spack import * from spack import *
class Postgresql(Package): class Postgresql(Package):
"""PostgreSQL is a powerful, open source object-relational """PostgreSQL is a powerful, open source object-relational database system.
database system. It has more than 15 years of active It has more than 15 years of active development and a proven architecture
development and a proven architecture that has earned it a that has earned it a strong reputation for reliability, data integrity, and
strong reputation for reliability, data integrity, and correctness."""
correctness."""
homepage = "http://www.postgresql.org/" homepage = "http://www.postgresql.org/"
url = "http://ftp.postgresql.org/pub/source/v9.3.4/postgresql-9.3.4.tar.bz2" url = "http://ftp.postgresql.org/pub/source/v9.3.4/postgresql-9.3.4.tar.bz2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment