diff options
Diffstat (limited to 'gemini.disco_stu/meta.yaml')
-rw-r--r-- | gemini.disco_stu/meta.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gemini.disco_stu/meta.yaml b/gemini.disco_stu/meta.yaml deleted file mode 100644 index e6f0f7b..0000000 --- a/gemini.disco_stu/meta.yaml +++ /dev/null @@ -1,28 +0,0 @@ -about: - home: http://www.gemini.edu/sciops/data-and-results/processing-software - license: BSD - license_file: LICENSE - summary: Gemini Distortion Correction and Stacking Utility (for GSAOI) -build: - binary_relocation: True - number: '2' -package: - name: gemini.disco_stu - version: "1.3.4.dev" -source: - # fn: disco_stu-1.3.4.tar.gz - # url: http://www.gemini.edu/sciops/data/software/disco_stu-1.3.4.tar.gz - git_url: git@gitlab.gemini.edu:DRSoftware/disco_stu.git - git_tag: v1.3.4 -requirements: - build: - - python x.x # syntax needed to build for each python ver. - - sphinx - - texlive # (from astroconda-gemini-internal) - run: - - python x.x # (OrderedDict & argparse require >=2.7) - - numpy >=1.9 # (version tested, from the manual) - - scipy >=0.14 # (to match the NumPy requirement) - - astropy >=1.0 # (from the manual) - - sextractor >=2.8.6 # (from the manual) - |