summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-05-31 21:26:55 +0200
committerGitHub <noreply@github.com>2021-05-31 19:26:55 +0000
commitbc78cf3a2c6f3d367a5458b26c263e3af989e460 (patch)
tree6b57ba6c62a3f3289160889fd2d16070a91f9114
parentc8df8f270230704d223b3acf4dd141ec77a4e065 (diff)
downloadspack-bc78cf3a2c6f3d367a5458b26c263e3af989e460.tar.gz
spack-bc78cf3a2c6f3d367a5458b26c263e3af989e460.tar.bz2
spack-bc78cf3a2c6f3d367a5458b26c263e3af989e460.tar.xz
spack-bc78cf3a2c6f3d367a5458b26c263e3af989e460.zip
py-pydot: add v1.4.2 (#24039)
-rw-r--r--var/spack/repos/builtin/packages/py-pydot/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pydot/package.py b/var/spack/repos/builtin/packages/py-pydot/package.py
index 75c587047e..46b8776a38 100644
--- a/var/spack/repos/builtin/packages/py-pydot/package.py
+++ b/var/spack/repos/builtin/packages/py-pydot/package.py
@@ -12,10 +12,12 @@ class PyPydot(PythonPackage):
homepage = "https://github.com/erocarrera/pydot/"
pypi = "pydot/pydot-1.2.3.tar.gz"
+ version('1.4.2', sha256='248081a39bcb56784deb018977e428605c1c758f10897a339fce1dd728ff007d')
version('1.4.1', sha256='d49c9d4dd1913beec2a997f831543c8cbd53e535b1a739e921642fe416235f01')
version('1.2.3', sha256='edb5d3f249f97fbd9c4bb16959e61bc32ecf40eee1a9f6d27abe8d01c0a73502')
version('1.2.2', sha256='04a97a885ed418dcc193135cc525fa356cad8b16719293295a149b30718ce400')
+ depends_on('python@2.7:2.8,3.4:', type=('build', 'run'), when='@1.3.0:')
depends_on('py-setuptools', type='build')
depends_on('py-pyparsing@2.1.4:', type=('build', 'run'))
depends_on('graphviz', type=('build', 'run'))