-
Notifications
You must be signed in to change notification settings - Fork 104
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
Vendor Poetry #240
Vendor Poetry #240
Conversation
✅ Deploy Preview for conda-lock ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Current goals:
|
6d9453f
to
c7a0d9f
Compare
Rebased on #241 and cleaned up commits |
Weird, the |
d088c72
to
16f0435
Compare
I think the missing files may have simply been setuptools weirdness. Rebasing on |
BTW, my vendored poetry is also subvendoring all sorts of stuff. 🙄 Do I need to write a license aggregator now? 😂 |
@maresb you can potentially make use of |
Unfortunately your advice came slightly too late. I'm just putting the finishing touches on a tool I made yesterday. |
b63fa8d
to
83fa665
Compare
This seems to be fundamentally working. But I still want to see if I can simplify things by using |
Ok, this is almost ready to go. |
Because we can't mix it with git+https <https://stackoverflow.com/a/50695493>
Generated by running migrate-code on: conda_lock/scripts/vendor_poetry/migration.py migrate-code record: {"migration_name": "Vendor poetry", "stage_id": [1], "migrate_code_version": "1.0.0"}
Generated by running migrate-code on: conda_lock/scripts/vendor_poetry/migration.py migrate-code record: {"migration_name": "Vendor poetry", "stage_id": [2], "migrate_code_version": "1.0.0"}
Generated by running migrate-code on: conda_lock/scripts/vendor_poetry/migration.py migrate-code record: {"migration_name": "Vendor poetry", "stage_id": [3], "migrate_code_version": "1.0.0"}
Generated by running migrate-code on: conda_lock/scripts/vendor_poetry/migration.py migrate-code record: {"migration_name": "Vendor poetry", "stage_id": [4], "migrate_code_version": "1.0.0"}
Generated by running migrate-code on: conda_lock/scripts/vendor_poetry/migration.py migrate-code record: {"migration_name": "Vendor poetry", "stage_id": [5], "migrate_code_version": "1.0.0"}
Generated by running migrate-code on: conda_lock/scripts/vendor_poetry/migration.py migrate-code record: {"migration_name": "Vendor poetry", "stage_id": [6], "migrate_code_version": "1.0.0"}
Generated by running migrate-code on: conda_lock/scripts/vendor_poetry/migration.py migrate-code record: {"migration_name": "Vendor poetry", "stage_id": [7], "migrate_code_version": "1.0.0"}
Generated by running migrate-code on: conda_lock/scripts/vendor_poetry/migration.py migrate-code record: {"migration_name": "Vendor poetry", "stage_id": [8], "migrate_code_version": "1.0.0"}
Closes #235
Still in early stages, but want to test with CI.
I haven't forgotten the alternative proposal to write my own solver, but vendoring seems like the most straightforward place to start.