-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Add oyaml recipe #6666
Add oyaml recipe #6666
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{% set name = "oyaml" %} | ||
{% set version = "0.6" %} | ||
|
||
package: | ||
name: "{{ name|lower }}" | ||
version: "{{ version }}" | ||
|
||
source: | ||
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz | ||
sha256: 5064e85aa38ec481b1c49e4941957c6c5e1961291ce276b064c5d6a85d833ec5 | ||
|
||
build: | ||
number: 0 | ||
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv " | ||
|
||
requirements: | ||
host: | ||
- pip | ||
- python | ||
- pyyaml | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do not think you need |
||
run: | ||
- python | ||
- pyyaml | ||
|
||
test: | ||
imports: | ||
- oyaml | ||
|
||
about: | ||
home: https://github.com/wimglenn/oyaml | ||
license: MIT | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. license_file: LICENSE |
||
license_family: MIT | ||
license_file: LICENSE | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The https://conda-forge.org/docs/meta.html#packaging-the-license-manually and put the following link to the issue upstream to include the license in the source distribution as a comment in the recipe so that if the issue is fixed upstream, there is a reminder to change the recipe in the feedstock in future releases: |
||
summary: "Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering" | ||
|
||
extra: | ||
recipe-maintainers: | ||
- bebatut |
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.
only one pip