Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
add ipywidgets recipe
Browse files Browse the repository at this point in the history
adapted from conda-forge feedstock

closes #16
  • Loading branch information
jjhelmus committed Sep 19, 2017
1 parent f24e251 commit 85faafe
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions recipes/ipywidgets/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{% set version = "7.0.1" %}
{% set sha256 = "8692b6656c7f492ca3b08441fdd44ac311860282ca5eac7b4f68d1f1cbdef43d" %}

package:
name: ipywidgets
version: {{ version }}

source:
fn: ipywidgets-{{ version }}.tar.gz
url: https://pypi.io/packages/source/i/ipywidgets/ipywidgets-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
script: python -m pip install --no-deps .
noarch: python

requirements:
build:
- python
- pip
run:
- python
- ipython >=4.0.0
- ipykernel >=4.5.1
- traitlets >=4.3.1,<5.0.0
- nbformat >=4.2.0
- widgetsnbextension >=3.0.0,<4.0.0

test:
imports:
- ipywidgets

about:
home: https://github.com/ipython/ipywidgets
license: BSD 3-clause
license_file: COPYING.md
summary: Jupyter Interactive Widgets

0 comments on commit 85faafe

Please sign in to comment.