Skip to content
Snippets Groups Projects

Conda packaging

Merged Maeva Pourpoint requested to merge packaging into master
+ 19
11
package:
name: bline
version: 2019.297
version: 2020.202
source:
path: ..
path: ../
build:
# If the installation is complex, or different between Unix and Windows, use
# separate bld.bat and build.sh files instead of this key. Add the line
# "skip: True # [py<35]" (for example) to limit to Python 3.5 and newer, or
# "skip: True # [not win]" to limit to Windows.
script: python setup.py install --single-version-externally-managed --record=record.txt
noarch: python
number: 1
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
build:
- python
- setuptools
- python >=3.6
- pip
run:
- python
- python >=3.6
- psutil
- pexpect
test:
source_files:
- tests
commands:
- python -m unittest
about:
home: https://git.passcal.nmt.edu/passoft/bline
summary: Download data from Baler14.
license: GPLv3
license_file: LICENSE
summary: Download data from Baler14
Loading