py-traits: add new package (#15741)
This commit is contained in:
parent
4b3b023284
commit
df4e89770a
16
var/spack/repos/builtin/packages/py-traits/package.py
Normal file
16
var/spack/repos/builtin/packages/py-traits/package.py
Normal 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')
|
Loading…
Reference in New Issue
Block a user