Skip to content

Commit

Permalink
Merge pull request #13508 from jtpio/jupyter-resource-usage
Browse files Browse the repository at this point in the history
Add jupyter-resource-usage
  • Loading branch information
xhochy authored Dec 21, 2020
2 parents 4b98dd2 + 0692ecc commit 692f590
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/jupyter-resource-usage/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "jupyter-resource-usage" %}
{% set version = "0.5.1" %}

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

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

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"

requirements:
host:
- python >=3.6
- pip
- jupyter-packaging >=0.7.9
run:
- notebook
- psutil
- python >=3.6

test:
imports:
- jupyter_resource_usage
requires:
- pip
commands:
- pip check

about:
home: https://github.com/jupyter-server/jupyter-resource-usage
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Jupyter Server Extension for monitoring Resource Usage
description: |
Jupyter Server Extension for monitoring Resource Usage
dev_url: https://github.com/jupyter-server/jupyter-resource-usage

extra:
recipe-maintainers:
- jtpio

0 comments on commit 692f590

Please sign in to comment.