-
Janet Goldstein authored
master: reorganized datafetcher "SDM-only" functionality removed. All tests pass, including those that launch DF from a process to simulate command-line execution. TODO: actual command line, as below, should work but doesn't yet: datafetcher --profile local --output-dir ~/Downloads --product-locator uid://evla/execblock/93e1c0cd-76de-4e65-a3f2-d5fe55f386d8 --verbose Pylint also finds some errors, the consequence of fixing which puts red ink in the IJ editor and causes the above-mentioned command-line tests to fail.
Janet Goldstein authoredmaster: reorganized datafetcher "SDM-only" functionality removed. All tests pass, including those that launch DF from a process to simulate command-line execution. TODO: actual command line, as below, should work but doesn't yet: datafetcher --profile local --output-dir ~/Downloads --product-locator uid://evla/execblock/93e1c0cd-76de-4e65-a3f2-d5fe55f386d8 --verbose Pylint also finds some errors, the consequence of fixing which puts red ink in the IJ editor and causes the above-mentioned command-line tests to fail.
meta.yaml 1.43 KiB
{% set name = "pyat" %}
{% set version = "3.7.0rc1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
path: ../..
requirements:
run:
- python
- astropy
- beautifulsoup4
- blessings # console color
- cx_oracle
- jxmlease
- lxml
- mysqlclient
- numpy~=1.16
- pendulum # date/time formatting
- pid
- pika=1.1.0 # AMQP messaging
- psycopg2
- py
- pycapo # NRAO settings
- pytest
- pytz
- python-dateutil # date/time parsing
- simplejson # JSON conversion
- sqlalchemy # ORM
- requests
- zope.sqlalchemy
host:
- python
- astropy
- beautifulsoup4
- blessings # console color
- cx_oracle
- jxmlease
- lxml
- mysqlclient
- numpy~=1.16
- pendulum # date/time formatting
- pid
- pika~=1.1.0 # AMQP messaging
- psycopg2
- py
- pycapo # NRAO settings
- pytest
- pytz
- python-dateutil # date/time parsing
- simplejson # JSON conversion
- sqlalchemy # ORM
- requests
- zope.sqlalchemy
build:
script: python setup.py install
about:
home: https://open-bitbucket.nrao.edu/projects/SSA/repos/archive
license: GNU General Public v2 (GPLv2)
license_family: GPL2
license_file:
summary: Python Archive Tool (pyat)
doc_url:
dev_url: