aboutsummaryrefslogtreecommitdiff
path: root/stsci.imagemanip
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-05 21:38:26 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-05 21:38:26 -0400
commitef05cf7e26fac8efeb79fed672d2e090f7c1ec18 (patch)
tree147b107d368d524cceb9ed6d868c9726bcd41c22 /stsci.imagemanip
parent32598146d79a7643a5c02eea778ca7e9d43ac55f (diff)
downloadcbc-recipes-ef05cf7e26fac8efeb79fed672d2e090f7c1ec18.tar.gz
Initial commit
Diffstat (limited to 'stsci.imagemanip')
-rw-r--r--stsci.imagemanip/stsci.imagemanip.ini59
1 files changed, 59 insertions, 0 deletions
diff --git a/stsci.imagemanip/stsci.imagemanip.ini b/stsci.imagemanip/stsci.imagemanip.ini
new file mode 100644
index 0000000..5dde1bf
--- /dev/null
+++ b/stsci.imagemanip/stsci.imagemanip.ini
@@ -0,0 +1,59 @@
+[cbc_cgi]
+local_server: true
+local_port: 8888
+local_sources: /srv/conda/sources
+protocol: http
+url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port}
+
+[package]
+name: stsci.imagemanip
+version: 1.1
+
+[about]
+home: https://github.com/embray/${package:name}
+license: GPL
+summary: ${package:name}
+#readme: README.md
+
+[source]
+fn: ${package:name}-${package:version}.tar.gz
+url: ${cbc_cgi:url}/${fn}
+#git_url: git@bitbucket.org:jhunkeler/stsci.imagemanip.git
+
+[build]
+number: 1
+# Namespace package workaround
+preserve_egg_dir: yes
+
+[requirements]
+build:
+ d2to1
+ stsci.distutils
+ stsci.tools
+ stsci.convolve
+ stsci.image
+ setuptools
+ pyfits
+ numpy
+ python
+
+run:
+ d2to1
+ stsci.distutils
+ stsci.tools
+ stsci.convolve
+ stsci.image
+ pyfits
+ numpy
+ python
+
+
+[cbc_build]
+linux:
+ echo This d2to1 hack is deadly.
+ pip install --no-deps --upgrade --force d2to1 || exit 1
+ python setup.py install --single-version-externally-managed --record=record.txt || exit 1
+
+windows:
+ python setup.py install --single-version-externally-managed --record=record.txt
+ if errorlevel 1 exit 1