Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding diffpy.srmise #27777

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions recipes/diffpy.srmise/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{%- set name = "diffpy.srmise" -%}
{%- set version = "0.6.0" -%}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/d/diffpy_srmise/diffpy_srmise-{{ version }}.tar.gz
sha256: b4f0078121ef71ba696202123df8016fbc3b7251a939496187a41b091ed33428

build:
noarch: python
number: 0
script: python -m pip install --no-deps --ignore-installed .

requirements:
host:
- python >=3.10
- setuptools
- setuptools-git-versioning >=2.0
- pip

run:
- python >=3.10
- numpy
- scipy
- matplotlib-base

test:
requires:
- pip
- pytest
source_files:
- tests
commands:
- pip check
- pip list
- pytest

about:
home: https://github.com/diffpy/diffpy.srmise/
summary: A Pyhton package for peak extraction and peak fitting for atomic pair distribution functions.
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.rst
description: |
A Pyhton package for peak extraction and peak fitting for atomic pair distribution functions.
doc_url: https://diffpy.github.io/diffpy.srmise/
dev_url: https://github.com/diffpy/diffpy.srmise/

extra:
recipe-maintainers:
- sbillinge
- bobleesj
Loading