Skip to content

Commit

Permalink
Use pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Dec 12, 2023
1 parent 5549627 commit a2bdb72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "EQcorrscan" %}
{% set version = "0.5.0" %}
{% set sha256 = "70cdebade97d6ddd05dbd347f7bebced66e8163dd8817259bf080302c2e1c69d" %}
{% set sha256 = "bf36e0d6eccb5257bfceeaa8c40b744d8519978e49330835d73d5fd5fbed73c3" %}

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

source:
# fn: {{ name }}-{{ version }}.tar.gz
# url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
# sha256: {{ sha256 }}
fn: 0.5.0rc0.tar.gz
url: https://github.com/eqcorrscan/EQcorrscan/archive/0.5.0rc0.tar.gz
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
# fn: 0.5.0rc0.tar.gz
# url: https://github.com/eqcorrscan/EQcorrscan/archive/0.5.0rc0.tar.gz

build:
skip: true # [win and py==38]
Expand Down

0 comments on commit a2bdb72

Please sign in to comment.