summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-handy-archives/package.py
blob: 613cfa381295876c5e129f75394ec6023a082201 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2024 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.package import *


class PyHandyArchives(PythonPackage):
    """Some handy archive helpers for Python."""

    homepage = "https://github.com/domdfcoding/handy-archives"
    pypi = "handy_archives/handy_archives-0.2.0.tar.gz"

    license("MIT")

    version("0.2.0", sha256="fba21101fd9e29d5e3b72823261aaae06b9350686f0d2067786d64dce73eb3f6")

    depends_on("py-flit-core@3.2:3", type="build")