Skip to content

Commit

Permalink
Merge pull request #19 from enricgrau/master
Browse files Browse the repository at this point in the history
Update spectrapepper feedstock to v0.1.8
  • Loading branch information
enricgrau authored Jul 27, 2023
2 parents cc1b2dc + 95609a5 commit f1e8723
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

10 changes: 7 additions & 3 deletions .azure-pipelines/azure-pipelines-win.yml

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

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

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

8 changes: 4 additions & 4 deletions 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 = "spectrapepper" %}
{% set version = "0.1.7" %}
{% set version = "0.1.8" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 1b43e9c90dedccbd3869ae53801a08b41f5a1f9770ad17654dc24c9d65ecdcb3
sha256: b2f9c191e30ebdb6593815be238382035733e7f2fac8552cd0e70f4170d6966d
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
Expand Down

0 comments on commit f1e8723

Please sign in to comment.