-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
python3Packages.openeo: init at 0.43.0 #432186
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
base: master
Are you sure you want to change the base?
Conversation
add |
Sorry for not adressing this earlier. I'll try to get back to it as ASAP. |
This package should only be available to 3.12 python, maybe 3.10 but some dependencies would need to change most likely. How can I define it to only be available for 3.12? If i'm not mistaken your suggestion would make it available for 3.13 and higher which is not correct. |
156847e
to
03d6233
Compare
All other suggestions were addressed! |
nope, the attr is literally called "disabled", so the package will be disabled for python313+, throwing a |
and just realised: the correct title should be |
03d6233
to
9357d60
Compare
Gotcha! Done! |
9357d60
to
8ad5155
Compare
Done! |
On the other hand, why should we disable the package on Python 3.13? Yes, it's not listed in |
My reasoning was that since in the project README they only list until 3.12, I didn't even bother to try building it for 3.13. Have a good night! I'll see the PR tomorrow. |
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.
2c68d31
to
4bbefaf
Compare
4bbefaf
to
4ab266e
Compare
I thought having python3Packages.openeo was following it. Renamed the commit and PR title to 312 to be more specific. |
It's about the "version" in the commit message. |
hash = "sha256-zeUASaj1XbcH8NE2+AalH8Jc0tocwotKwJ5QAtrf0kE="; | ||
}; | ||
|
||
pythonRelaxDeps = 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.
Use a list of packages if possible.
pname = "openeo"; | ||
version = "0.43.0"; | ||
pyproject = true; | ||
disabled = pythonAtLeast "3.13"; |
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.
disabled = pythonAtLeast "3.13"; |
I doubt that's needed.
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.
Please add nativeCheckInputs
(pytestCheckInputs
etc) and pythonImportsCheck
.
Co-authored-by: dotlambda <github@dotlambda.de>
Co-authored-by: dotlambda <github@dotlambda.de>
Adds openeo 0.43.0 to python packages. I've only tested this package with 3.12. It doesn't support 3.13 yet.
Things done
passthru.tests
.nixpkgs-review
on this PR. See nixpkgs-review usage../result/bin/
.Add a 👍 reaction to pull requests you find important.