summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pymsgbox/package.py
blob: 2907051bf53aef3c778c0eab4f16bb4b9a2bbb7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2023 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 PyPymsgbox(PythonPackage):
    """A simple, cross-platform, pure Python module for
    JavaScript-like message boxes."""

    homepage = "https://github.com/asweigart/pymsgbox"
    pypi = "PyMsgBox/PyMsgBox-1.0.9.tar.gz"

    version("1.0.9", sha256="2194227de8bff7a3d6da541848705a155dcbb2a06ee120d9f280a1d7f51263ff")

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