Skip to content

Instantly share code, notes, and snippets.

@giswqs
Created April 14, 2020 12:26
Show Gist options
  • Save giswqs/2298cb3ed189b6641c7e4cd608b48017 to your computer and use it in GitHub Desktop.
Save giswqs/2298cb3ed189b6641c7e4cd608b48017 to your computer and use it in GitHub Desktop.
meta.yaml for ipyfilechooser
{% set name = "ipyfilechooser" %}
{% set version = "0.3.4" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 705a8a0d36b87414a72ab81a0327d3201a85e8f68ba1c70aa4f0250e1192a0db
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- ipywidgets
- pip
- python
run:
- ipywidgets
- python
test:
imports:
- ipyfilechooser
about:
home: "https://github.com/crahan/ipyfilechooser"
license: MIT
license_family: MIT
license_file: LICENSE
summary: "Python file chooser widget for use in Jupyter/IPython in conjunction with ipywidgets"
doc_url:
dev_url: https://github.com/crahan/ipyfilechooser
extra:
recipe-maintainers:
- crahan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment