Skip to content

Commit

Permalink
added recipe for xcube_places_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasstorm committed Aug 18, 2023
1 parent 4c74605 commit 40cde1a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions recipes/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
package:
name: xcube_places_plugin
version: 0.0.1

source:
url: https://github.com/dcs4cop/xcube-geodb-places/archive/refs/tags/v0.0.1.tar.gz
sha256: 54708dc16e5c2c306d65073ab1e66d94317d86f00a329d35130c1df93804e9ef

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- python >=3.6
- pip
run:
- python
- xcube >= 1.0.3
- xcube_geodb
- requests
- python-fastjsonschema

about:
summary: xcube_places_plugin allows to load features from geoDB as xcube places
home: https://github.com/dcs4cop/xcube-geodb-places
license: MIT
license_family: MIT
license_file: LICENSE
description: xcube_places_plugin allows to load features from geoDB as xcube places

extra:
recipe-maintainers:
- thomasstorm

0 comments on commit 40cde1a

Please sign in to comment.