aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asdf-standard/asdf-standard.ini6
-rw-r--r--astropy-helpers/astropy-helpers.ini2
-rw-r--r--astropy/astropy.ini2
-rw-r--r--drizzle/drizzle.ini2
-rw-r--r--imexam/imexam.ini2
-rw-r--r--imutils/imutils.ini2
-rw-r--r--photutils/photutils.ini2
-rw-r--r--poppy/poppy.ini2
-rw-r--r--pyasdf/pyasdf.ini2
-rw-r--r--specview/specview.ini2
-rw-r--r--webbpsf/webbpsf.ini2
11 files changed, 13 insertions, 13 deletions
diff --git a/asdf-standard/asdf-standard.ini b/asdf-standard/asdf-standard.ini
index cd97145..0adb20b 100644
--- a/asdf-standard/asdf-standard.ini
+++ b/asdf-standard/asdf-standard.ini
@@ -3,14 +3,14 @@ name: asdf-standard
version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
[about]
-home: http://github.com/spacetelescope/${package:name}
+home: https://github.com/spacetelescope/${package:name}
license: BSD
summary: ${package:name}
[source]
#fn: ${package:name}-${package:version}.tar.gz
#url: ${cbc_cgi:url}/${fn}
-git_url: ${about:home}
+git_url: ${about:home}.git
#git_tag:
[build]
@@ -22,7 +22,7 @@ build:
jsonschema
pyyaml
mistune
- six [py27]
+ six [py27|py34]
setuptools
python
diff --git a/astropy-helpers/astropy-helpers.ini b/astropy-helpers/astropy-helpers.ini
index e503e6a..31e01b1 100644
--- a/astropy-helpers/astropy-helpers.ini
+++ b/astropy-helpers/astropy-helpers.ini
@@ -3,7 +3,7 @@ name: astropy-helpers
version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
[about]
-home: http://github.com/astropy/${package:name}
+home: https://github.com/astropy/${package:name}
license: BSD
summary: ${package:name}
readme: README.rst
diff --git a/astropy/astropy.ini b/astropy/astropy.ini
index 2de1f40..83eebb0 100644
--- a/astropy/astropy.ini
+++ b/astropy/astropy.ini
@@ -3,7 +3,7 @@ name: astropy
version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
[about]
-home: http://github.com/astropy/${package:name}
+home: https://github.com/astropy/${package:name}
license: BSD
summary: ${package:name}
readme: README.rst
diff --git a/drizzle/drizzle.ini b/drizzle/drizzle.ini
index 3c6e3ed..076d719 100644
--- a/drizzle/drizzle.ini
+++ b/drizzle/drizzle.ini
@@ -3,7 +3,7 @@ name: drizzle
version: 0.0.git
[about]
-home: http://github.com/spacetelescope/${package:name}
+home: https://github.com/spacetelescope/${package:name}
license: BSD
summary: ${package:name}
readme: README.rst
diff --git a/imexam/imexam.ini b/imexam/imexam.ini
index 683a86b..c4aa67f 100644
--- a/imexam/imexam.ini
+++ b/imexam/imexam.ini
@@ -3,7 +3,7 @@ name: imexam
version: 0.5.git
[about]
-home: http://github.com/spacetelescope/${package:name}
+home: https://github.com/spacetelescope/${package:name}
license: BSD
summary: ${package:name}
readme: README.rst
diff --git a/imutils/imutils.ini b/imutils/imutils.ini
index b329f59..d1344d4 100644
--- a/imutils/imutils.ini
+++ b/imutils/imutils.ini
@@ -3,7 +3,7 @@ name: imutils
version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
[about]
-home: http://github.com/spacetelescope/${package:name}
+home: https://github.com/spacetelescope/${package:name}
license: BSD
summary: ${package:name}
diff --git a/photutils/photutils.ini b/photutils/photutils.ini
index 7fcfc73..6ca11e4 100644
--- a/photutils/photutils.ini
+++ b/photutils/photutils.ini
@@ -3,7 +3,7 @@ name: photutils
version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
[about]
-home: http://github.com/astropy/${package:name}
+home: https://github.com/astropy/${package:name}
license: BSD
summary: ${package:name}
diff --git a/poppy/poppy.ini b/poppy/poppy.ini
index 185c394..54d6f82 100644
--- a/poppy/poppy.ini
+++ b/poppy/poppy.ini
@@ -3,7 +3,7 @@ name: poppy
version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
[about]
-home: http://github.com/mperrin/${package:name}
+home: https://github.com/mperrin/${package:name}
license: BSD
summary: ${package:name}
diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini
index 446ffb9..1f81407 100644
--- a/pyasdf/pyasdf.ini
+++ b/pyasdf/pyasdf.ini
@@ -3,7 +3,7 @@ name: pyasdf
version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
[about]
-home: http://github.com/spacetelescope/${package:name}
+home: https://github.com/spacetelescope/${package:name}
license: BSD
summary: ${package:name}
diff --git a/specview/specview.ini b/specview/specview.ini
index 2bfa2bd..e3d765a 100644
--- a/specview/specview.ini
+++ b/specview/specview.ini
@@ -3,7 +3,7 @@ name: specview
version: git
[about]
-home: http://github.com/spacetelescope/${package:name}
+home: https://github.com/spacetelescope/${package:name}
license: BSD
summary: ${package:name}
readme: README.rst
diff --git a/webbpsf/webbpsf.ini b/webbpsf/webbpsf.ini
index 2d3a839..d5fa0fa 100644
--- a/webbpsf/webbpsf.ini
+++ b/webbpsf/webbpsf.ini
@@ -3,7 +3,7 @@ name: webbpsf
version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
[about]
-home: http://github.com/mperrin/${package:name}
+home: https://github.com/mperrin/${package:name}
license: BSD
summary: ${package:name}