-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from sot/acis_checkers
Add acis checkers
- Loading branch information
Showing
18 changed files
with
389 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pip install --no-deps --verbose --no-binary :all: --no-index . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
package: | ||
name: acis_taco | ||
version: {{ GIT_DESCRIBE_TAG }} | ||
|
||
build: | ||
noarch: python | ||
script_env: | ||
- SKA_TOP_SRC_DIR | ||
|
||
source: | ||
path: {{ SKA_TOP_SRC_DIR }}/acis_taco | ||
|
||
|
||
# the build and runtime requirements. Dependencies of these requirements | ||
# are included automatically. | ||
requirements: | ||
# Packages required to build the package. python and numpy must be | ||
# listed explicitly if they are required. | ||
build: | ||
- pip | ||
- python | ||
- setuptools | ||
- six | ||
- numpy | ||
- matplotlib | ||
- ska.quatutil | ||
- chandra.time | ||
- ska.matplotlib | ||
- ska.sun | ||
- quaternion | ||
- ska.engarchive | ||
- testr | ||
|
||
# Packages required to run the package. These are the dependencies that | ||
# will be installed automatically whenever the package is installed. | ||
run: | ||
- python | ||
- six | ||
- numpy | ||
- matplotlib | ||
- ska.quatutil | ||
- chandra.time | ||
- ska.matplotlib | ||
- ska.sun | ||
- quaternion | ||
- ska.engarchive | ||
- testr | ||
|
||
test: | ||
imports: | ||
- acis_taco | ||
|
||
about: | ||
home: https://github.com/sot/taco | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pip install --no-deps --verbose --no-binary :all: --no-index . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
package: | ||
name: acis_thermal_check | ||
version: {{ GIT_DESCRIBE_TAG }} | ||
|
||
build: | ||
noarch: python | ||
script_env: | ||
- SKA_TOP_SRC_DIR | ||
|
||
source: | ||
path: {{ SKA_TOP_SRC_DIR }}/acis_thermal_check | ||
|
||
|
||
# the build and runtime requirements. Dependencies of these requirements | ||
# are included automatically. | ||
requirements: | ||
# Packages required to build the package. python and numpy must be | ||
# listed explicitly if they are required. | ||
build: | ||
- pip | ||
- python | ||
- six | ||
- setuptools | ||
# Looks like this needs to import acis_thermal_check.main to install | ||
- numpy | ||
- matplotlib | ||
- ska.dbi | ||
- ska.numpy | ||
- chandra.time | ||
- ska.matplotlib | ||
- ska.engarchive | ||
- astropy | ||
- kadi | ||
|
||
# Packages required to run the package. These are the dependencies that | ||
# will be installed automatically whenever the package is installed. | ||
run: | ||
- python | ||
- six | ||
- numpy | ||
- matplotlib | ||
- pytest | ||
- jinja2 | ||
- requests | ||
- docutils | ||
- astropy | ||
- backstop_history | ||
- chandra.cmd_states | ||
- chandra.time | ||
- kadi | ||
- ska.dbi | ||
- ska.engarchive | ||
- ska.file | ||
- ska.numpy | ||
- ska.matplotlib | ||
- ska.parsecm | ||
- ska.sun | ||
- ska.shell | ||
- testr | ||
- xija | ||
|
||
|
||
test: | ||
imports: | ||
- acis_thermal_check | ||
|
||
about: | ||
home: https://github.com/acisops/acis_thermal_check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import acis_thermal_check | ||
acis_thermal_check.test() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pip install --no-deps --verbose --no-binary :all: --no-index . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
package: | ||
name: acisfp_check | ||
version: {{ GIT_DESCRIBE_TAG }} | ||
|
||
build: | ||
noarch: python | ||
script_env: | ||
- SKA_TOP_SRC_DIR | ||
|
||
source: | ||
path: {{ SKA_TOP_SRC_DIR }}/acisfp_check | ||
|
||
|
||
# the build and runtime requirements. Dependencies of these requirements | ||
# are included automatically. | ||
requirements: | ||
# Packages required to build the package. python and numpy must be | ||
# listed explicitly if they are required. | ||
build: | ||
- pip | ||
- python | ||
- setuptools | ||
- six | ||
- numpy | ||
- matplotlib | ||
- astropy | ||
- acis_thermal_check | ||
- chandra.time | ||
- kadi | ||
- ska.dbi | ||
- ska.engarchive | ||
- ska.numpy | ||
- ska.matplotlib | ||
- ska.sun | ||
- xija | ||
|
||
# Packages required to run the package. These are the dependencies that | ||
# will be installed automatically whenever the package is installed. | ||
run: | ||
- python | ||
- six | ||
- numpy | ||
- matplotlib | ||
- astropy | ||
- acis_thermal_check | ||
- acis_taco | ||
- chandra.time | ||
- kadi | ||
- ska.dbi | ||
- ska.engarchive | ||
- ska.numpy | ||
- ska.matplotlib | ||
- ska.sun | ||
- xija | ||
|
||
test: | ||
imports: | ||
- acisfp_check | ||
|
||
about: | ||
home: https://github.com/acisops/acisfp_check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pip install --no-deps --verbose --no-binary :all: --no-index . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
package: | ||
name: backstop_history | ||
version: {{ GIT_DESCRIBE_TAG }} | ||
|
||
build: | ||
noarch: python | ||
script_env: | ||
- SKA_TOP_SRC_DIR | ||
|
||
source: | ||
path: {{ SKA_TOP_SRC_DIR }}/backstop_history | ||
|
||
|
||
# the build and runtime requirements. Dependencies of these requirements | ||
# are included automatically. | ||
requirements: | ||
# Packages required to build the package. python and numpy must be | ||
# listed explicitly if they are required. | ||
build: | ||
- pip | ||
- six | ||
- python | ||
- setuptools | ||
# Packages required to run the package. These are the dependencies that | ||
# will be installed automatically whenever the package is installed. | ||
run: | ||
- python | ||
- six | ||
- numpy | ||
- ska.parsecm | ||
- chandra.time | ||
|
||
test: | ||
imports: | ||
- backstop_history | ||
|
||
about: | ||
home: https://github.com/acisops/backstop_history | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pip install --no-deps --verbose --no-binary :all: --no-index . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
package: | ||
name: dea_check | ||
version: {{ GIT_DESCRIBE_TAG }} | ||
|
||
build: | ||
noarch: python | ||
script_env: | ||
- SKA_TOP_SRC_DIR | ||
|
||
source: | ||
path: {{ SKA_TOP_SRC_DIR }}/dea_check | ||
|
||
|
||
# the build and runtime requirements. Dependencies of these requirements | ||
# are included automatically. | ||
requirements: | ||
# Packages required to build the package. python and numpy must be | ||
# listed explicitly if they are required. | ||
build: | ||
- pip | ||
- python | ||
- setuptools | ||
- six | ||
- numpy | ||
- matplotlib | ||
- acis_thermal_check | ||
- xija | ||
# Packages required to run the package. These are the dependencies that | ||
# will be installed automatically whenever the package is installed. | ||
run: | ||
- python | ||
- six | ||
- numpy | ||
- matplotlib | ||
- acis_thermal_check | ||
- xija | ||
|
||
test: | ||
imports: | ||
- dea_check | ||
|
||
about: | ||
home: https://github.com/acisops/dea_check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pip install --no-deps --verbose --no-binary :all: --no-index . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
package: | ||
name: dpa_check | ||
version: {{ GIT_DESCRIBE_TAG }} | ||
|
||
build: | ||
noarch: python | ||
script_env: | ||
- SKA_TOP_SRC_DIR | ||
|
||
source: | ||
path: {{ SKA_TOP_SRC_DIR }}/dpa_check | ||
|
||
|
||
# the build and runtime requirements. Dependencies of these requirements | ||
# are included automatically. | ||
requirements: | ||
# Packages required to build the package. python and numpy must be | ||
# listed explicitly if they are required. | ||
build: | ||
- pip | ||
- python | ||
- setuptools | ||
- six | ||
- numpy | ||
- matplotlib | ||
- acis_thermal_check | ||
- xija | ||
# Packages required to run the package. These are the dependencies that | ||
# will be installed automatically whenever the package is installed. | ||
run: | ||
- python | ||
- six | ||
- numpy | ||
- matplotlib | ||
- acis_thermal_check | ||
- xija | ||
|
||
test: | ||
imports: | ||
- dpa_check | ||
|
||
about: | ||
home: https://github.com/acisops/dpa_check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pip install --no-deps --verbose --no-binary :all: --no-index . |
Oops, something went wrong.