Skip to content
Snippets Groups Projects

Conda packaging

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