py-traits: add new package (#15741)

This commit is contained in:
Adam J. Stewart 2020-03-29 16:34:18 -05:00 committed by GitHub
parent 4b3b023284
commit df4e89770a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
# Copyright 2013-2020 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)
class PyTraits(PythonPackage):
"""Explicitly typed attributes for Python."""
homepage = "https://docs.enthought.com/traits"
url = "https://pypi.io/packages/source/t/traits/traits-6.0.0.tar.gz"
version('6.0.0', sha256='dbcd70166feca434130a1193284d5819ca72ffbc8dbce8deeecc0cebb41a3bfb')
depends_on('python@3.5:', type=('build', 'run'))
depends_on('py-setuptools', type='build')