Mon, 26 Jan 2026 18:09:53 CST | login

Information for build python-conda-index-0.3.0-1.ocs23

ID13455
Package Namepython-conda-index
Version0.3.0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-conda-index.git?.#1af9f387309a2e8102cae7b468e160b7ea53b98c
SummaryCreate repodata.json for collections of conda packages
DescriptionCreate repodata.json for collections of conda packages. The conda_index command operates on a channel directory. A channel directory contains a noarch subdirectory at a minimum and will almost always contain other subdirectories named for conda's supported platforms linux-64, win-64, osx-64, etc. A channel directory cannot have the same name as a supported platform. Place packages into the same platform subdirectory each archive was built for. Conda-index extracts metadata from these packages to generate index.html, repodata.json etc. with summaries of the packages' metadata. Then conda uses the metadata to solve dependencies before doing an install. By default, the metadata is output to the same directory tree as the channel directory, but it can be output to a separate tree with the --output <output> parameter. The metadata cache is always placed with the packages, in .cache folders under each platform subdirectory. After conda-index has finished, its output can be used as a channel conda install -c file:///path/to/output ... or it would typically be placed on a web server.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedMon, 15 Jul 2024 17:34:22 CST
CompletedMon, 15 Jul 2024 17:37:33 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/python-conda-index.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-conda-index.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
python-conda-index-0.3.0-1.ocs23.src.rpm (info) (download)
noarch
python3-conda-index-0.3.0-1.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jun 27 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.3.0-1 - initial build