Add utility files for packaging
This commit is contained in:
2
conda-recipe/build.sh
Normal file
2
conda-recipe/build.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
|
33
conda-recipe/meta.yaml
Normal file
33
conda-recipe/meta.yaml
Normal file
@ -0,0 +1,33 @@
|
||||
{% set data = load_setup_py_data() %}
|
||||
|
||||
package:
|
||||
name: pyzebra
|
||||
version: {{ data['version'] }}
|
||||
|
||||
source:
|
||||
path: ..
|
||||
|
||||
build:
|
||||
number: 0
|
||||
entry_points:
|
||||
- pyzebra = pyzebra.cli:main
|
||||
|
||||
requirements:
|
||||
build:
|
||||
- python
|
||||
- setuptools
|
||||
run:
|
||||
- python
|
||||
- numpy
|
||||
- scipy
|
||||
- h5py
|
||||
- bokeh
|
||||
- lmfit
|
||||
- uncertainties
|
||||
|
||||
|
||||
about:
|
||||
home: https://github.com/paulscherrerinstitute/pyzebra
|
||||
summary: {{ data['description'] }}
|
||||
license: GNU GPLv3
|
||||
license_file: LICENSE
|
Reference in New Issue
Block a user