Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update meta.yaml #1

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{% set name = "ipython_memory_usage" %}
{% set version = "1.1" %}
{% set version = "1.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 1f4697210257f853fea74de0cf3fae60a32e550e578bac6f46de9b40c550422b
#url: https://files.pythonhosted.org/packages/60/e5/6e437102cf49c3843c8f192c7c7b99184e5946930bb9ab0e23799e802586/ipython_memory_usage-1.2.tar.gz
sha256: 1704ada665410f0443052efc108f4c8819c60bb7b0d6e7b253a098f0a66284d0

build:
noarch: python
Expand All @@ -25,7 +26,9 @@ requirements:

test:
imports:
- ipython_memory_usage
- datetime

#ipython_memory_usage

about:
home: https://github.com/ianozsvald/ipython_memory_usage
Expand All @@ -38,3 +41,4 @@ about:
extra:
recipe-maintainers:
- xhochy
- ianozsvald