Skip to content
Snippets Groups Projects
Commit 895eff05 authored by Garrett Bates's avatar Garrett Bates
Browse files

Merge branch 'packaging' into 'master'

Conda packaging

See merge request passoft/refscrub!7
parents cd027ab5 cf1e4784
No related branches found
No related tags found
1 merge request!7Conda packaging
Pipeline #1167 passed with stage
in 36 seconds
package:
name: refscrub
version: 2011.046
version: 2020.216
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
test:
source_files:
- tests
commands:
- python -m unittest
about:
home: https://git.passcal.nmt.edu/passoft/refscrub
license: GPLv3
license_file: LICENSE
summary: Remove select packets from RT130 data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment