Skip to content

Commit

Permalink
Merge pull request #228 from sigven/conda_fixes
Browse files Browse the repository at this point in the history
Update conda recipe
  • Loading branch information
sigven authored May 29, 2024
2 parents e9bf9b6 + 03aba6f commit a73040b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ replace = __version__ = '{new_version}'
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:conda/recipe/pcgr/meta.yaml]
search = version: {current_version}
replace = version: {new_version}

[bumpversion:file:conda/recipe/pcgrr/meta.yaml]
search = version: {current_version}
replace = version: {new_version}
Expand Down
10 changes: 4 additions & 6 deletions conda/recipe/pcgr/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% set data = load_setup_py_data() %}

package:
name: pcgr
version: {{ data.get('version') }}
version: 1.4.1.9004 # versioned by bump2version

source:
path: ../../..
Expand Down Expand Up @@ -32,6 +30,6 @@ test:
- pcgr --version

about:
home: {{ data.get('url') }}
license: {{ data.get('license') }}
summary: {{ data.get('description') }}
home: https://github.com/sigven/pcgr
license: MIT
summary: Personal Cancer Genome Reporter (PCGR) - variant interpretation for precision cancer medicine.

0 comments on commit a73040b

Please sign in to comment.