Skip to content
Snippets Groups Projects
meta.yaml 891 B
Newer Older
Kien Le's avatar
Kien Le committed
package:
  name: sohviewer
Kien Le's avatar
Kien Le committed
  version: 2024.4.0.0
Kien Le's avatar
Kien Le committed

source:
  path: ../

build:
  noarch: python
  script: {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
  build:
    - python >=3.9
    - pip
Kien Le's avatar
Kien Le committed
  host:
    - python >=3.9
    - setuptools
Kien Le's avatar
Kien Le committed
  run:
    - python >=3.9
Kien Le's avatar
Kien Le committed
    - obspy >=1.3.0
Kien Le's avatar
Kien Le committed
    - PySide6>=6.5.2
    - matplotlib>=3.6.2
Kien Le's avatar
Kien Le committed

test:
  source_files:
    - tests
    - sohstationviewer/database/soh.db
    - sohstationviewer/database/backup.db
Kien Le's avatar
Kien Le committed
    - sohstationviewer/documentation
    - sohstationviewer/documentation/images
Kien Le's avatar
Kien Le committed
  commands:
    - python -m unittest

about:
  home: https://www.passcal.nmt.edu/content/software-resources
  dev_url: https://git.passcal.nmt.edu/software_public/passoft/sohstationviewer
  license: GPLv3
  license_file: LICENSE
  summary: Visualize State-of-Health packets from raw data recorded by different type of dataloggers.