Ran through autopep8 and cleaned up.

This commit is contained in:
Glenn Johnson 2016-06-12 22:00:49 -05:00
parent bdb9af63ed
commit 4dcb15cf6d

View File

@ -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"