From 939337e98fadfbd7451f1e45bba662c085d79459 Mon Sep 17 00:00:00 2001 From: Javier Gonzalez Date: Tue, 27 Aug 2024 16:06:32 -0400 Subject: [PATCH 1/2] add acq_stat_reports and guide_stat_reports --- pkg_defs/acq_stat_reports/meta.yaml | 31 +++++++++++++++++++++++++++ pkg_defs/guide_stat_reports/meta.yaml | 31 +++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 pkg_defs/acq_stat_reports/meta.yaml create mode 100644 pkg_defs/guide_stat_reports/meta.yaml diff --git a/pkg_defs/acq_stat_reports/meta.yaml b/pkg_defs/acq_stat_reports/meta.yaml new file mode 100644 index 00000000..d142376b --- /dev/null +++ b/pkg_defs/acq_stat_reports/meta.yaml @@ -0,0 +1,31 @@ +package: + name: acq_stat_reports + version: {{ SKA_PKG_VERSION }} + +build: + script: pip install . + +source: + path: {{ SKA_TOP_SRC_DIR }}/acq_stat_reports + + +# 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: + - python + - setuptools + - setuptools_scm + - setuptools_scm_git_archive + # Packages required to run the package. These are the dependencies that + # will be installed automatically whenever the package is installed. + run: + - python + - setuptools_scm + +about: + home: https://github.com/sot/acq_stat_reports + summary: Display star acquisition statistics trends + dev_url: https://github.com/sot/acq_stat_reports diff --git a/pkg_defs/guide_stat_reports/meta.yaml b/pkg_defs/guide_stat_reports/meta.yaml new file mode 100644 index 00000000..6c1beca9 --- /dev/null +++ b/pkg_defs/guide_stat_reports/meta.yaml @@ -0,0 +1,31 @@ +package: + name: guide_stat_reports + version: {{ SKA_PKG_VERSION }} + +build: + script: pip install . + +source: + path: {{ SKA_TOP_SRC_DIR }}/guide_stat_reports + + +# 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: + - python + - setuptools + - setuptools_scm + - setuptools_scm_git_archive + # Packages required to run the package. These are the dependencies that + # will be installed automatically whenever the package is installed. + run: + - python + - setuptools_scm + +about: + home: https://github.com/sot/guide_stat_reports + summary: Display guide star statistics trends + dev_url: https://github.com/sot/guide_stat_reports From 32e602e20d7524650c159edeb45f6a82a769609b Mon Sep 17 00:00:00 2001 From: Javier Gonzalez Date: Wed, 23 Oct 2024 13:16:44 -0400 Subject: [PATCH 2/2] add acq_stat_reports and guide_stat_reports to environment-non-fsds --- environment-non-fsds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment-non-fsds.yml b/environment-non-fsds.yml index a78496e7..7c26f665 100644 --- a/environment-non-fsds.yml +++ b/environment-non-fsds.yml @@ -4,11 +4,13 @@ dependencies: - attitude_error_mon - aca_hi_bgd - aca_weekly_report + - acq_stat_reports - acdc - aimpoint_mon - astromon - annie - fid_drift_mon + - guide_stat_reports - fss_check - jobwatch - kalman_watch