ceps icon indicating copy to clipboard operation
ceps copied to clipboard

Conda Enhancement Proposals

Results 90 ceps issues
Sort by recently updated
recently updated
newest added

We propose a new solution to repodata downloading aimed at drastically reducing the time and memory required. We implemented the use of this proposal in [rattler](https://github.com/mamba-org/rattler) and created [a mirror](https://github.com/prefix-dev/sharded-repo/)...

Rendered version: ✏️ https://github.com/wolfv/ceps/blob/cep-recipe-serialization/cep-recipe-serialization.md

vote

Fill in the technical details of the OCI registry storage for reference.

vote

This CEP describes a change to the `PackageRecord` format and the corresponding `repodata.json` file to include `purls` ([Package URLs]((https://github.com/package-url/purl-spec/)) of repackaged packages to identify packages across multiple ecosystems. [rendered](https://github.com/baszalmstra/ceps/blob/cep-purls/cep-purls.md)

### 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 beneficial to...

documentation
enhancement
help wanted

Current practice are based on de facto implementations in conda and conda-index. For clarity, this should be standardized. Roughly, current setup is: - `path/or/url/to/channel-name/subdir/repodata.json` - `path/or/url/to/channel-name/subdir/package_name-version-build_string.tar.bz2` Some parts of `conda`...

https://github.com/orgs/channel-mirrors/packages has a mostly complete mirror of conda-forge and bioconda in GHCR.io. Each anaconda.org artifact (be it tar.bz2 .conda), has been pushed there under the following conventions: * Name of...

As discussed on Gitter and the [2024-03-27 community meeting](https://github.com/conda-incubator/governance/blob/main/meetings/archive/20240327_agenda_and_minutes.md), we should write a short CEP that defines what information the OS virtual packages (`__linux`, `__osx`, `__win`, etc.) should provide (e.g.,...