-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Add package diffpy.srxconfutils #31402
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
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
b3e8b2a
Commiting recipe for conda-forge release of diffpy.srxconfutils
stevenhua0320 71901b1
Fix: fix naming of package.
stevenhua0320 0413487
fix: add necessary stuff in meta.yaml
stevenhua0320 16adfd4
chore: add pip in test requirement
stevenhua0320 5f7a8a1
fix: delete noarch for windows CI build
stevenhua0320 7b9e724
fix: change script line and maintainer name
stevenhua0320 a44546a
fix: add entry point
stevenhua0320 585af60
chore: change the level
stevenhua0320 56303d6
style: revert back to change
stevenhua0320 00d083f
style: add entry points
stevenhua0320 babc57f
Merge branch 'main' into diffpy.srxconfutils
stevenhua0320 543db50
chore: change summary and description.
stevenhua0320 987bc3b
stage-recipe auto commit
stevenhua0320 187ea1c
Merge branch 'main' into diffpy.srxconfutils
stevenhua0320 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| {% set name = "diffpy.srxconfutils" %} | ||
| {% set version = "1.0.0" %} | ||
| {% set python_min = "3.11" %} | ||
|
|
||
| package: | ||
| name: {{ name|lower }} | ||
| version: {{ version }} | ||
|
|
||
| source: | ||
| url: https://pypi.org/packages/source/d/diffpy_srxconfutils/diffpy_srxconfutils-{{ version }}.tar.gz | ||
| sha256: 5353245c112087da49af804807e4932d33fd67c337a4a6793139a4e836de566c | ||
|
|
||
| build: | ||
| noarch: python | ||
| number: 0 | ||
| script: {{ PYTHON }} -m pip install --no-deps --ignore-installed . | ||
| entry_points: | ||
| - diffpy-srxconfutils = diffpy.srxconfutils.srxconfutils_app:main | ||
|
|
||
| requirements: | ||
| host: | ||
| - python {{ python_min }} | ||
| - setuptools | ||
| - setuptools-git-versioning >=2.0 | ||
| - pip | ||
|
|
||
| run: | ||
| - python >={{ python_min }} | ||
| - numpy | ||
| - traits | ||
| - traitsui | ||
|
|
||
| test: | ||
| requires: | ||
| - python {{ python_min }} | ||
| - flake8 | ||
| - pytest | ||
| - codecov | ||
| - coverage | ||
| - pytest-cov | ||
| - pytest-env | ||
| - pip | ||
|
|
||
| source_files: | ||
| - tests | ||
|
|
||
| commands: | ||
| - pip check | ||
| - pytest | ||
|
|
||
| about: | ||
| home: https://github.com/diffpy.srxconfutils/diffpy.srxconfutils/ | ||
| summary: Configuration utilities for project. Part of xPDFsuite | ||
| license: BSD-3-Clause | ||
| license_family: BSD | ||
| license_file: LICENSE.rst | ||
| description: | | ||
| This is a utility Python package for doing science. | ||
|
||
| doc_url: http://diffpy.srxconfutils.github.io/diffpy.srxconfutils/ | ||
| dev_url: https://github.com/diffpy.srxconfutils/diffpy.srxconfutils/ | ||
|
|
||
| extra: | ||
| recipe-maintainers: | ||
| - sbillinge | ||
| - zmx27 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about "used in diffpy.xpdsuite and a link to the website where this is described. Not hte github which is private but somewhere on diffpy.org