diff --git a/recipes/popsummary/meta.yaml b/recipes/popsummary/meta.yaml new file mode 100644 index 0000000000000..b04d6ab60a79d --- /dev/null +++ b/recipes/popsummary/meta.yaml @@ -0,0 +1,42 @@ +{% set name = "popsummary" %} +{% set version = "0.0.1" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/popsummary-{{ version }}.tar.gz + sha256: fee5dcb60abddf9d1d644e3a40f0ca0d8c7276ac02a120a65e3fd5960a52431c + +build: + noarch: python + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + number: 0 + +requirements: + host: + - python >=3.9 + - pip + run: + - python >=3.9 + - h5py + - numpy + +test: + imports: + - popsummary + commands: + - pip check + requires: + - pip + +about: + home: https://git.ligo.org/zoheyr-doctor/popsummary + summary: tool for reading and writing standard data products from LIGO-Virgo-KAGRA rates and populations analyses + license: MIT + license_file: LICENSE + +extra: + recipe-maintainers: + - ChristianAdamcewicz