Skip to content
Snippets Groups Projects
Commit b2003273 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'fix-neo' into 'master'

switch to using wheel for neo (see #31)

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!291
parents 648c4b10 562d7878
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,10 @@ class PyNeo(PythonPackage):
homepage = "https://neuralensemble.org/neo"
pypi = "neo/neo-0.4.1.tar.gz"
version('0.12.0', sha256='3b6ca4fc05dfdb4e953e253e70994bfbbc8fe2e90958fbda7fa5860caf3fa63a')
# temporary fix to avoid building with py-setuptools@:61, that doesn't support PEP 621
version('0.12.0', sha256='758f1938b6e3d1a21e465265e6859dc925cc1f0a4a347658cd4bc6293b99545d',
url='https://pypi.io/packages/py3/n/neo/neo-0.12.0-py3-none-any.whl', expand=False)
# version('0.12.0', sha256='3b6ca4fc05dfdb4e953e253e70994bfbbc8fe2e90958fbda7fa5860caf3fa63a')
version('0.11.1', sha256='f4a206044b332ad00b10072b0dc7a70b359fa365ec786f92ab757ef4ae588474')
version('0.11.0', sha256='cdf8e1324a3fbbd1efd5618dcd37cfc497b1997923bd710b598472c1d846674a')
version('0.10.2', sha256='2d4218b0826daeea880e155227060029ec38a00238ceb5f097138d9467c6399b')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment