Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #110 from ocefpaf/update_pyugrid
Browse files Browse the repository at this point in the history
Updated to 0.1.6
  • Loading branch information
pelson committed Sep 17, 2015
2 parents 616e9e5 + 7cf33a7 commit cea5abe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions pyugrid/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install --single-version-externally-managed --record record.txt
if errorlevel 1 exit 1
2 changes: 1 addition & 1 deletion pyugrid/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
$PYTHON setup.py install --single-version-externally-managed --record record.txt
11 changes: 6 additions & 5 deletions pyugrid/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
package:
name: pyugrid
version: "0.1.1"
version: "0.1.6"

source:
git_url: https://github.com/pyugrid/pyugrid.git
git_tag: 0c1387ee561683bc4e1122cd21a06683f556aa06
git_tag: "0.1.6"

build:
number: 1
number: 0

requirements:
build:
- python <3 # See https://github.com/pyugrid/pyugrid/issues/92
- python
- setuptools
- netcdf4
run:
- python
- numpy
Expand All @@ -25,4 +24,6 @@ test:

about:
home: https://github.com/pyugrid/pyugrid
license: BSD
summary: A Python API to utilize data written using the unstructured grid UGRID conventions.
home: https://github.com/pyugrid/pyugrid

0 comments on commit cea5abe

Please sign in to comment.