py-pygraphviz: Add version 1.7 (#26712)
* Add version 1.7 * Fixup! Add version 1.7
This commit is contained in:
parent
40a6ac62d3
commit
301a506aa2
1 changed files with 21 additions and 0 deletions
21
var/spack/repos/builtin/packages/py-pygraphviz/package.py
Normal file
21
var/spack/repos/builtin/packages/py-pygraphviz/package.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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 PyPygraphviz(PythonPackage):
|
||||
"""Python interface to Graphviz"""
|
||||
|
||||
homepage = "https://pygraphviz.github.io/"
|
||||
pypi = "pygraphviz/pygraphviz-1.7.zip"
|
||||
|
||||
maintainers = ['haralmha']
|
||||
|
||||
version('1.7', sha256='a7bec6609f37cf1e64898c59f075afd659106cf9356c5f387cecaa2e0cdb2304')
|
||||
|
||||
depends_on('python@3.7:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('graphviz')
|
Loading…
Reference in a new issue