Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{% set name = "kiara_plugin.anom_processing" %}
{% set version = "__VERSION__" %}

package:
  name: "{{ name|lower }}"
  version: "{{ version }}"


source:
  git_rev: "{{ version }}"
  git_url: https://github.com/DHARPA-Project/kiara_plugin.anom_processing.git


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

requirements:
  host:
    - pip
    - python
    - setuptools_scm
    - setuptools_scm_git_archive
  run:
    - python
    - kiara>=0.4.4
    - kiara_plugin.core_types>=0.4.2
about:
  home: https://github.com/DHARPA-Project/kiara_plugin.anom_processing
  license: "Mozilla Public 2.0 (MPL 2.0)"
  license_family: MOZILLA
  license_file:
  summary: "A set of modules (and pipelines) for kiara."
  doc_url: https://DHARPA-Project.github.io/kiara_plugin.anom_processing
  dev_url: https://github.com/DHARPA-Project/kiara_plugin.anom_processing

extra:
  recipe-maintainers:
    - makkus