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 CrossMap to version 0.2.8 #10327

Merged
merged 1 commit into from
Aug 8, 2018
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions recipes/crossmap/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
rm -f lib/psyco_full.py
rm -rf data test
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
6 changes: 3 additions & 3 deletions recipes/crossmap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "CrossMap" %}
{% set version = "0.2.7" %}
{% set sha256hash = "edaef71757c4ae5182f5c8fd6350d096118919c02ff46660944e8db4ff5d6341" %}
{% set version = "0.2.8" %}
{% set sha256hash = "783a89f7378495dc0f1dbbb1b56b780cc4aeeb20d683c2721560952305083c47" %}

package:
name: {{ name|lower }}
Expand All @@ -11,7 +11,7 @@ source:
sha256: {{ sha256hash }}

build:
number: 2
number: 0
# CrossMap is very particular about Python version.
skip: True # [not py27]

Expand Down