diff --git a/pkg_defs/skare3_tools/meta.yaml b/pkg_defs/skare3_tools/meta.yaml new file mode 100644 index 00000000..2523b7a6 --- /dev/null +++ b/pkg_defs/skare3_tools/meta.yaml @@ -0,0 +1,36 @@ +package: + name: skare3_tools + version: {{ SKA_PKG_VERSION }} + +build: + script: python setup.py install --single-version-externally-managed --record=record.txt + noarch: python + +source: + path: {{ SKA_TOP_SRC_DIR }}/skare3_tools + + +# 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 + # Packages required to run the package. These are the dependencies that + # will be installed automatically whenever the package is installed. + run: + - python + - setuptools_scm + - pyyaml + - jinja2 + - google-auth-oauthlib + - google-api-python-client + - sphinx-argparse + - keyring + - jinja2 + +about: + home: https://github.com/sot/skare3_tools