Skip to content
Snippets Groups Projects

Conda packaging

Merged Maeva Pourpoint requested to merge conda_package into master
Files
19
+ 19
11
package:
name: data2passcal
version: 2014.125
version: 2020.213
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 >=2.7
- pip
run:
- python
- python >=2.7
test:
requires:
- mock # [py<33]
source_files:
- tests
commands:
- python -m unittest tests.test_data2passcal
about:
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