Skip to content

Update meta.yaml to 3.2.1 - Please review #16

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

Merged
merged 9 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{% set name = "diffpy.structure" %}
{% set version = "3.2.0" %}
{%- set sha256 = "931da51620a660959d5d7192a781f4e21a91a78174ebe371787f42ba4759af7a" -%}
{% set version = "3.2.1" %}

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

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

build:
# we need egg_dir to avoid overlapping diffpy/__init__.py files.
preserve_egg_dir: true
noarch: python
number: 0
script: python -m pip install --no-deps --ignore-installed .
Expand All @@ -34,9 +31,8 @@ test:
- diffpy
- diffpy.structure
- diffpy.structure.parsers
- diffpy.structure.applications
- diffpy.structure.apps
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on 3.2.0 release

- diffpy.structure.expansion
- diffpy.structure.tests

requires:
- pytest
Expand Down
16 changes: 0 additions & 16 deletions recipe/run_test.py

This file was deleted.