py-scoop: fix url and deps (#15877)
This commit is contained in:
parent
cf68193ebe
commit
d87f44e987
1 changed files with 2 additions and 1 deletions
|
@ -13,10 +13,11 @@ class PyScoop(PythonPackage):
|
|||
environments, from heterogeneous grids to supercomputers."""
|
||||
|
||||
homepage = "https://github.com/soravux/scoop"
|
||||
url = "https://files.pythonhosted.org/packages/source/s/scoop/scoop-0.7.1.1.tar.gz"
|
||||
url = "https://pypi.io/packages/source/s/scoop/scoop-0.7.1.1.tar.gz"
|
||||
|
||||
version('0.7.1.1', sha256='d8b6444c7bac901171e3327a97e241dde63f060354e162a65551fd8083ca62b4')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-greenlet@0.3.4:', type=('build', 'run'))
|
||||
depends_on('py-pyzmq@13.1.0:', type=('build', 'run'))
|
||||
depends_on('py-argparse@1.1:', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue