Skip to content

Commit

Permalink
Update nanocomp to 0.23.1 (#11436)
Browse files Browse the repository at this point in the history
* Update nanocomp to 0.23.1

* remove noarch
  • Loading branch information
dfornika authored and bgruening committed Oct 20, 2018
1 parent 0c15cb1 commit 8581d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions recipes/nanocomp/build.sh

This file was deleted.

7 changes: 4 additions & 3 deletions recipes/nanocomp/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{% set version = "0.23.0" %}
{% set version = "0.23.1" %}

package:
name: nanocomp
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanocomp/NanoComp-{{ version }}.tar.gz
sha256: df066590117afd92d49dadf5a268dc5b4dbb7e71333d8536c4c5960d6ee3b3e5
sha256: f221bd2e693711d94e761b49099f5d349d3ecf1118287eb7f9178522f5a70f10

build:
entry_points:
- NanoComp=nanocomp.NanoComp:main
number: 1
number: 0
skip: True # [py27]
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

requirements:
host:
Expand Down

0 comments on commit 8581d48

Please sign in to comment.