From 0c40507445d462c832547951fed1198452b0b7ca Mon Sep 17 00:00:00 2001 From: Liz Gehret Date: Thu, 5 Sep 2024 16:02:39 -0700 Subject: [PATCH] LANG: recipe updates for pathogenome distro --- ci/recipe/meta.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ci/recipe/meta.yaml b/ci/recipe/meta.yaml index d5cb647..a9029d8 100644 --- a/ci/recipe/meta.yaml +++ b/ci/recipe/meta.yaml @@ -1,24 +1,23 @@ -{% set data = load_setup_py_data() %} -{% set version = data.get('version') or 'placehold' %} - package: name: q2-amr - version: {{ version }} + version: {{ PLUGIN_VERSION }} source: path: ../.. build: + script-env: + - PLUGIN_VERSION script: make install requirements: host: - - python=3.8.* + - python {{ python }} - setuptools run: - ncbi-amrfinderplus - - python=3.8.* + - python {{ python }} - qiime2 {{ qiime2_epoch }}.* - q2-demux {{ qiime2_epoch }}.* - q2-feature-table {{ qiime2_epoch }}.*