Reformat the description.

This commit is contained in:
Glenn Johnson 2016-04-24 18:06:51 -05:00
parent 797af2e80f
commit 4e671c54ee
6 changed files with 14 additions and 21 deletions

View File

@ -1,9 +1,8 @@
from spack import *
class PySqlalchemy(Package):
"""
The Python SQL Toolkit and Object Relational Mapper
"""
"""The Python SQL Toolkit and Object Relational Mapper"""
homepage = 'http://www.sqlalchemy.org/'
url = "https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-1.0.12.tar.gz"

View File

@ -1,10 +1,9 @@
from spack import *
class PyCsvkit(Package):
"""
A library of utilities for working with CSV, the king of tabular file
formats
"""
"""A library of utilities for working with CSV, the king of tabular file
formats"""
homepage = 'http://csvkit.rtfd.org/'
url = "https://pypi.python.org/packages/source/c/csvkit/csvkit-0.9.1.tar.gz"

View File

@ -1,10 +1,8 @@
from spack import *
class PyDbf(Package):
"""
Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro
.dbf files (including memos).
"""
"""Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro
.dbf files (including memos)"""
homepage = 'https://pypi.python.org/pypi/dbf'
url = "https://pypi.python.org/packages/source/d/dbf/dbf-0.96.005.tar.gz"

View File

@ -1,9 +1,8 @@
from spack import *
class PyJdcal(Package):
"""
Julian dates from proleptic Gregorian and Julian calendars
"""
"""Julian dates from proleptic Gregorian and Julian calendars"""
homepage = 'http://github.com/phn/jdcal'
url = "https://pypi.python.org/packages/source/j/jdcal/jdcal-1.2.tar.gz"

View File

@ -1,9 +1,8 @@
from spack import *
class PyOpenpyxl(Package):
"""
A Python library to read/write Excel 2007 xlsx/xlsm files
"""
"""A Python library to read/write Excel 2007 xlsx/xlsm files"""
homepage = 'http://openpyxl.readthedocs.org/'
url = "https://pypi.python.org/packages/source/o/openpyxl/openpyxl-2.4.0-a1.tar.gz"

View File

@ -1,10 +1,9 @@
from spack import *
class PyXlrd(Package):
"""
Library for developers to extract data from Microsoft Excel (tm)
spreadsheet files
"""
"""Library for developers to extract data from Microsoft Excel (tm)
spreadsheet files"""
homepage = 'http://www.python-excel.org/'
url = "https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.4.tar.gz"