Skip to content
Snippets Groups Projects
Commit f8c2d197 authored by Derick Hess's avatar Derick Hess
Browse files

add conda recipe

parent 6df3815c
No related branches found
No related tags found
1 merge request!1update mseedpeek with latest cookiecutter
Pipeline #148 passed with stage
in 1 minute and 46 seconds
...@@ -32,7 +32,7 @@ wanted" is open to whoever wants to implement it. ...@@ -32,7 +32,7 @@ wanted" is open to whoever wants to implement it.
Implement Features Implement Features
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
Look through the GitHub issues for features. Anything tagged with "enhancement" Look through the GitLab issues for features. Anything tagged with "enhancement"
and "help wanted" is open to whoever wants to implement it. and "help wanted" is open to whoever wants to implement it.
Write Documentation Write Documentation
...@@ -88,10 +88,10 @@ Ready to contribute? Here's how to set up `mseedpeek` for local development. ...@@ -88,10 +88,10 @@ Ready to contribute? Here's how to set up `mseedpeek` for local development.
Pull Request Guidelines Pull Request Guidelines
----------------------- -----------------------
Before you submit a pull request, check that it meets these guidelines: Before you submit a merge request, check that it meets these guidelines:
1. The pull request should include tests. 1. The merge request should include tests.
2. If the pull request adds functionality, the docs should be updated. Put 2. If the merge request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the your new functionality into a function with a docstring, and add the
feature to the list in README.rst. feature to the list in README.rst.
3. The pull request should work for Python 2.7 3. The pull request should work for Python 2.7
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
History History
======= =======
2018.129 (2018-05-29) 2018.129 (2018-06-07)
------------------ ------------------
* First release on new build system. * First release on new build system.
package:
name: mseedpeek
version: 2018.129
source:
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
requirements:
build:
- python
- setuptools
run:
- python
about:
home: https://git.passcal.nmt.edu/passoft/mseedpeek
summary: View mseed headers
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