From e69423a154b54c5e2605442d97ab9454028e60d2 Mon Sep 17 00:00:00 2001 From: Jim Galarowicz Date: Wed, 3 Aug 2016 21:28:56 -0500 Subject: Fix flake8 errors for Update the version of xerces-c, where the developers remove the old version, so there is no fallback. --- var/spack/repos/builtin/packages/xerces-c/package.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/xerces-c/package.py b/var/spack/repos/builtin/packages/xerces-c/package.py index 3927a949f7..d0c2d3d497 100644 --- a/var/spack/repos/builtin/packages/xerces-c/package.py +++ b/var/spack/repos/builtin/packages/xerces-c/package.py @@ -24,11 +24,13 @@ ############################################################################## from spack import * + class XercesC(Package): """ Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, - manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs. + manipulating, and validating XML documents using the DOM, SAX, and SAX2 + APIs. """ homepage = "https://xerces.apache.org/xerces-c" @@ -41,4 +43,3 @@ class XercesC(Package): make("clean") make() make("install") - -- cgit v1.2.3-70-g09d2