summaryrefslogtreecommitdiff
path: root/drizzlepac
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-06-13 13:34:20 -0400
committerGitHub <noreply@github.com>2018-06-13 13:34:20 -0400
commit00d8b6e01206cdef09e124e17c2f2d8957cf1277 (patch)
tree37e9bd7a4a4401ddff9531ecce27d1ffc9dd0c91 /drizzlepac
parent5081abde1b132b901a38d452a9dc47c2522c7ef8 (diff)
downloadastroconda-contrib-00d8b6e01206cdef09e124e17c2f2d8957cf1277.tar.gz
drizzlepac: 2.2.2 -> 2.2.3 (#367)
* drizzlepac: 2.2.2 -> 2.2.3 * Satisfy missing sphinx dependency. * No one seems to care that everything needs this package but no one provides a package for it.
Diffstat (limited to 'drizzlepac')
-rw-r--r--drizzlepac/bld.bat3
-rw-r--r--drizzlepac/build.sh2
-rw-r--r--drizzlepac/meta.yaml2
3 files changed, 6 insertions, 1 deletions
diff --git a/drizzlepac/bld.bat b/drizzlepac/bld.bat
index d6d7ec3..0702784 100644
--- a/drizzlepac/bld.bat
+++ b/drizzlepac/bld.bat
@@ -1,3 +1,6 @@
+pip install --no-deps --upgrade sphinx-automodapi
+if errorlevel 1 exit 1
+
%PYTHON% setup.py build build_ext --inplace -- build_sphinx
if errorlevel 1 exit 1
diff --git a/drizzlepac/build.sh b/drizzlepac/build.sh
index ccf863b..c975904 100644
--- a/drizzlepac/build.sh
+++ b/drizzlepac/build.sh
@@ -1,2 +1,4 @@
+pip install --no-deps --upgrade sphinx-automodapi
+
$PYTHON setup.py build build_ext --inplace -- build_sphinx
$PYTHON setup.py install
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml
index acc2012..81a890b 100644
--- a/drizzlepac/meta.yaml
+++ b/drizzlepac/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'drizzlepac' %}
-{% set version = '2.2.2' %}
+{% set version = '2.2.3' %}
{% set number = '0' %}
about: