aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-30 13:25:01 -0400
committerJoe Hunkeler <jhunk@stsci.edu>2016-03-30 13:25:01 -0400
commitbc9742f7905e94bb36a54e3c357f057c548f7129 (patch)
tree482dd36f8da2e90cc25b4dcbf124e773a6900122
parent189987d64713de08d1e7a13e04d6c5dc67d8daa2 (diff)
downloadastroconda-iraf-bc9742f7905e94bb36a54e3c357f057c548f7129.tar.gz
Initial commit
-rw-r--r--recon/bld.bat2
-rw-r--r--recon/build.sh1
-rw-r--r--recon/meta.yaml23
3 files changed, 26 insertions, 0 deletions
diff --git a/recon/bld.bat b/recon/bld.bat
new file mode 100644
index 0000000..2d6c912
--- /dev/null
+++ b/recon/bld.bat
@@ -0,0 +1,2 @@
+python setup.py install
+if errorlevel 1 exit 1
diff --git a/recon/build.sh b/recon/build.sh
new file mode 100644
index 0000000..5c61be1
--- /dev/null
+++ b/recon/build.sh
@@ -0,0 +1 @@
+python setup.py install || exit 1
diff --git a/recon/meta.yaml b/recon/meta.yaml
new file mode 100644
index 0000000..515002d
--- /dev/null
+++ b/recon/meta.yaml
@@ -0,0 +1,23 @@
+about:
+ home: http://github.com/jhunkeler/recon
+ license: BSD
+ summary: Release control for git
+build:
+ number: '0'
+package:
+ name: recon
+ version: '1.0.2'
+requirements:
+ build:
+ - setuptools
+ - python x.x
+ run:
+ - python x.x
+source:
+ git_url: https://github.com/jhunkeler/recon.git
+ git_tag: '1.0.2'
+test:
+ imports:
+ - recon
+ - recon.release
+ - recon.git