new python package/py-typesentry (#11657)

* new python package/py-typesentry

* add proper version
This commit is contained in:
Sinan 2019-06-11 11:33:43 -07:00 committed by Chuck Atkins
parent 667e2f20fe
commit 6ae5f38f26

View File

@ -0,0 +1,20 @@
# 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 PyTypesentry(PythonPackage):
"""Python library for run-time type checking for type-annotated functions.
"""
homepage = "https://github.com/h2oai/typesentry"
git = "https://github.com/h2oai/typesentry.git"
# See the git history of __version__.py for versioning information
version('0.2.7', commit='0ca8ed0e62d15ffe430545e7648c9a9b2547b49c')
depends_on('py-colorama@0.3.0:', type=('build', 'run'))