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

Tango #13658

Merged
merged 7 commits into from
Feb 15, 2019
Merged

Tango #13658

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
9 changes: 7 additions & 2 deletions recipes/tango/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{% set version = "0.2.0" %}
{% set version = "0.3.0" %}

package:
name: tango
version: {{ version }}

source:
url: https://github.com/johnne/tango/archive/v{{ version }}.tar.gz
sha256: fa05febbdce7ecd41efe1fab17608401454437e060a386bf95aaf57784157827
sha256: ec1a884a280432d7519f71e70c8f466474b4d6d06605cbcd4f3f2f1f0512158b

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

build:
number: 0
Expand Down