Skip to content
Snippets Groups Projects

Draft: feat add: py-neuralactivitycubic

Closed Matvey Loshakov requested to merge mloshakov/ebrains-spack-builds:master into master
2 unresolved threads

Summary

Package py-neuralactivitycubic
Contact point mloshakov
KG entry none

Checks

  • Software Quality Checklist: SQ-Checklist.pdf (level: )
  • Current maintainer is listed first in package.py
  • No pinned dependency versions
  • Post-installation tests are defined
Edited by Matvey Loshakov

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
3 #
4 # SPDX-License-Identifier: (Apache-2.0 OR MIT)
5
6 from spack.package import *
7
8 class PyNeuralactivitycubic(PythonPackage):
9 """Computation of local and signal-close-to-noise calcium activity."""
10
11 homepage = "https://github.com/Indoc-Research/NeuralActivityCubic"
12 pypi = "neuralactivitycubic/neuralactivitycubic-0.0.3.tar.gz"
13
14 maintainers("DennisDoll", "mloshakov", "acascais")
15
16 version("0.0.3", sha256="516e99e44a70d83f526a128e653a63c6b7ae4ffbe362fe7854121999a7c8fecb")
17
18 depends_on("python@3.8:", type=("build", "run"))
  • 7
    8
    9 # Backported from spack v0.23.0
    10 class PyRoifile(PythonPackage):
    11 """Roifile is a Python library to read, write, create, and plot ImageJ ROIs"""
    12
    13 homepage = "https://www.cgohlke.com/"
    14 pypi = "roifile/roifile-2024.1.10.tar.gz"
    15
    16 # license("BSD-3-Clause", checked_by="A-N-Other")
    17
    18 version("2024.1.10", sha256="8bbc05a96c0a291429214cb6829426378e89931d1a7d3ad945aa2fea5765e434")
    19
    20 variant("all", default=True, description="Enable TIFF support")
    21
    22 depends_on("python@3.8:", type=("build", "run"))
  • Pipeline fails because some of the packages require python versions >3.8

  • added 1 commit

    Compare with previous version

  • closing, follow-up in !640

  • Please register or sign in to reply