Skip to content

Commit

Permalink
Merge pull request #1435 from sot/fotmp
Browse files Browse the repository at this point in the history
Add recipe for fotmp package
  • Loading branch information
jeanconn authored Nov 7, 2024
2 parents 12d976a + 43ae32a commit 2798c63
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions pkg_defs/fotmp/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

package:
name: fotmp # lower case name of package, may contain '-' but no spaces
version: {{ SKA_PKG_VERSION }}


build:
script: pip install .
noarch: python

source:
path: {{ SKA_TOP_SRC_DIR }}/fotmp



requirements:
build:
- python
- setuptools
- setuptools_scm
- setuptools_scm_git_archive
- ska_helpers
- testr
run:
- python
- ska_helpers
- testr

test:
imports:
- fotmp

about:
home: https://github.com/sot/fotmp

0 comments on commit 2798c63

Please sign in to comment.