New package: py-anytree (#25718)

It is required for running all tests of gtk-doc.
This commit is contained in:
bernhardkaindl 2021-09-03 23:14:38 +02:00 committed by GitHub
parent bbc9d7d965
commit 0ad54e0679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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')