33 lines
507 B
YAML
33 lines
507 B
YAML
package:
|
|
name: eco
|
|
version: 0.0.2
|
|
#source:
|
|
# git_tag: 0.0.14
|
|
# git_url: git@git.psi.ch:sf_daq/bsread_python.git
|
|
source:
|
|
path: ..
|
|
|
|
build:
|
|
number: 1
|
|
|
|
requirements:
|
|
build:
|
|
- python
|
|
- setuptools
|
|
run:
|
|
- python
|
|
- elog
|
|
- pyepics
|
|
- bsread
|
|
- jungfrau_utils
|
|
- xrayutilities
|
|
- xraylib
|
|
|
|
build:
|
|
entry_points:
|
|
- eco = startup:main
|
|
|
|
about:
|
|
# home: git@git.psi.ch:sf_daq/bsread_python.git
|
|
summary: "Eco ..."
|