aboutsummaryrefslogtreecommitdiff
path: root/stsci.sphinxext/stsci.sphinxext.ini
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-23 16:30:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-23 16:30:52 -0400
commitf7625cda5d6be046e1ea905bf8858cb0eae6f70f (patch)
tree4bdb6da29496b34f74a93ee780827ee32d0ca647 /stsci.sphinxext/stsci.sphinxext.ini
parent8d3230be1d54de8e1d153e1f77a22da8e74d12c1 (diff)
downloadcbc-recipes-f7625cda5d6be046e1ea905bf8858cb0eae6f70f.tar.gz
Massive overhaul. Switching to remote URLs.
Diffstat (limited to 'stsci.sphinxext/stsci.sphinxext.ini')
-rw-r--r--stsci.sphinxext/stsci.sphinxext.ini16
1 files changed, 9 insertions, 7 deletions
diff --git a/stsci.sphinxext/stsci.sphinxext.ini b/stsci.sphinxext/stsci.sphinxext.ini
index 58a189d..eba3b67 100644
--- a/stsci.sphinxext/stsci.sphinxext.ini
+++ b/stsci.sphinxext/stsci.sphinxext.ini
@@ -3,15 +3,15 @@ name: stsci.sphinxext
version: 1.2.1
[about]
-home: https://github.com/embray/${package:name}
+home: https://pypi.python.org/pypi/${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.sphinxext.git
+url: https://pypi.python.org/packages/source/s/stsci.sphinxext/${fn}
+md5: d23f6ad057a4af86a6ce3771bddb1754
[build]
number: 1
@@ -22,14 +22,12 @@ preserve_egg_dir: no
build:
d2to1
stsci.distutils
- distribute
setuptools
python
-
+
run:
d2to1
stsci.distutils
- distribute
python
@@ -40,5 +38,9 @@ linux:
python setup.py install || exit 1
windows:
- python setup.py install --single-version-externally-managed --record=record.txt
+ echo This d2to1 hack is deadly.
+ pip install --no-deps --upgrade --force d2to1
+ if errorlevel 1 exit 1
+
+ python setup.py install
if errorlevel 1 exit 1