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 #13671

Merged
merged 11 commits into from
Feb 16, 2019
11 changes: 3 additions & 8 deletions recipes/tango/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{% set version = "0.3.0" %}
{% set version = "0.3.1" %}

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

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

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

sha256: c6b5e1dc09c271dd71f6b08b8720fb466cf21317ed92257f9b71f091b09f8bd4

build:
number: 0
noarch: python
Expand Down