-
Notifications
You must be signed in to change notification settings - Fork 180
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
Support for sdists in pixi #664
Conversation
still need to write some more tests
Worked! Nice :) |
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.
Nice stuff :)
Before merging, I found that it never satisfies the lock. I'll investigate now. Edit:
Edit2: - platform: win-64
name: urllib3
version: 2.1.0
category: main
manager: conda
dependencies:
- brotli-python >=1.0.9
- pysocks >=1.5.6,<2.0,!=1.5.7
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.1.0-pyhd8ed1ab_0.conda
hash:
md5: f8ced8ee63830dec7ecc1be048d1470a
sha256: eff5029820b4eaeab3a291a39854a6cd8fc8c4216264087f68c2d8d59822c869
build: pyhd8ed1ab_0
arch: x86_64
subdir: win-64
build_number: 0
license: MIT
license_family: MIT
noarch: python
size: 85324
timestamp: 1699933655057
purls:
- pkg:pypi/urllib3 Note This was already here before the |
Small test error after adding |
Finally, the PR that adds sdist support for pixi. This is still in draft until I add some tests for it, I had a previous branch where I did this, so will need to move these back. Will get to this on monday.
For now you can try,
pixd
is my alias for a local build ofpixi
:This works on my machine 🤞
sdist
should also work, in the test I will make it so you can explicitely enable only sdists but I do not want this user-facing.Give it a go!
Fixes: #628