summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2021-06-30 08:52:20 -0500
committerGitHub <noreply@github.com>2021-06-30 07:52:20 -0600
commitea261e353052a138d17cd55f515f3535879d4dfd (patch)
tree8135ab017f906319b53fdd850c6b4742eb8a42a9 /var
parentacd1b04ea267cace4b7472bb0192c1ecef87b4d4 (diff)
downloadspack-ea261e353052a138d17cd55f515f3535879d4dfd.tar.gz
spack-ea261e353052a138d17cd55f515f3535879d4dfd.tar.bz2
spack-ea261e353052a138d17cd55f515f3535879d4dfd.tar.xz
spack-ea261e353052a138d17cd55f515f3535879d4dfd.zip
py-pytorch-sphinx-theme: add master version (#24594)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pytorch-sphinx-theme/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-pytorch-sphinx-theme/package.py b/var/spack/repos/builtin/packages/py-pytorch-sphinx-theme/package.py
index 5da0dd6904..539e8130ec 100644
--- a/var/spack/repos/builtin/packages/py-pytorch-sphinx-theme/package.py
+++ b/var/spack/repos/builtin/packages/py-pytorch-sphinx-theme/package.py
@@ -10,9 +10,9 @@ class PyPytorchSphinxTheme(PythonPackage):
"""PyTorch Sphinx Theme."""
homepage = "https://github.com/pytorch/pytorch_sphinx_theme"
- pypi = "pytorch_sphinx_theme/pytorch_sphinx_theme-0.0.19.tar.gz"
+ git = "https://github.com/pytorch/pytorch_sphinx_theme.git"
- version('0.0.19', sha256='9c0472a82fc72e5b4c4c5202fc9cdd6de8f1de6050a98f4ace75707ebb184bfd')
+ version('master', branch='master')
depends_on('py-setuptools', type='build')
depends_on('py-sphinx', type=('build', 'run'))