Alfredo Luque
Alfredo Luque
Publish a conda-forge package that tracks pypi upstream.
In py-rattler 0.5.0 ``` >>> from rattler.prefix import PrefixRecord, PrefixPathType as RattlerPrefixPathType >>> record = PrefixRecord.from_path("/conda-meta/pip-24.0-pyhd8ed1ab_0.json") >>> record.paths_data.paths[1].path_type.windows_python_entrypoint_script Traceback (most recent call last): File "", line 1, in AttributeError: 'PrefixPathType'...
There have been several important PRs merged since the last pypi release including one that considerably speeds up import times (eg; #3399). Would it be possible to prepare a new...
Have you taken a stab yet at publishing a feedstock for conda-forge? If someone contributes it, would you consider being listed as a maintainer?
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ## What is the idea? Given the difficulty (and long...
### Description In #13198 we identified that an issue still remains in conda's handling of [PEP 376](https://peps.python.org/pep-0376/#record) where checksum algorithms shown as uppercase result in an `AssertionError`. This PR fixes...
I'm running into a linking issue when trying to build `rattler-build` using the rust toolchain provided by conda-forge. For reference, here's the package list in my environment: ``` ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━┓ ┃...
### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? It would be neat to...
### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? [PEP 751](https://peps.python.org/pep-0751/) specifies a standardized...
### Description