-
Notifications
You must be signed in to change notification settings - Fork 57
Add PyCDFpp package #423
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 PyCDFpp package #423
Conversation
packages/pycdfpp/meta.yaml
Outdated
| sha256: 7076cf165a6bdbd4648b863676ca293f8251d660f5a2f2aa2b15acc4737023fe | ||
|
|
||
| build: | ||
| cross-build-env: true |
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.
You don't need this I think.
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.
Ok.
packages/pycdfpp/meta.yaml
Outdated
| top-level: | ||
| - pycdfpp | ||
| source: | ||
| url: https://github.com/SciQLop/CDFpp/archive/refs/tags/v0.8.3.tar.gz |
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.
We prefer downloading the wheel from PyPI rather than from GitHub commit. It seems like you don't upload Package sdist to PyPI, is there some reason behind it?
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.
I do but the PyPI push is broken since last week, I'll fix this today.
packages/pycdfpp/test_pycdfpp.py
Outdated
| def test_pycdfpp(selenium): | ||
| import pycdfpp | ||
| import requests | ||
| cdf = pycdfpp.load(requests.get('https://cdaweb.gsfc.nasa.gov/pub/software/cdawlib/0MASTERS/a1_k0_mpa_00000000_v01.cdf').content) |
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.
Could you change the unittest so that we don't make requests to an external website everytime? I think you can make a very small test file and load it from the filesystem instead.
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.
Sure, will do.
f75879a to
e778023
Compare
Package Build ResultsTotal packages built: 31 Package Build Times (click to expand)
Longest build: libopenssl (4m 19s) |
ryanking13
left a comment
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.
Thanks!
No description provided.