Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rrparser v2.4.6 #2

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
zip_keys:
- - cdt_name
- docker_image
- quay.io/condaforge/linux-anvil-cos7-x86_64
1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "rrparser" %}
{% set version = "2.4.5" %}
{% set version = "2.4.6" %}

package:
name: {{ name|lower }}
Expand All @@ -8,7 +8,7 @@ package:
source:
path: ..
url: https://github.com/brsynth/{{ name }}/archive/{{ version }}.tar.gz
sha256: 8692de0cba5536548001ab9cea51e2311b7e15fa4e351a12965cdc0ea10b34b9
sha256: c1b76e05ab6c5d55c2c9a6bd7a9c6497c489bb732fc011a8e4dbe1c4c2843d91

build:
number: 0
Expand Down Expand Up @@ -39,7 +39,7 @@ test:

about:
home: https://github.com/brsynth/{{ name|lower }}
summary: "Reaction Rules Parser: retrieves the reaction rules from RetroRules"
summary: 'Reaction Rules Parser: retrieves the reaction rules from RetroRules'
license: MIT
license_file: LICENSE

Expand Down