diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/py-jmespath/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/py-jmespath/package.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/py-jmespath/package.py b/var/spack/repos/builtin/packages/py-jmespath/package.py index ed5da676f2..c2d2262f5c 100644 --- a/var/spack/repos/builtin/packages/py-jmespath/package.py +++ b/var/spack/repos/builtin/packages/py-jmespath/package.py @@ -1,4 +1,4 @@ -# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# 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) @@ -10,11 +10,8 @@ class PyJmespath(PythonPackage): """JSON Matching Expressions.""" homepage = "https://github.com/jmespath/jmespath.py" - url = "https://pypi.io/packages/source/j/jmespath/jmespath-0.9.4.tar.gz" - - import_modules = ['jmespath'] + pypi = "jmespath/jmespath-0.9.4.tar.gz" version('0.9.4', sha256='bde2aef6f44302dfb30320115b17d030798de8c4110e28d5cf6cf91a7a31074c') depends_on('py-setuptools', type='build') - depends_on('py-nose', type='test') |