Created
April 14, 2020 12:26
-
-
Save giswqs/2298cb3ed189b6641c7e4cd608b48017 to your computer and use it in GitHub Desktop.
meta.yaml for ipyfilechooser
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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