Skip to content

Commit

Permalink
Merge pull request #8 from regro-cf-autotick-bot/1.1.5_h1dc754
Browse files Browse the repository at this point in the history
coloc_sat v1.1.5
  • Loading branch information
Skealz authored Nov 6, 2023
2 parents e2c1d24 + fe10a35 commit 548f945
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "coloc_sat" %}
{% set version = "1.1.4" %}
{% set version = "1.1.5" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: bda1d6b7f0a01b49d91838b4c3ec51b6077b1660111377e80d5f84cc035db44a
sha256: 42db24ca00d455c0867b26a46a30de6965ada70c8742b6954a811727aaaaecd2

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 1
number: 0
entry_points:
- Coloc_between_product_and_mission = coloc_sat.scripts.coloc_between_product_and_mission:main
- Coloc_2_products = coloc_sat.scripts.coloc_2_products:main
Expand Down Expand Up @@ -42,6 +42,7 @@ requirements:
- more-itertools
- pyyaml
- pyproj
- h5netcdf

test:
imports:
Expand Down

0 comments on commit 548f945

Please sign in to comment.