summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-et-xmlfile/package.py
blob: c43ef19407af82fbea3a7fb6a013e8ebeb6852c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class PyEtXmlfile(PythonPackage):
    """An implementation of lxml.xmlfile for the standard library."""

    homepage = "https://bitbucket.org/openpyxl/et_xmlfile"
    url      = "https://pypi.io/packages/source/e/et_xmlfile/et_xmlfile-1.0.1.tar.gz"

    version('1.0.1', 'f47940fd9d556375420b2e276476cfaf')

    depends_on('py-setuptools', type='build')