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 * from spack import *
class PySqlalchemy(Package): class PySqlalchemy(Package):
""" """The Python SQL Toolkit and Object Relational Mapper"""
The Python SQL Toolkit and Object Relational Mapper
"""
homepage = 'http://www.sqlalchemy.org/' homepage = 'http://www.sqlalchemy.org/'
url = "https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-1.0.12.tar.gz" url = "https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-1.0.12.tar.gz"

View File

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

View File

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

View File

@ -1,9 +1,8 @@
from spack import * from spack import *
class PyJdcal(Package): 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' homepage = 'http://github.com/phn/jdcal'
url = "https://pypi.python.org/packages/source/j/jdcal/jdcal-1.2.tar.gz" url = "https://pypi.python.org/packages/source/j/jdcal/jdcal-1.2.tar.gz"

View File

@ -1,9 +1,8 @@
from spack import * from spack import *
class PyOpenpyxl(Package): 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/' homepage = 'http://openpyxl.readthedocs.org/'
url = "https://pypi.python.org/packages/source/o/openpyxl/openpyxl-2.4.0-a1.tar.gz" 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 * from spack import *
class PyXlrd(Package): class PyXlrd(Package):
""" """Library for developers to extract data from Microsoft Excel (tm)
Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"""
spreadsheet files
"""
homepage = 'http://www.python-excel.org/' homepage = 'http://www.python-excel.org/'
url = "https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.4.tar.gz" url = "https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.4.tar.gz"