aboutsummaryrefslogtreecommitdiff
path: root/stsci.distutils/stsci.distutils.ini
diff options
context:
space:
mode:
Diffstat (limited to 'stsci.distutils/stsci.distutils.ini')
-rw-r--r--stsci.distutils/stsci.distutils.ini15
1 files changed, 8 insertions, 7 deletions
diff --git a/stsci.distutils/stsci.distutils.ini b/stsci.distutils/stsci.distutils.ini
index bf5c3fe..7bc3bf9 100644
--- a/stsci.distutils/stsci.distutils.ini
+++ b/stsci.distutils/stsci.distutils.ini
@@ -1,17 +1,14 @@
[package]
name: stsci.distutils
-version: 0.3.7
+version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git
[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.distutils.git
+git_url: ssh://git@bitbucket.org/stsci_ssb/${package:name}
[build]
number: 1
@@ -19,9 +16,9 @@ number: 1
[requirements]
build:
d2to1
+ setuptools
python
run:
- d2to1
nose
python
@@ -33,5 +30,9 @@ linux:
python setup.py install || exit 1
windows:
- python setup.py install --single-version-externally-managed --record=record.txt || exit 1
+ echo This d2to1 hack is deadly.
+ REM pip install --no-deps --upgrade --force d2to1
+ if errorlevel 1 exit 1
+
+ python setup.py install
if errorlevel 1 exit 1