summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-12-18 23:31:21 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-12-18 23:41:24 -0500
commit908697ad30064346781b45d1bab16eadd6c207ce (patch)
treeefaedbe656b021d7c8df25c153d3738b7c69de0d
parente26d13d100c5eb0015b03845b4df6feab689ba3f (diff)
downloadastroconda-contrib-908697ad30064346781b45d1bab16eadd6c207ce.tar.gz
[PATCH] Address py37 build issues (one off)
-rw-r--r--specutils/bld.bat2
-rw-r--r--specutils/build.sh2
-rw-r--r--specutils/meta.yaml2
-rw-r--r--specviz/bld.bat2
-rw-r--r--specviz/build.sh2
-rw-r--r--specviz/meta.yaml4
6 files changed, 7 insertions, 7 deletions
diff --git a/specutils/bld.bat b/specutils/bld.bat
index 39b5e1f..6d5f099 100644
--- a/specutils/bld.bat
+++ b/specutils/bld.bat
@@ -1 +1 @@
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/specutils/build.sh b/specutils/build.sh
index 5a5aeeb..b699425 100644
--- a/specutils/build.sh
+++ b/specutils/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/specutils/meta.yaml b/specutils/meta.yaml
index 5922bc0..bf9cf82 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 = '2' %}
+{% set number = '3' %}
about:
home: https://github.com/astropy/specutils
diff --git a/specviz/bld.bat b/specviz/bld.bat
index 39b5e1f..6d5f099 100644
--- a/specviz/bld.bat
+++ b/specviz/bld.bat
@@ -1 +1 @@
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/specviz/build.sh b/specviz/build.sh
index 5a5aeeb..b699425 100644
--- a/specviz/build.sh
+++ b/specviz/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/specviz/meta.yaml b/specviz/meta.yaml
index 141761f..6e1b9c8 100644
--- a/specviz/meta.yaml
+++ b/specviz/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'specviz' %}
-{% set version = '0.4.4' %}
+{% set version = '0.5.0' %}
{% set tag = 'v' + version %}
-{% set number = '1' %}
+{% set number = '0' %}
package:
name: {{ name }}