You need to sign in or sign up before continuing.
Newer
Older

Nathan Hertz
committed
{% set name = "events" %}
{% set version = "4.0.0a1.dev1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:

Nathan Hertz
committed
path: shared/messaging/events

Nathan Hertz
committed
build:
number: 0
script:
- python setup.py install
requirements:
run:
- python=3.8
- pika
- pycapo
about:
license: "GPL"
license_family: "GPL"
summary: "NRAO Archive Data Fetcher Script"