From 699068349d3eb46f7c65acb57e7b9e66100ef842 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 22 Dec 2015 20:42:46 -0500 Subject: Stop using pypi. Back to git. --- pywcs/pywcs.ini | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'pywcs') diff --git a/pywcs/pywcs.ini b/pywcs/pywcs.ini index 6f43add..2f9fc4d 100644 --- a/pywcs/pywcs.ini +++ b/pywcs/pywcs.ini @@ -1,19 +1,20 @@ [package] name: pywcs -version: 1.12 +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] -home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python +home: ssh://git@bitbucket.org/stsci_ssb/${package:name} license: BSD summary: ${package:name} [source] -fn: ${package:name}-${package:version}.tar.gz -url: https://pypi.python.org/packages/source/p/${package:name}/${fn} -md5: 5ed527a601ca1eba62c6be64b3dab620 +#fn: ${package:name}-${package:version}.tar.gz +#url: https://pypi.python.org/packages/source/p/${package:name}/${fn} +#md5: 5ed527a601ca1eba62c6be64b3dab620 +git_url: ${about:home}.git [build] -number: 0 +number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: -- cgit