From dfe133e16dd234e27296094fce7a42d2d20eaa9b Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Fri, 4 Oct 2024 10:58:15 -0400 Subject: [PATCH 1/2] Add diffpy.srmise --- recipes/diffpy.srmise/meta.yaml | 55 +++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 recipes/diffpy.srmise/meta.yaml diff --git a/recipes/diffpy.srmise/meta.yaml b/recipes/diffpy.srmise/meta.yaml new file mode 100644 index 0000000000000..c7d911ab86e41 --- /dev/null +++ b/recipes/diffpy.srmise/meta.yaml @@ -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 \ No newline at end of file From 1d8e6b3a1bc6e7820c358cd5c91fb29480401b41 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Fri, 4 Oct 2024 10:59:03 -0400 Subject: [PATCH 2/2] Add an empty line for lint --- recipes/diffpy.srmise/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/diffpy.srmise/meta.yaml b/recipes/diffpy.srmise/meta.yaml index c7d911ab86e41..00a4b62f0a437 100644 --- a/recipes/diffpy.srmise/meta.yaml +++ b/recipes/diffpy.srmise/meta.yaml @@ -52,4 +52,4 @@ about: extra: recipe-maintainers: - sbillinge - - bobleesj \ No newline at end of file + - bobleesj