-
Notifications
You must be signed in to change notification settings - Fork 22
Add and improve curations for Python packages #131
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: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Thomas Steenbergen <opensource@steenbe.nl>
e010ab5 to
b66d375
Compare
Align older curations with new way of doing declared license curations. Improvements include: - More elaborate proof for curations - No URLs pointing to main or master branches Signed-off-by: Thomas Steenbergen <opensource@steenbe.nl>
b66d375 to
6ee52da
Compare
| "Apache Software License": "Apache-2.0 AND BSD-2-Clause AND LicenseRef-scancode-public-domain" | ||
| "BSD License": "Apache-2.0 AND BSD-2-Clause AND LicenseRef-scancode-public-domain" | ||
| "BSD, Public Domain, Apache": "Apache-2.0 AND BSD-2-Clause AND LicenseRef-scancode-public-domain" | ||
| "Public Domain": "Apache-2.0 AND BSD-2-Clause AND LicenseRef-scancode-public-domain" |
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 think these mappings shouldn't include the compound expression. ORT should be able to handle that.
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.
@tsteenbe, do you intend to continue working on this PR?
|
@tsteenbe @MarcelBochtler Hello dear peeps, this is a kind reminder on this PR. We have a couple of projects failing due to PyPI packaging and it would be really great if we can reuse ort-config directly, instead of forking on our side. |
|
@tsteenbe, how do we proceed with this? |
sschuberth
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.
I definitely think there's value in this PR, but we should reorganize the commits for easier review.
| https://github.com/encode/starlette/blob/0.31.0/pyproject.toml#L20. | ||
| declared_license_mapping: | ||
| "BSD License": "BSD-3-Clause" | ||
| "BSD License": "BSD-2-Clause" |
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 believe this change of the mapping is wrong.
See individual commits for details.