Skip to content

Commit

Permalink
[bot-automerge] pyprocar v6.1.7 (#32)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jan 15, 2024
2 parents 8c8f438 + 30fde0b commit 1bae83d
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

25 changes: 23 additions & 2 deletions .gitignore

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

9 changes: 6 additions & 3 deletions .scripts/build_steps.sh

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

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion README.md

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

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pyprocar" %}
{% set version = "6.1.6" %}
{% set version = "6.1.7" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/PyProcar-{{ version }}.tar.gz
sha256: 5caf2ceb176663d0a19f570eba2b9311ca19382fc3d696815bfdcac626a15181
sha256: 36e9314d164cbe1539f08c2f893344c672c660c771ac05510f8132f849031cf8

build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
Expand Down

0 comments on commit 1bae83d

Please sign in to comment.