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

Commit d060c84

Browse files
lbdreyerbjlittle
authored andcommitted
Add nc_time_axis recipe (#173)
1 parent bcee4b3 commit d060c84

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

Diff for: nc_time_axis/bld.bat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"%PYTHON%" setup.py install --single-version-externally-managed --record record.txt

Diff for: nc_time_axis/build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
$PYTHON setup.py install --single-version-externally-managed --record record.txt

Diff for: nc_time_axis/meta.yaml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
package:
2+
name: nc_time_axis
3+
version: "1.0.0"
4+
5+
source:
6+
git_url: https://github.com/SciTools/nc-time-axis.git
7+
git_tag: v1.0.0
8+
9+
build:
10+
number: 0
11+
12+
requirements:
13+
build:
14+
- python
15+
- setuptools
16+
run:
17+
- python
18+
- six
19+
- matplotlib
20+
- netcdf4 >=1.1
21+
- numpy
22+
23+
test:
24+
imports:
25+
- nc_time_axis
26+
27+
about:
28+
license: BSD3
29+
summary: 'Support for netcdftime axis in matplotlib.'

0 commit comments

Comments
 (0)