Skip to content

Commit

Permalink
Bump build numbers that were forgotten in bulk PR #53091
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Jan 30, 2025
1 parent c95cedd commit 1960856
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion recipes/biobb_mem/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
sha256: 6f82cd73387b8fe046c08e00029ed07f0cb449f4ecf407e5cca9fa5bfc423ba9

build:
number: 0
number: 1
script:
- {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
run_exports:
Expand Down
2 changes: 1 addition & 1 deletion recipes/chia-rep/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 65b69c0ee914828544a92a756610c790804b367ea420666ab36641c85e1c2d50

build:
number: 4
number: 5
skip: True # [py27]
script: "{{ PYTHON }} -m pip install . -vv"

Expand Down
2 changes: 1 addition & 1 deletion recipes/nwalign3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 22e2ffc9c7c181cfbe21e19c1f1348d17cca072ea2ffabe8676ebcab9bb933be

build:
number: 4
number: 5
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
skip: True # [py27]

Expand Down
2 changes: 1 addition & 1 deletion recipes/pyfastx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
entry_points:
- pyfastx = pyfastxcli:main
run_exports:
Expand Down
2 changes: 1 addition & 1 deletion recipes/r-dimsum/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: dc6ce5f778ebcf2f3658be3d65805dda7cca7dec0c817f4fb4c334ece5ed0e5b

build:
number: 0
number: 1
noarch: generic
rpaths:
- lib/R/lib/
Expand Down
2 changes: 1 addition & 1 deletion recipes/telescope/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
- 0001-Fix-setup.py.patch

build:
number: 6
number: 7
skip: True # [py<30]
script: {{ PYTHON }} -m pip install . --no-deps -vv

Expand Down
2 changes: 1 addition & 1 deletion recipes/umi_tools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
entry_points:
- umi_tools = umi_tools.umi_tools:main
Expand Down
2 changes: 1 addition & 1 deletion recipes/yahmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
md5: 022158915e79a41ff36327a02a3c2265

build:
number: 10
number: 11
script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv
skip: true # [py <= 36]

Expand Down

0 comments on commit 1960856

Please sign in to comment.