From 80c7436161f74d2943cc58e0e5fe07bed3fb012b Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:06:48 +0000 Subject: [PATCH 1/2] Update clinvar-this to 0.18.3 --- recipes/clinvar-this/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/clinvar-this/meta.yaml b/recipes/clinvar-this/meta.yaml index 7902d97a06e40..265ae0b049a42 100644 --- a/recipes/clinvar-this/meta.yaml +++ b/recipes/clinvar-this/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "0.18.2" %} -{% set sha256 = "b3064769e3cf62bd19d12523d391496bce96ce2c057df2b49e53f922ef1369fb" %} +{% set version = "0.18.3" %} +{% set sha256 = "e7412c87b064d11998708dde1e17bf85ce0622802b3dbb48c66176da304a5120" %} package: name: clinvar-this From f53e0a8a9b338ae792acd2ca17d65a2393def82c Mon Sep 17 00:00:00 2001 From: mencian Date: Tue, 22 Oct 2024 14:31:58 -0500 Subject: [PATCH 2/2] clean up recipe --- recipes/clinvar-this/meta.yaml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/recipes/clinvar-this/meta.yaml b/recipes/clinvar-this/meta.yaml index 265ae0b049a42..87a5b05a258f1 100644 --- a/recipes/clinvar-this/meta.yaml +++ b/recipes/clinvar-this/meta.yaml @@ -10,36 +10,46 @@ source: sha256: {{ sha256 }} build: - script: python -m pip install --no-deps --ignore-installed . + script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv noarch: python run_exports: - {{ pin_subpackage("clinvar-this", max_pin="x.x") }} number: 0 + entry_points: + - clinvar-this=clinvar_this.cli:cli requirements: host: - - python >=3.8 + - python >=3.6 - pip + - setuptools run: - - python >=3.8 + - python >=3.6 - pysam >=0.10.0 - logzero - - requests - - attrs - - cattrs + - httpx >=0.24 + - pydantic >=2.5 - python-dateutil - click - toml - tabulate - jsonschema + - xmltodict >=0.13.0,<0.15 + - tqdm >=4.0 + - protobuf >=3.20.2,<6.0 test: imports: - clinvar_this - clinvar_api + - clinvar_data + commands: + - clinvar-this --help about: home: https://github.com/bihealth/clinvar-this license: MIT license_family: MIT - summary: ClinVar Submission API Made Easy + license_file: LICENSE + summary: "ClinVar Submission API Made Easy." + dev_url: https://github.com/bihealth/clinvar-this