Skip to content

Commit

Permalink
Update diffacto to 1.0.7 (#46561)
Browse files Browse the repository at this point in the history
* Update diffacto to 1.0.7

* add run_exports

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Mar 19, 2024
1 parent a736eee commit 88e2bd2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions recipes/diffacto/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{% set name = "diffacto" %}
{% set version = "1.0.6" %}
{% set version = "1.0.7" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://github.com/statisticalbiotechnology/diffacto/archive/refs/tags/v{{ version }}.tar.gz
sha256: fde7d7f350abc28de0cce23e68d375028a1d3d0969c988a7d07268fe56085f85
sha256: 372d46e43509b2d0cbc5499a651ef51f175f24e211219598127f5f3ba13755fe

build:
noarch: python
number: 0
entry_points:
- diffacto = diffacto.diffacto:main
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
run_exports:
- {{ pin_subpackage('diffacto', max_pin="x") }}

requirements:
host:
Expand All @@ -37,7 +39,8 @@ test:

about:
home: "https://github.com/statisticalbiotechnology/diffacto"
license: "Apache Software"
license: "Apache-2.0"
license_family: "APACHE"
license_file: "LICENSE.txt"
summary: "A protein summarization method for shotgun proteomics experiments"
dev_url: "https://github.com/statisticalbiotechnology/diffacto"

0 comments on commit 88e2bd2

Please sign in to comment.