From e5b9e7a0036c12d0e3bd45f2199ea4ba70136dc0 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:34:27 -0400 Subject: [PATCH] Update cmat to 3.3.0 (#51329) * Update cmat to 3.3.0 * add pyyaml --------- Co-authored-by: mencian --- recipes/cmat/build.sh | 2 +- recipes/cmat/meta.yaml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/cmat/build.sh b/recipes/cmat/build.sh index 376a98566a511..a1e02d94b7d2e 100644 --- a/recipes/cmat/build.sh +++ b/recipes/cmat/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -euo -$PYTHON -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv +$PYTHON -m pip install . --no-deps --no-build-isolation --no-cache-dir --use-pep517 -vvv CMAT="${PREFIX}/share/${PKG_NAME}-${PKG_VERSION}" mkdir -p ${PREFIX}/bin ${CMAT} diff --git a/recipes/cmat/meta.yaml b/recipes/cmat/meta.yaml index 030383993adc5..dd607eeb31f7e 100644 --- a/recipes/cmat/meta.yaml +++ b/recipes/cmat/meta.yaml @@ -1,5 +1,5 @@ {% set name = "cmat" %} -{% set version = "3.2.2" %} +{% set version = "3.3.0" %} package: name: {{ name }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/EBIvariation/CMAT/archive/v{{version}}.tar.gz - sha256: 63b052052e6c3809e2d55835bfbe1dbd5ee312d6ef12906b25e5c67816fa6186 + sha256: d39137937c2827b401fe7ca10ccaaf4f8dbbac049e7ea5b86ded6713bf1efdba build: number: 0 @@ -27,6 +27,7 @@ requirements: - pandas ==1.5.3 - pytest ==7.2.2 - pytest-cov ==2.10.0 + - pyyaml ==6.0.1 - requests ==2.32.3 - requests-mock ==1.8.0 - retry ==0.9.2 @@ -41,6 +42,7 @@ requirements: - pandas ==1.5.3 - pytest ==7.2.2 - pytest-cov ==2.10.0 + - pyyaml ==6.0.1 - requests ==2.32.3 - requests-mock ==1.8.0 - retry ==0.9.2 @@ -57,7 +59,9 @@ about: home: https://github.com/EBIvariation/CMAT summary: ClinVar Mapping and Annotation Toolkit license: Apache-2.0 + license_family: APACHE license_file: LICENSE + dev_url: https://github.com/EBIvariation/CMAT extra: recipe-maintainers: