aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-01-12 22:39:09 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2016-01-12 22:39:09 -0500
commit6d60b4bc4f265d159812014d43d6c8990dbbed03 (patch)
tree0fcf60a0e09f04346e77338878cfdbaafdac1a59
parent7d1ee75af89b3e65c2ef1de8a0a32c92ab4b11b9 (diff)
downloadcbc-recipes-6d60b4bc4f265d159812014d43d6c8990dbbed03.tar.gz
Remove vim mistake
-rw-r--r--pandokia/:w46
1 files changed, 0 insertions, 46 deletions
diff --git a/pandokia/:w b/pandokia/:w
deleted file mode 100644
index a0daac6..0000000
--- a/pandokia/:w
+++ /dev/null
@@ -1,46 +0,0 @@
-[package]
-name : pandokia
-version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
-
-[about]
-home : http://ssb.stsci.edu/testing/pandokia
-license : BSD
-summary : ${package:name}
-
-[source]
-#fn : ${package:name}-${package:version}.tar.gz
-#url : ${about:home}/${fn}
-git_url : git@bitbucket.org:stsci_ssb/${package:name}.git
-#git_tag :
-
-[build]
-number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
-preserve_egg_dir : yes
-
-[requirements]
-build :
- setuptools
- python
-
-run :
- nose
- py.test
- unittest2
- python
-
-[test]
-imports :
- pdk
-
-commands :
- pdk
-
-
-[cbc_build]
-linux :
- python setup.py install || exit 1
-
-windows :
- python setup.py install
- if errorlevel 1 exit 1
-