Skip to content

Commit

Permalink
Merge pull request conda-forge#21231 from 12rambau/sepal_ui
Browse files Browse the repository at this point in the history
add "sepal-ui" to conda-forge
  • Loading branch information
BastianZim authored Dec 15, 2022
2 parents 61866cf + f49b13a commit 0926c7d
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/sepal-ui/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
channel_sources:
- conda-forge/label/planet_dev,conda-forge
83 changes: 83 additions & 0 deletions recipes/sepal-ui/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{% set name = "sepal-ui" %}
{% set version = "2.13.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sepal-ui-{{ version }}.tar.gz
sha256: 721eafc030099e312526ceb829e4cde2b45b90abfd6392a1de96312de72e5478

build:
entry_points:
- module_deploy = sepal_ui.bin.module_deploy:main
- module_factory = sepal_ui.bin.module_factory:main
- module_l10n = sepal_ui.bin.module_l10n:main
- module_theme = sepal_ui.bin.module_theme:main
- module_venv = sepal_ui.bin.module_venv:main
- activate_venv = sepal_ui.bin.activate_venv:main
- ee_token = sepal_ui.bin.ee_token:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- python >=3.6
- pip
run:
- python >=3.6
- werkzeug <2.2.0
- haversine
- ipyvue >=1.7.0
- ipyvuetify
- earthengine-api
- markdown
- ipyleaflet >=0.14.0
- shapely
- geopandas
- pandas
- deepdiff
- colorama
- deprecated
- unidecode
- natsort
- pipreqs
- cryptography
- python-box
- xyzservices
- planet ==2.0a6
- pyyaml
- dask-core
- tqdm
- jupyter-server-proxy
- matplotlib-base
- rioxarray

test:
imports:
- sepal_ui
commands:
- pip check
- module_deploy --help
- module_factory --help
- module_l10n --help
- module_theme --help
- module_venv --help
- activate_venv --help
requires:
- pip

about:
home: https://github.com/12rambau/sepal_ui
summary: Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform
license: MIT
license_file:
- LICENSE.txt
- sepal_ui/templates/map_app/LICENSE
- sepal_ui/templates/panel_app/LICENSE

extra:
recipe-maintainers:
- 12rambau

0 comments on commit 0926c7d

Please sign in to comment.