summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhinav Bhatele <bhatele@cs.umd.edu>2021-01-15 03:23:54 -0500
committerGitHub <noreply@github.com>2021-01-15 09:23:54 +0100
commit2c44e62813c4d7ad5bc333ba4bc2449d1f13eb32 (patch)
treed2a53d22fe18c1d9557c6dc0f7e403b30d3c715c
parent58d5b73ba4111ee1abd9d668086b2b2aa17fcf16 (diff)
downloadspack-2c44e62813c4d7ad5bc333ba4bc2449d1f13eb32.tar.gz
spack-2c44e62813c4d7ad5bc333ba4bc2449d1f13eb32.tar.bz2
spack-2c44e62813c4d7ad5bc333ba4bc2449d1f13eb32.tar.xz
spack-2c44e62813c4d7ad5bc333ba4bc2449d1f13eb32.zip
hatchet: updated urls (#20908)
-rw-r--r--var/spack/repos/builtin/packages/py-hatchet/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/py-hatchet/package.py b/var/spack/repos/builtin/packages/py-hatchet/package.py
index 5159b85fe9..b5c85f678f 100644
--- a/var/spack/repos/builtin/packages/py-hatchet/package.py
+++ b/var/spack/repos/builtin/packages/py-hatchet/package.py
@@ -7,19 +7,19 @@ from spack import *
class PyHatchet(PythonPackage):
- """Hatchet is an analysis tool for structured tree or graph performance data
- using an indexed Pandas dataframe."""
+ """Hatchet is a performance tool for analyzing hierarchical performance data
+ using a graph-indexed Pandas dataframe."""
- homepage = "https://github.com/LLNL/hatchet"
- url = "https://github.com/LLNL/hatchet/archive/v1.3.0.tar.gz"
+ homepage = "https://github.com/hatchet/hatchet"
+ url = "https://github.com/hatchet/hatchet/archive/v1.0.0.tar.gz"
maintainers = ["slabasan", "bhatele", "tgamblin"]
- version('1.0.0', sha256='efd218bc9152abde0a8006489a2c432742f00283a114c1eeb6d25abc10f5862d')
- version('1.0.1', sha256='e5a4b455ab6bfbccbce3260673d9af8d1e4b21e19a2b6d0b6c1e1d7727613b7a')
- version('1.1.0', sha256='71bfa2881ef295294e5b4493acb8cce98d14c354e9ae59b42fb56a76d8ec7056')
- version('1.2.0', sha256='1d5f80abfa69d1a379dff7263908c5c915023f18f26d50b639556e2f43ac755e')
version('1.3.0', sha256='d38212aec6272558e25538ff23b54ec0f2b4dbf6ef4b0e77f7f05c37c0d17815')
+ version('1.2.0', sha256='1d5f80abfa69d1a379dff7263908c5c915023f18f26d50b639556e2f43ac755e')
+ version('1.1.0', sha256='71bfa2881ef295294e5b4493acb8cce98d14c354e9ae59b42fb56a76d8ec7056')
+ version('1.0.1', sha256='e5a4b455ab6bfbccbce3260673d9af8d1e4b21e19a2b6d0b6c1e1d7727613b7a')
+ version('1.0.0', sha256='efd218bc9152abde0a8006489a2c432742f00283a114c1eeb6d25abc10f5862d')
depends_on('python@2.7,3:', type=('build', 'run'))