summaryrefslogtreecommitdiff
path: root/nictools
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-23 17:00:53 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 11:17:20 -0400
commitf46565fe6f3eefd6a8eb1cec7179164f2800b042 (patch)
treeb57ece5acd84c9a8c9235818b975a439c8ae3df9 /nictools
downloadastroconda-dev-f46565fe6f3eefd6a8eb1cec7179164f2800b042.tar.gz
Initial commit
Diffstat (limited to 'nictools')
-rw-r--r--nictools/bld.bat4
-rw-r--r--nictools/build.sh3
-rw-r--r--nictools/meta.yaml29
3 files changed, 36 insertions, 0 deletions
diff --git a/nictools/bld.bat b/nictools/bld.bat
new file mode 100644
index 0000000..abdd1e3
--- /dev/null
+++ b/nictools/bld.bat
@@ -0,0 +1,4 @@
+
+python setup.py install
+2to3 -w .
+if errorlevel 1 exit 1 \ No newline at end of file
diff --git a/nictools/build.sh b/nictools/build.sh
new file mode 100644
index 0000000..88ffa4c
--- /dev/null
+++ b/nictools/build.sh
@@ -0,0 +1,3 @@
+
+pip install --no-deps --upgrade --force d2to1
+python setup.py install || exit 1 \ No newline at end of file
diff --git a/nictools/meta.yaml b/nictools/meta.yaml
new file mode 100644
index 0000000..56203d7
--- /dev/null
+++ b/nictools/meta.yaml
@@ -0,0 +1,29 @@
+about:
+ home: https://github.com/spacetelescope/nictools
+ summary: nictools
+build:
+ number: '0'
+package:
+ name: nictools
+ version: 1.1.3
+requirements:
+ build:
+ - astropy >=1.1
+ - numpy x.x
+ - scipy
+ - stsci.distutils
+ - stsci.tools
+ - setuptools
+ - python x.x
+ run:
+ - astropy >=1.1
+ - numpy x.x
+ - scipy
+ - stsci.tools
+ - python x.x
+source:
+ git_tag: 1.1.3
+ git_url: https://github.com/spacetelescope/nictools
+test:
+ imports:
+ - nictools