summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-03-09 23:02:25 -0500
committerGitHub <noreply@github.com>2019-03-09 23:02:25 -0500
commit1fb2ccdb473aa8ae8a98a68f6519af15e033b19d (patch)
tree27e1835e554609db0d3b1ca8498920e78f1519d7
parent9a517a343854f208b78ee33907a64de857aff7cc (diff)
downloadastroconda-contrib-1fb2ccdb473aa8ae8a98a68f6519af15e033b19d.tar.gz
tweakwcs: 0.4.3 (#483)
* Update recipe * Remove unused build dependencies * Externally managed
-rw-r--r--tweakwcs/bld.bat2
-rw-r--r--tweakwcs/build.sh2
-rw-r--r--tweakwcs/meta.yaml5
3 files changed, 3 insertions, 6 deletions
diff --git a/tweakwcs/bld.bat b/tweakwcs/bld.bat
index 39b5e1f..6d5f099 100644
--- a/tweakwcs/bld.bat
+++ b/tweakwcs/bld.bat
@@ -1 +1 @@
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/tweakwcs/build.sh b/tweakwcs/build.sh
index 5a5aeeb..b699425 100644
--- a/tweakwcs/build.sh
+++ b/tweakwcs/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/tweakwcs/meta.yaml b/tweakwcs/meta.yaml
index adc29f6..215023c 100644
--- a/tweakwcs/meta.yaml
+++ b/tweakwcs/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'tweakwcs' %}
-{% set version = '0.4.2' %}
+{% set version = '0.4.3' %}
{% set number = '0' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -22,9 +22,6 @@ requirements:
- spherical-geometry
- astropy >=3.1
- setuptools
- - numpydoc
- - sphinx_rtd_theme
- - stsci_rtd_theme
- numpy {{ numpy }}
- python {{ python }}
run: