Skip to content

Commit

Permalink
Merge pull request #326 from sot/add-skare3_tools
Browse files Browse the repository at this point in the history
Add conda recipe for skare3 tools
  • Loading branch information
javierggt authored Jul 9, 2020
2 parents fb15611 + 3972a5c commit 1f820bd
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions pkg_defs/skare3_tools/meta.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1f820bd

Please sign in to comment.