aboutsummaryrefslogtreecommitdiff
path: root/cbc-test-package
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-18 20:32:47 -0400
committerJoe Hunkeler <jhunk@stsci.edu>2016-03-20 15:05:18 -0400
commit93827d0b141afbf43780d28ed423173b0303289a (patch)
tree4cc122e6ab52acd77f7029322ea2b3c8f5b5ba68 /cbc-test-package
parentc2258bb3ed15fe8db17bf323f5f100731a167cf5 (diff)
downloadcbc-recipes-93827d0b141afbf43780d28ed423173b0303289a.tar.gz
Begin prepping for internal testing
Diffstat (limited to 'cbc-test-package')
-rw-r--r--cbc-test-package/cbc_test_package.ini72
1 files changed, 36 insertions, 36 deletions
diff --git a/cbc-test-package/cbc_test_package.ini b/cbc-test-package/cbc_test_package.ini
index 37491e4..40e0890 100644
--- a/cbc-test-package/cbc_test_package.ini
+++ b/cbc-test-package/cbc_test_package.ini
@@ -1,36 +1,36 @@
-[package]
-name: cbc_test_package
-version: 1.0.0
-
-[about]
-home: http://example.com/${package:name}
-license: GPL
-summary: ${package:name} is a test package
-
-[source]
-fn: ${package:name}-${package:version}.tar.gz
-url: https://bitbucket.org/jhunkeler/cbc-recipes/downloads/${fn}
-
-[build]
-number: 1
-
-[requirements]
-build:
- setuptools
- python
-
-run:
- python
-
-[test]
-imports:
- cbc_test_package
-
-[cbc_build]
-linux:
- python setup.py install || exit 1
-
-windows:
- python setup.py install
- if errorlevel 1 exit 1
-
+[package]
+name: cbc_test_package
+version: 1.0.0
+
+[about]
+home: http://example.com/${package:name}
+license: GPL
+summary: ${package:name} is a test package
+
+[source]
+fn: ${package:name}-${package:version}.tar.gz
+url: https://bitbucket.org/jhunkeler/cbc-recipes/downloads/${fn}
+
+[build]
+number: 0
+
+[requirements]
+build:
+ setuptools
+ python
+
+run:
+ python
+
+[test]
+imports:
+ cbc_test_package
+
+[cbc_build]
+linux:
+ python setup.py install || exit 1
+
+windows:
+ python setup.py install
+ if errorlevel 1 exit 1
+