Skip to content
Snippets Groups Projects
meta.yaml 621 B
Newer Older
package:
  name: ckmseed
  version: 2009.188

source:
  path: ..

build:
  # If the installation is complex, or different between Unix and Windows, use
  # separate bld.bat and build.sh files instead of this key.  Add the line
  # "skip: True  # [py<35]" (for example) to limit to Python 3.5 and newer, or
  # "skip: True  # [not win]" to limit to Windows.
  script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
  build:
    - python
    - setuptools
  run:
    - python

about:
  home: https://git.passcal.nmt.edu/passoft/ckmseed
  summary: Find and review MSEED files.