New package: py-anytree (#25718)
It is required for running all tests of gtk-doc.
This commit is contained in:
parent
bbc9d7d965
commit
0ad54e0679
18
var/spack/repos/builtin/packages/py-anytree/package.py
Normal file
18
var/spack/repos/builtin/packages/py-anytree/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 PyAnytree(PythonPackage):
|
||||
"""Python tree data library - lightweight and extensible Tree data structure."""
|
||||
|
||||
homepage = 'https://github.com/c0fec0de/anytree'
|
||||
pypi = 'anytree/anytree-2.8.0.tar.gz'
|
||||
maintainers = ['bernhardkaindl']
|
||||
|
||||
version('2.8.0', sha256='3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
Loading…
Reference in New Issue
Block a user