Skip to content
Snippets Groups Projects
meta.yaml 645 B
Newer Older
Maeva Pourpoint's avatar
Maeva Pourpoint committed
package:
  name: lemi2seed
Maeva Pourpoint's avatar
Maeva Pourpoint committed
  version: 2023.1.1.0
Maeva Pourpoint's avatar
Maeva Pourpoint committed

source:
  path: ../

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

requirements:
  build:
    - python >=3.9
Maeva Pourpoint's avatar
Maeva Pourpoint committed
    - pip
  run:
    - python >=3.9
Maeva Pourpoint's avatar
Maeva Pourpoint committed
    - configobj
Maeva Pourpoint's avatar
Maeva Pourpoint committed
    - obspy
    - openpyxl
    - PySide2
Maeva Pourpoint's avatar
Maeva Pourpoint committed

test:
  source_files:
    - tests
  commands:
    - python -m unittest

about:
  home: https://www.passcal.nmt.edu/content/software-resources
  dev_url: https://git.passcal.nmt.edu/software_public/mt/lemi2seed
Maeva Pourpoint's avatar
Maeva Pourpoint committed
  license: GPLv3
  license_file: LICENSE
  summary: Convert LEMI data and metadata into day-long mseed and StationXML files.