New package: py-pymsgbox (#23639)
* [py-pymsgbox] created template * [py-pymsgbox] depends on setuptools * [py-pymsgbox] Final cleanup - added homepage - added description - removed fixmes
This commit is contained in:
parent
8813ce36b3
commit
bd389b0f95
1 changed files with 18 additions and 0 deletions
18
var/spack/repos/builtin/packages/py-pymsgbox/package.py
Normal file
18
var/spack/repos/builtin/packages/py-pymsgbox/package.py
Normal file
|
@ -0,0 +1,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 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')
|
Loading…
Reference in a new issue