summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-12-19 14:53:19 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-12-19 14:53:19 -0500
commitb73e55c311cd3f52d9b9b3086a8e0964cf9d7a62 (patch)
tree0e7a85f7f506cee459086d3f10d677733bbcb845
parent908697ad30064346781b45d1bab16eadd6c207ce (diff)
downloadastroconda-contrib-b73e55c311cd3f52d9b9b3086a8e0964cf9d7a62.tar.gz
Replace ah_bootstrapspec-pkgs-ancient-workaround
-rw-r--r--specutils/bld.bat1
-rw-r--r--specutils/build.sh1
-rw-r--r--specutils/meta.yaml2
-rw-r--r--specviz/bld.bat1
-rw-r--r--specviz/build.sh1
-rw-r--r--specviz/meta.yaml2
6 files changed, 6 insertions, 2 deletions
diff --git a/specutils/bld.bat b/specutils/bld.bat
index 6d5f099..4cef661 100644
--- a/specutils/bld.bat
+++ b/specutils/bld.bat
@@ -1 +1,2 @@
+curl -LO https://raw.githubusercontent.com/astropy/package-template/00a38b15c46d1ce049a42961251b4ab2a7178e40/ah_bootstrap.py
%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/specutils/build.sh b/specutils/build.sh
index b699425..e3d7d44 100644
--- a/specutils/build.sh
+++ b/specutils/build.sh
@@ -1 +1,2 @@
+curl -LO https://raw.githubusercontent.com/astropy/package-template/00a38b15c46d1ce049a42961251b4ab2a7178e40/ah_bootstrap.py
$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/specutils/meta.yaml b/specutils/meta.yaml
index bf9cf82..6a253fd 100644
--- a/specutils/meta.yaml
+++ b/specutils/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'specutils' %}
{% set version = '0.2.2' %}
{% set tag = 'v' + version %}
-{% set number = '3' %}
+{% set number = '4' %}
about:
home: https://github.com/astropy/specutils
diff --git a/specviz/bld.bat b/specviz/bld.bat
index 6d5f099..4cef661 100644
--- a/specviz/bld.bat
+++ b/specviz/bld.bat
@@ -1 +1,2 @@
+curl -LO https://raw.githubusercontent.com/astropy/package-template/00a38b15c46d1ce049a42961251b4ab2a7178e40/ah_bootstrap.py
%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/specviz/build.sh b/specviz/build.sh
index b699425..e3d7d44 100644
--- a/specviz/build.sh
+++ b/specviz/build.sh
@@ -1 +1,2 @@
+curl -LO https://raw.githubusercontent.com/astropy/package-template/00a38b15c46d1ce049a42961251b4ab2a7178e40/ah_bootstrap.py
$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/specviz/meta.yaml b/specviz/meta.yaml
index 6e1b9c8..9f348ad 100644
--- a/specviz/meta.yaml
+++ b/specviz/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'specviz' %}
{% set version = '0.5.0' %}
{% set tag = 'v' + version %}
-{% set number = '0' %}
+{% set number = '1' %}
package:
name: {{ name }}