summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-patool/package.py
blob: a05bc2577c43c5e4f7f31e2da21243c4c6a1afb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2021 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 PyPatool(PythonPackage):
    """portable archive file manager"""

    homepage = "https://wummel.github.io/patool/"
    pypi     = "patool/patool-1.12.tar.gz"

    version('1.12', sha256='e3180cf8bfe13bedbcf6f5628452fca0c2c84a3b5ae8c2d3f55720ea04cb1097')

    depends_on('python@3.5:', type=('build', 'run'))
    depends_on('py-setuptools', type='build')