Skip to content

Commit

Permalink
Merge pull request #7570 from jcrist/jupyter-hdfscm
Browse files Browse the repository at this point in the history
Add jupyter-hdfscm
  • Loading branch information
sodre committed Jan 13, 2019
2 parents 6b95eea + 9a934f8 commit e5b5cb0
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/jupyter-hdfscm/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "jupyter-hdfscm" %}
{% set version = "0.1.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 41ec68a4d44b88bc47b0122044a6c28bee8059fd0de93c26e27e2f1a65ba968d

build:
number: 0
skip: True # [win or osx or py<35]
script: "{{ PYTHON }} -m pip install . --no-deps -vv"

requirements:
host:
- python
- pip
run:
- python
- notebook >=4.0
- pyarrow >=0.9.0

test:
imports:
- hdfscm

about:
home: https://github.com/jcrist/hdfscm
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: A Jupyter ContentsManager for HDFS
description: |
A Jupyter ContentsManager for HDFS. Allows storing notebooks and other
files on HDFS.
doc_url: https://jcrist.github.io/hdfscm/
dev_url: https://github.com/jcrist/hdfscm

extra:
recipe-maintainers:
- jcrist

0 comments on commit e5b5cb0

Please sign in to comment.