diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/py-billiard/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/py-billiard/package.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/py-billiard/package.py b/var/spack/repos/builtin/packages/py-billiard/package.py index 93d717a9f9..3a4d4148af 100644 --- a/var/spack/repos/builtin/packages/py-billiard/package.py +++ b/var/spack/repos/builtin/packages/py-billiard/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) @@ -9,8 +9,7 @@ from spack import * class PyBilliard(PythonPackage): """Python multiprocessing fork with improvements and bugfixes""" - homepage = "https://pypi.org/project/billiard/" - url = "https://pypi.io/packages/source/b/billiard/billiard-3.5.0.5.tar.gz" + pypi = "billiard/billiard-3.5.0.5.tar.gz" version('3.6.3.0', sha256='d91725ce6425f33a97dfa72fb6bfef0e47d4652acd98a032bd1a7fbf06d5fa6a') version('3.6.1.0', sha256='b8809c74f648dfe69b973c8e660bcec00603758c9db8ba89d7719f88d5f01f26') |