Skip to content
Snippets Groups Projects

Conda packaging

Merged Maeva Pourpoint requested to merge conda_package into master
Files
19
+ 19
11
package:
package:
name: data2passcal
name: data2passcal
version: 2014.125
version: 2020.213
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 >=2.7
- setuptools
- pip
run:
run:
- python
- python >=2.7
 
 
test:
 
requires:
 
- mock # [py<33]
 
source_files:
 
- tests
 
commands:
 
- python -m unittest tests.test_data2passcal
about:
about:
home: https://git.passcal.nmt.edu/passoft/data2passcal
home: https://git.passcal.nmt.edu/passoft/data2passcal
summary: Prepare SEED data for shipment to PASSCAL.
license: GPLv3
 
license_file: LICENSE
 
summary: Send MSEED files ready for archival at the DMC to PASSCAL's QC system
Loading