Spack packages now PEP8 compliant.
This commit is contained in:
@@ -24,8 +24,14 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class PyMx(Package):
|
||||
"""The eGenix.com mx Base Distribution for Python is a collection of professional quality software tools which enhance Python's usability in many important areas such as fast text searching, date/time processing and high speed data types."""
|
||||
"""The eGenix.com mx Base Distribution for Python is a collection of
|
||||
professional quality software tools which enhance Python's
|
||||
usability in many important areas such as fast text searching,
|
||||
date/time processing and high speed data types.
|
||||
|
||||
"""
|
||||
homepage = "http://www.egenix.com/products/python/mxBase/"
|
||||
url = "https://downloads.egenix.com/python/egenix-mx-base-3.2.8.tar.gz"
|
||||
|
||||
|
Reference in New Issue
Block a user