Skip to content

Commit

Permalink
Update cmat to 3.3.0 (#51329)
Browse files Browse the repository at this point in the history
* Update cmat to 3.3.0

* add pyyaml

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 11, 2024
1 parent ef3d8a7 commit e5b9e7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/cmat/build.sh
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
8 changes: 6 additions & 2 deletions recipes/cmat/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "cmat" %}
{% set version = "3.2.2" %}
{% set version = "3.3.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/EBIvariation/CMAT/archive/v{{version}}.tar.gz
sha256: 63b052052e6c3809e2d55835bfbe1dbd5ee312d6ef12906b25e5c67816fa6186
sha256: d39137937c2827b401fe7ca10ccaaf4f8dbbac049e7ea5b86ded6713bf1efdba

build:
number: 0
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit e5b9e7a

Please sign in to comment.