Skip to content

Commit

Permalink
Merge pull request #20 from regro-cf-autotick-bot/0.1.8_h0c3f84
Browse files Browse the repository at this point in the history
spectrapepper v0.1.8
  • Loading branch information
enricgrau authored Jul 27, 2023
2 parents f1e8723 + d78bd87 commit bde70cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
{% set version = "0.1.8" %}

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

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

0 comments on commit bde70cd

Please sign in to comment.